/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./resources/css/tailwind.css ***!
  \******************************************************************************/
/**
 * Tailwind CSS Base
 */

@tailwind base;
@tailwind components;
@tailwind utilities;

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./resources/scss/style.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * SCSS Mixins
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Base Styles
 */
*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-dropdown{
  z-index: 1000;
}
.z-fixed{
  z-index: 1030;
}
.z-modal{
  z-index: 1050;
}
.z-modal-backdrop{
  z-index: 1040;
}
.z-popover{
  z-index: 1060;
}
.z-sticky{
  z-index: 1020;
}
.z-tooltip{
  z-index: 1070;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.m-0{
  margin: 0px;
}
.m-2xl{
  margin: 4rem;
}
.m-3xl{
  margin: 6rem;
}
.m-lg{
  margin: 2rem;
}
.m-md{
  margin: 1.5rem;
}
.m-sm{
  margin: 1rem;
}
.m-xl{
  margin: 3rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2xl{
  margin-bottom: 4rem;
}
.mb-3xl{
  margin-bottom: 6rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-lg{
  margin-bottom: 2rem;
}
.mb-md{
  margin-bottom: 1.5rem;
}
.mb-sm{
  margin-bottom: 1rem;
}
.mb-xl{
  margin-bottom: 3rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-2xl{
  margin-left: 4rem;
}
.ml-3xl{
  margin-left: 6rem;
}
.ml-lg{
  margin-left: 2rem;
}
.ml-md{
  margin-left: 1.5rem;
}
.ml-sm{
  margin-left: 1rem;
}
.ml-xl{
  margin-left: 3rem;
}
.mr-0{
  margin-right: 0px;
}
.mr-2xl{
  margin-right: 4rem;
}
.mr-3xl{
  margin-right: 6rem;
}
.mr-lg{
  margin-right: 2rem;
}
.mr-md{
  margin-right: 1.5rem;
}
.mr-sm{
  margin-right: 1rem;
}
.mr-xl{
  margin-right: 3rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2xl{
  margin-top: 4rem;
}
.mt-3xl{
  margin-top: 6rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-lg{
  margin-top: 2rem;
}
.mt-md{
  margin-top: 1.5rem;
}
.mt-sm{
  margin-top: 1rem;
}
.mt-xl{
  margin-top: 3rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0{
  height: 0px;
}
.h-16{
  height: 4rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.w-16{
  width: 4rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[calc\(44\.4444444444vw-2rem\)\]{
  width: calc(44.4444444444vw - 2rem);
}
.w-full{
  width: 100%;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.-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));
}
.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));
}
.resize{
  resize: both;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.columns-3{
  -moz-columns: 3;
       columns: 3;
}
.columns-4{
  -moz-columns: 4;
       columns: 4;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[1fr_38px\]{
  grid-template-columns: 1fr 38px;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[6rem\]{
  gap: 6rem;
}
.gap-lg{
  gap: 2rem;
}
.gap-md{
  gap: 1.5rem;
}
.gap-sm{
  gap: 1rem;
}
.gap-xl{
  gap: 3rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 12px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-pale-blue-tint{
  border-color: rgba(212, 226, 255, 1);
}
.bg-primary{
  background-color: rgba(14, 66, 120, 1);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2xl{
  padding: 4rem;
}
.p-3xl{
  padding: 6rem;
}
.p-4{
  padding: 1rem;
}
.p-lg{
  padding: 2rem;
}
.p-md{
  padding: 1.5rem;
}
.p-sm{
  padding: 1rem;
}
.p-xl{
  padding: 3rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2xl{
  padding-bottom: 4rem;
}
.pb-3xl{
  padding-bottom: 6rem;
}
.pb-lg{
  padding-bottom: 2rem;
}
.pb-md{
  padding-bottom: 1.5rem;
}
.pb-sm{
  padding-bottom: 1rem;
}
.pb-xl{
  padding-bottom: 3rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-2xl{
  padding-left: 4rem;
}
.pl-3xl{
  padding-left: 6rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-lg{
  padding-left: 2rem;
}
.pl-md{
  padding-left: 1.5rem;
}
.pl-sm{
  padding-left: 1rem;
}
.pl-xl{
  padding-left: 3rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-2xl{
  padding-right: 4rem;
}
.pr-3xl{
  padding-right: 6rem;
}
.pr-lg{
  padding-right: 2rem;
}
.pr-md{
  padding-right: 1.5rem;
}
.pr-sm{
  padding-right: 1rem;
}
.pr-xl{
  padding-right: 3rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-2xl{
  padding-top: 4rem;
}
.pt-3xl{
  padding-top: 6rem;
}
.pt-lg{
  padding-top: 2rem;
}
.pt-md{
  padding-top: 1.5rem;
}
.pt-sm{
  padding-top: 1rem;
}
.pt-xl{
  padding-top: 3rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-icons{
  font-family: Font Awesome 6 Pro, Helvetica, sans-serif;
}
.font-primary{
  font-family: Kumbh Sans, Helvetica, Arial, sans-serif;
}
.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-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-body{
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: 400;
}
.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;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-\[1\.01\]{
  line-height: 1.01;
}
.leading-\[120\%\]{
  line-height: 120%;
}
.leading-\[130\%\]{
  line-height: 130%;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[0px\]{
  letter-spacing: 0px;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-primary{
  color: rgba(14, 66, 120, 1);
}
.text-white{
  color: rgba(255, 255, 255, 1);
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px 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 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(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 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px 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{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-300{
  transition-duration: 300ms;
}
:root {
  --header-height: 0px;
  --adminbar-height: 0px;
}

.admin-bar {
  --adminbar-height: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar {
    --adminbar-height: 46px;
  }
}

[id] {
  scroll-margin-top: calc(var(--header-height) + var(--adminbar-height) + 16px);
}

.legal-list {
  list-style: none;
  padding-left: 4rem !important;
  counter-reset: item;
}
.legal-list > li {
  counter-increment: item;
  position: relative;
  margin-bottom: 0.5rem;
}
.legal-list > li::before {
  content: var(--section) "." counter(item);
  position: absolute;
  left: -2.5rem;
  min-width: 2.5rem;
  font-variant-numeric: tabular-nums;
}
.legal-list .legal-list {
  margin-top: 0.5em;
  counter-reset: item;
  padding-left: 2.5rem !important;
}
.legal-list .legal-list > li::before {
  left: -3.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
  font-family: Kumbh Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

h1, h2, h3, h4, h5, h6{
  margin-bottom: 1rem;
  font-family: Kumbh Sans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: var(--heading-color, inherit);
}

h1, .h1{
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0px;
}

@media (min-width: 768px){
  h1, .h1{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  h1, .h1{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  h1, .h1{
    font-size: 62px;
  }
}

h2, .h2{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

@media (min-width: 768px){
  h2, .h2{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 36px;
  }
}

@media (min-width: 1280px){
  h2, .h2{
    font-size: 40px;
  }
}

h3, .h3{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

@media (min-width: 768px){
  h3, .h3{
    font-size: 22px;
  }
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 24px;
  }
}

@media (min-width: 1280px){
  h3, .h3{
    font-size: 26px;
  }
}

h4, .h4{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
}

@media (min-width: 768px){
  h4, .h4{
    font-size: 17px;
  }
}

@media (min-width: 1024px){
  h4, .h4{
    font-size: 18px;
  }
}

@media (min-width: 1280px){
  h4, .h4{
    font-size: 18px;
  }
}

p{
  margin-bottom: 1rem;
  color: inherit;
  color: var(--text-color, inherit);
}

a {
  color: var(--link-color, rgba(14, 66, 120, 1));
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--link-hover-color, rgba(37, 99, 235, 1));
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[align=center] {
  margin-left: auto;
  margin-right: auto;
}
img[align=left] {
  margin-right: auto;
}
img[align=right] {
  margin-left: auto;
}

ul, ol{
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-xs {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .text-xs {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .text-xs {
    font-size: 14px;
  }
}

.text-sm {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .text-sm {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .text-sm {
    font-size: 16px;
  }
}

.text-base {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text-base {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .text-base {
    font-size: 18px;
  }
}

.text-md {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text-md {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .text-md {
    font-size: 20px;
  }
}

.text-lg {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text-lg {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .text-lg {
    font-size: 24px;
  }
}

.text-xl {
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .text-xl {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .text-xl {
    font-size: 28px;
  }
}

.text-2xl {
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .text-2xl {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .text-2xl {
    font-size: 32px;
  }
}

.text-3xl {
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text-3xl {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .text-3xl {
    font-size: 40px;
  }
}

.module-wrapper .module-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-wrapper .module-background-overlay + * {
  position: relative;
  z-index: 10;
}
.module-wrapper.overlap-previous {
  margin-top: 0;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
.module-wrapper.overlap-previous::before {
  content: "";
  position: absolute;
  top: var(--overlap-percentage, 30%);
  left: 0;
  width: 100%;
  height: calc(100% - var(--overlap-percentage, 30%));
  background: var(--module-background, transparent);
  background-size: var(--module-background-size, cover);
  background-position: var(--module-background-position, center);
  background-repeat: var(--module-background-repeat, no-repeat);
  z-index: -1;
}
.module-wrapper.overlap-previous.overlap-calculated {
  transition: margin-top 0.3s ease;
}

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.proxy-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.aspect-square {
  aspect-ratio: 1;
}

.search-results-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .search-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .search-results-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .search-results-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/**
 * Header Styles
 */
/**
 * Design System Variables
 * Converted from styleguide.css
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: transform 0.3s ease;
}
.header .header-logo img {
  transition: all 0.3s ease;
}
.header.colour-bg {
  background: var(--header-background-color);
}
.header.colour-bg + .cat26-visual-design {
  padding-top: var(--header-padding-top, 50px);
}
@media (min-width: 768px) {
  .header.colour-bg + .cat26-visual-design {
    padding-top: var(--header-padding-top-desktop, 100px);
  }
}
.header.scrolled {
  background: var(--header-background-color);
}
@media (min-width: 768px) {
  .header.scrolled .header-logo img {
    height: var(--logo-height-scrolled, 60px);
  }
}
.header .btn {
  padding: var(--btn-padding-y, 20px) var(--btn-padding-x, 16px);
}

.header-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 2rem;
}

body.admin-bar .header-content {
  margin-top: 32px;
}

.header-logo {
  flex-shrink: 0;
}
.header-logo a {
  display: block;
}
.header-logo img {
  height: var(--logo-height-mobile, 50px);
  width: auto;
}
@media (min-width: 768px) {
  .header-logo img {
    height: var(--logo-height-desktop, 100px);
  }
}
.header-logo .site-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(14, 66, 120);
}

.header-nav {
  flex: 1;
}
@media (max-width: 768px) {
  .header-nav {
    order: 3;
    flex: 0 1 auto;
  }
}
.header-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 1.3;
}
.header-nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column .textwidget p {
  display: grid;
  align-items: center;
  gap: 1.5rem;
  line-height: 1.3;
  grid-template-columns: 1fr 4fr;
}
.header-nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column .textwidget p a {
  color: inherit;
}
.header-nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column .textwidget p strong {
  font-size: 18px;
  display: inline-block;
  width: 90%;
  padding-right: 10%;
  margin-bottom: 0.25rem;
  position: relative;
}
.header-nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column .textwidget p strong::after {
  content: ">";
  height: 30px;
  width: 30px;
  position: absolute;
  left: 100%;
  top: 0;
}
.header-nav .mega-menu-link {
  line-height: 1.3;
}
.header-nav .main-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav .main-menu a {
  color: rgb(14, 66, 120);
  font-weight: 500;
  transition: color 0.3s ease;
}
.header-nav .main-menu a:hover {
  opacity: 0.7;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.btn-header-cta {
  display: none;
}
@media (min-width: 768px) {
  .btn-header-cta {
    display: inline-block;
  }
}

.header-search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  background: #fff;
  border-radius: 100px;
  height: 35px;
  width: 35px;
}
.header-search-toggle.is-active, .header-search-toggle:hover {
  opacity: 0.7;
}
.header-search-toggle .search-icon-active {
  display: none;
}
.header-search-toggle.is-active .search-icon-default {
  display: none;
}
.header-search-toggle.is-active .search-icon-active {
  display: block;
}

.header-search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.header-search-bar.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-search-bar form {
  display: flex;
  margin: 0 auto;
}
.header-search-bar input[type=search] {
  flex: 1;
  padding: 0.5rem 1.5rem;
  border-radius: 7px 0 0 7px;
  font-size: 1rem;
  font-family: "Kumbh Sans", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary);
  font-weight: 600;
}
.header-search-bar input[type=search]:focus {
  outline: none;
  border-color: rgb(14, 66, 120);
}
.header-search-bar button[type=submit] {
  white-space: nowrap;
  padding: 0.5rem 2rem;
  border-radius: 0 7px 7px 0;
}

.mobile-menu-toggle {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu-toggle .hamburger-icon {
  display: block;
  width: 24px;
  height: 2px;
  background: rgb(14, 66, 120);
  position: relative;
}
.mobile-menu-toggle .hamburger-icon::before, .mobile-menu-toggle .hamburger-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(14, 66, 120);
}
.mobile-menu-toggle .hamburger-icon::before {
  top: -8px;
}
.mobile-menu-toggle .hamburger-icon::after {
  bottom: -8px;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Footer Styles
 */
.footer {
  padding: 6rem 0 3rem;
}
.footer .footer-widget-area.footer_accreditations .gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.footer .footer-widget-area.footer_contact > div.widget,
.footer .footer-widget-area.footer_contact > div > div.textwidget {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer .footer-widget-area.footer_contact > div.widget hr,
.footer .footer-widget-area.footer_contact > div > div.textwidget hr{
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.footer .footer-widget-area.footer_navigation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer .footer-widget-area.footer_navigation {
    flex-direction: row;
  }
}
.footer .footer-widget-area.footer_navigation > .widget {
  flex: 1;
}
.footer .footer-widget-area.footer_navigation > .widget .widget-title{
  margin-top: 2rem;
}
.footer a {
  transition: opacity 0.3s ease;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .footer-columns {
  display: grid;
  row-gap: 3rem;
  margin-bottom: 3rem;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 768px) {
  .footer .footer-columns {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer .footer-columns {
    grid-template-columns: repeat(12, 1fr);
  }
}
.footer .footer-column.col-span-12,
.footer .footer-widget-area.col-span-12 {
  grid-column: span 12;
}
.footer .footer-column.col-span-9,
.footer .footer-widget-area.col-span-9 {
  grid-column: span 9;
}
.footer .footer-column.col-span-8,
.footer .footer-widget-area.col-span-8 {
  grid-column: span 8;
}
.footer .footer-column.col-span-6,
.footer .footer-widget-area.col-span-6 {
  grid-column: span 6;
}
.footer .footer-column.col-span-4,
.footer .footer-widget-area.col-span-4 {
  grid-column: span 4;
}
.footer .footer-column.col-span-3,
.footer .footer-widget-area.col-span-3 {
  grid-column: span 3;
}
@media (min-width: 768px) {
  .footer .footer-column.md\:col-span-12,
  .footer .footer-widget-area.md\:col-span-12 {
    grid-column: span 12;
  }
  .footer .footer-column.md\:col-span-9,
  .footer .footer-widget-area.md\:col-span-9 {
    grid-column: span 9;
  }
  .footer .footer-column.md\:col-span-8,
  .footer .footer-widget-area.md\:col-span-8 {
    grid-column: span 8;
  }
  .footer .footer-column.md\:col-span-6,
  .footer .footer-widget-area.md\:col-span-6 {
    grid-column: span 6;
  }
  .footer .footer-column.md\:col-span-4,
  .footer .footer-widget-area.md\:col-span-4 {
    grid-column: span 4;
  }
  .footer .footer-column.md\:col-span-3,
  .footer .footer-widget-area.md\:col-span-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .footer .footer-column.lg\:col-span-12,
  .footer .footer-widget-area.lg\:col-span-12 {
    grid-column: span 12;
  }
  .footer .footer-column.lg\:col-span-9,
  .footer .footer-widget-area.lg\:col-span-9 {
    grid-column: span 9;
  }
  .footer .footer-column.lg\:col-span-8,
  .footer .footer-widget-area.lg\:col-span-8 {
    grid-column: span 8;
  }
  .footer .footer-column.lg\:col-span-6,
  .footer .footer-widget-area.lg\:col-span-6 {
    grid-column: span 6;
  }
  .footer .footer-column.lg\:col-span-4,
  .footer .footer-widget-area.lg\:col-span-4 {
    grid-column: span 4;
  }
  .footer .footer-column.lg\:col-span-3,
  .footer .footer-widget-area.lg\:col-span-3 {
    grid-column: span 3;
  }
}
.footer .footer_logo img {
  width: 150px;
}
.footer .footer-column h3,
.footer .footer-column h4,
.footer .footer-widget-area h3,
.footer .footer-widget-area h4 {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.footer .footer-column ul,
.footer .footer-widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-column ul li,
.footer .footer-widget-area ul li {
  margin-bottom: 1rem;
}
.footer .footer-column .widget,
.footer .footer-widget-area .widget {
  margin-bottom: 1.5rem;
}
.footer .footer-column .widget:last-child,
.footer .footer-widget-area .widget:last-child {
  margin-bottom: 0;
}
.footer .footer-column .widget .widget-title,
.footer .footer-widget-area .widget .widget-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.footer .footer-column .widget ul,
.footer .footer-widget-area .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-column .widget ul li,
.footer .footer-widget-area .widget ul li {
  margin-bottom: 1rem;
}
.footer .footer-column .widget ul li a,
.footer .footer-widget-area .widget ul li a {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.footer .footer-column .widget ul li a:hover,
.footer .footer-widget-area .widget ul li a:hover {
  opacity: 1;
}
.footer .footer-column .widget .textwidget p,
.footer .footer-widget-area .widget .textwidget p {
  margin-bottom: 1rem;
  opacity: 0.9;
}
.footer .footer-column .widget .textwidget p:last-child,
.footer .footer-widget-area .widget .textwidget p:last-child {
  margin-bottom: 0;
}
.footer .footer-column .widget .search-form,
.footer .footer-widget-area .widget .search-form {
  display: flex;
  gap: 1rem;
}
.footer .footer-column .widget .search-form input[type=search],
.footer .footer-widget-area .widget .search-form input[type=search] {
  flex: 1;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.footer .footer-column .widget .search-form input[type=search]::-moz-placeholder, .footer .footer-widget-area .widget .search-form input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-column .widget .search-form input[type=search]::placeholder,
.footer .footer-widget-area .widget .search-form input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-column .widget .search-form input[type=search]:focus,
.footer .footer-widget-area .widget .search-form input[type=search]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.15);
}
.footer .footer-column .widget .search-form button[type=submit],
.footer .footer-widget-area .widget .search-form button[type=submit] {
  padding: 1rem 1.5rem;
  background-color: rgb(14, 66, 120);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer .footer-column .widget .search-form button[type=submit]:hover,
.footer .footer-widget-area .widget .search-form button[type=submit]:hover {
  background-color: rgb(8.671641791, 40.8805970149, 74.328358209);
}
.footer .social-icons {
  display: flex;
  gap: 1.5rem;
}
.footer .social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.footer .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

body.single .header {
  background-color: var(--wp--preset--color--midnight-blue, #21307d);
}
body.single .header .main-menu a,
body.single .header .site-name,
body.single .header .header-nav a {
  color: #fff;
}
body.single .header .search-icon-default path,
body.single .header .hamburger-icon,
body.single .header .hamburger-icon::before,
body.single .header .hamburger-icon::after {
  fill: #fff;
  background-color: #fff;
}
body.single .single-featured-image {
  overflow: hidden;
}
body.single .single-featured-image picture,
body.single .single-featured-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.single .single-intro {
  padding-block: 4rem;
  text-align: center;
}
body.single .single-intro .single-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
body.single .single-post-nav {
  display: flex;
}
body.single .single-post-nav .single-post-nav__item {
  padding: 4rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  margin-top: 2rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.single .single-post-nav .single-post-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
body.single .single-post-nav .single-post-nav__item:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
body.single .single-post-nav .single-post-nav__item .single-post-nav__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #ffffff;
}
body.single .single-post-nav .single-post-nav__item .single-post-nav__content .single-post-nav__label {
  font-size: 1.5rem;
  font-weight: 500;
}

/**
 * Button Styles
 */
.btn {
  font-family: "Kumbh Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 150ms ease;
}
.btn:not(.flex, [class*=-flex]) {
  display: inline-block;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background-color: rgb(14, 66, 120);
  color: rgb(255, 255, 255);
  border-color: rgb(14, 66, 120);
}
.btn-primary:hover {
  background-color: rgb(37, 99, 235);
  border-color: rgb(37, 99, 235);
  color: rgb(255, 255, 255);
}

.btn-secondary {
  background-color: transparent;
  color: rgb(14, 66, 120);
  border-color: rgb(14, 66, 120);
}
.btn-secondary:hover {
  background-color: rgb(14, 66, 120);
  color: rgb(255, 255, 255);
}

.btn-white {
  background-color: rgb(255, 255, 255);
  color: rgb(14, 66, 120);
  border-color: rgb(255, 255, 255);
}
.btn-white:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.btn-text {
  background-color: transparent;
  color: rgb(14, 66, 120);
  border: none;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.btn-text:hover {
  color: rgb(37, 99, 235);
  transform: none;
  box-shadow: none;
}

.btn-lg {
  padding: 1.5rem 3rem;
  font-size: 18px;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.cta-buttons-wrapper {
  display: flex;
  justify-content: var(--alignment, flex-start);
  gap: 1rem;
}

/**
 * Form Styles
 */
.form-group {
  margin-bottom: 2rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  font-family: "Kumbh Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #333;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ddd;
  border-radius: 4px;
}
.form-control:focus {
  outline: none;
  border-color: rgb(14, 66, 120);
  box-shadow: 0 0 0 3px rgba(14, 66, 120, 0.1);
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.form-checkbox,
.form-radio {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-checkbox input,
.form-radio input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.form-checkbox label,
.form-radio label {
  cursor: pointer;
  margin: 0;
}

.form-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 0.5rem;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Hero Module
 */
.module-wrapper:has(.section-hero-banner){
  position: relative;
}
.module-wrapper:has(.section-hero-banner) > .module-inner {
  position: relative;
  z-index: 2;
}

.module-wrapper:has(.section-hero-banner.round-bottom) {
  --hero-mask-left: var(--hero-bottom-left-radius, 0vw);
  --hero-mask-right: var(--hero-bottom-right-radius, 0vw);
  clip-path: inset(0 0 0 0 round 0 0 var(--hero-mask-right) var(--hero-mask-left));
  overflow: hidden;
}

.header + .section-hero-banner.hero--height-half {
  padding-block: 5rem 1rem;
}
.header.colour-bg + .section-hero-banner.hero--height-half {
  padding-block: 1rem 1rem;
}

.section-hero-banner{
  position: relative;
  display: flex;
  min-height: 600px;
  align-items: center;
}

.btn:not(.section-hero-banner, [class*=-flex]) {
  display: inline-block;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner {
  display: flex;
  gap: 2rem;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column--left {
  order: 1;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column--right {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-slider-outer {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column--left + .cc-slider-outer {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column--right + .cc-slider-outer {
  order: 1;
}

@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .section-hero-banner {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .section-hero-banner .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

.content-media-grid.section-hero-banner {
  align-items: center;
}

@media (min-width: 768px){
  .section-hero-banner{
    min-height: 700px;
  }
}
.section-hero-banner.hero--height-half{
  min-height: 50vh;
}
@media (min-width: 768px) {
  .section-hero-banner.hero--height-half {
    min-height: max(50vh, 500px);
  }
}
.section-hero-banner video{
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-banner .hero-background-image{
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-banner .hero-background-image img{
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-banner .hero-background-image.within-container {
  left: calc((100vw - 1280px) / 2);
  width: calc(var(--bg-size) * 1%);
  -o-object-fit: contain;
     object-fit: contain;
}
.section-hero-banner .hero-overlay{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background: var(--hero-overlay);
}

.hero-content{
  position: relative;
  z-index: 20;
  flex: 1 1 0%;
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 1024px) {
  .hero-content .container > *{
    width: 50%;
  }
}
.hero-content .hero-title{
  margin-bottom: 0.5rem;
  font-size: 30px;
}
.hero-content .hero-title.hero-title--rows{
  display: flex;
  flex-direction: column;
}
.btn:not(.hero-content .hero-title.hero-title--rows, [class*=-flex]) {
  display: inline-block;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows {
  display: flex;
  gap: 2rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column--left {
  order: 1;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column--right {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-slider-outer {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column--left + .cc-slider-outer {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column--right + .cc-slider-outer {
  order: 1;
}
@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .hero-content .hero-title.hero-title--rows .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
.hero-content .hero-title.hero-title--rows > *{
  margin-bottom: 0.5rem;
}
.hero-content .hero-title-row{
  display: block;
  line-height: 1;
}
.hero-content .hero-title-row.hero-title-row--size-xl + :not(.hero-title-row--size-xl){
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.hero-content .hero-title-row.hero-title-row--size-small{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-small {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .hero-content .hero-title-row.hero-title-row--size-small {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-small {
    font-size: var(--font-size-h4);
    line-height: 1;
  }
}
.hero-content .hero-title-row.hero-title-row--size-medium{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-medium {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .hero-content .hero-title-row.hero-title-row--size-medium {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-medium {
    font-size: var(--font-size-h3);
    line-height: 1;
  }
}
.hero-content .hero-title-row.hero-title-row--size-large{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-large {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .hero-content .hero-title-row.hero-title-row--size-large {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-large {
    font-size: var(--font-size-h2);
    line-height: 1;
  }
}
.hero-content .hero-title-row.hero-title-row--size-xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-xl {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .hero-content .hero-title-row.hero-title-row--size-xl {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .hero-content .hero-title-row.hero-title-row--size-xl {
    font-size: var(--font-size-h1);
    font-weight: 500;
  }
}
.hero-content .hero-title-row.hero-title-row--colour-white{
  color: rgba(255, 255, 255, 1);
}
.hero-content .hero-title-row.hero-title-row--colour-blue {
  color: #88afff;
}
.hero-content .hero-subtitle{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero-content .hero-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .hero-content .hero-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 768px){
  .hero-content .hero-subtitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.hero-discover-more{
  position: absolute;
  left: 50%;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 1);
  text-decoration-line: none;
}

.btn:not(.hero-discover-more, [class*=-flex]) {
  display: inline-block;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more {
  display: flex;
  gap: 2rem;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column--left {
  order: 1;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column--right {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-slider-outer {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column--left + .cc-slider-outer {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column--right + .cc-slider-outer {
  order: 1;
}

@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .hero-discover-more {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .hero-discover-more .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

.content-media-grid.hero-discover-more {
  align-items: center;
}

.hero-discover-more {
  bottom: clamp(1rem, 3vw, 2rem);
  transform: translateX(-50%);
  animation: hero-discover-bounce 2s infinite;
}
.hero-discover-more:hover {
  color: #88afff;
}
.hero-discover-more .hero-discover-more__text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero-discover-more .hero-discover-more__text {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .hero-discover-more .hero-discover-more__text {
    font-size: 16px;
  }
}
@media (min-width: 768px){
  .hero-discover-more .hero-discover-more__text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.hero-discover-more .hero-discover-more__icon{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero-discover-more .hero-discover-more__icon {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .hero-discover-more .hero-discover-more__icon {
    font-size: 28px;
  }
}

@keyframes hero-discover-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-8px);
  }
  60% {
    transform: translateX(-50%) translateY(-4px);
  }
}
.hero-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.btn:not(.hero-buttons, [class*=-flex]) {
  display: inline-block;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons {
  display: flex;
  gap: 2rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column--left {
  order: 1;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column--right {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-slider-outer {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column--left + .cc-slider-outer {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column--right + .cc-slider-outer {
  order: 1;
}
@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .hero-buttons {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .hero-buttons .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
.hero-buttons {
  flex-wrap: wrap;
}

.hero-logos{
  position: absolute;
  top: 100%;
  z-index: 20;
  --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));
  overflow: hidden;
  background-color: rgba(14, 66, 120, 1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.module-wrapper.allow-overflow > .hero-logos {
  overflow: visible;
}

.hero-logos {
  width: 100%;
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero-logos {
    left: 0;
    width: 100vw;
    max-width: 70%;
    padding-left: calc((100% - 1280px) / 2) !important;
    width: calc(100% + (1280px - 100%) / 2);
  }
}
.hero-logos .logos-slider {
  overflow: hidden;
  margin-left: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, black 3rem, black calc(100% - 3rem), transparent);
          mask-image: linear-gradient(to right, transparent, black 3rem, black calc(100% - 3rem), transparent);
}
@media (min-width: 768px) {
  .hero-logos .logos-slider {
    width: 100%;
  }
}
.hero-logos .logos-slider .logos-track {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.hero-logos .logos-slider .logo-slide {
  flex-shrink: 0;
  padding-inline: 1rem;
}
.hero-logos .logos-slider .logo-slide img {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Text Block Module
 */
.module-wrapper:not([style*=padding-]) .text-block > :first-child {
  margin-top: 0;
}
.module-wrapper:not([style*=padding-]) .text-block > :last-child {
  margin-bottom: 0;
}

.text-block-title{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .text-block-title {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .text-block-title {
    font-size: 40px;
  }
}

.text-block-title {
  margin-top: 0;
}
.text-block-content{
  line-height: 1.625;
}
.text-block-content h2{
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .text-block-content h2{
    margin-top: 2rem;
  }
}
.text-block-content h3{
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.text-block-content p{
  margin-bottom: 1rem;
}
.text-block-content ul, .text-block-content ol{
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.text-block-content li{
  margin-bottom: 0.5rem;
}
.text-block-content a{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.text-block-content a:hover{
  text-decoration-line: none;
}
.text-block-content img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: auto;
  max-width: 100%;
  border-radius: 12px;
}
.text-block-content blockquote{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  font-style: italic;
}

.card-carousel-module {
  width: 100%;
  overflow: hidden;
}
.card-carousel-module .cc-header {
  margin-bottom: 2rem;
}
.card-carousel-module .cc-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-carousel-module .cc-header .cc-header-content {
  flex: 1;
}
.card-carousel-module .cc-header .cc-section-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  color: var(--section-label-color, #6b7280);
}
.card-carousel-module .cc-header .cc-heading {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--heading-color, #111827);
}
.card-carousel-module .cc-header .cc-arrows--header {
  display: flex;
  gap: 0.5rem;
  margin-left: 2rem;
}
.card-carousel-module .cc-content {
  position: relative;
}
.card-carousel-module .cc-content.has-content-column .container .flex {
  display: flex;
  gap: 2rem;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column--left {
  order: 1;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column--right {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-slider-outer {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column--left + .cc-slider-outer {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column--right + .cc-slider-outer {
  order: 1;
}
.card-carousel-module .cc-content:not(.has-content-column) .cc-slider-outer {
  width: 100%;
}
.card-carousel-module .cc-slider-outer {
  position: relative;
}
.card-carousel-module .cc-slider-outer--breakout {
  margin: 0;
}
.has-content-column .cc-content-column--left ~ .card-carousel-module .cc-slider-outer--breakout {
  margin-left: 0;
  margin-right: 0;
  margin-left: calc(40% - 50vw);
  margin-right: calc(40% - 50vw);
}
@media (min-width: 1024px) {
  .has-content-column .cc-content-column--left ~ .card-carousel-module .cc-slider-outer--breakout {
    margin-left: calc(40% - 50vw + 400px + 2rem);
  }
}
.has-content-column .cc-content-column--right ~ .card-carousel-module .cc-slider-outer--breakout {
  margin-left: 0;
  margin-right: 0;
  margin-left: calc(40% - 50vw);
  margin-right: calc(40% - 50vw);
}
@media (min-width: 1024px) {
  .has-content-column .cc-content-column--right ~ .card-carousel-module .cc-slider-outer--breakout {
    margin-right: calc(40% - 50vw + 400px + 2rem);
  }
}
.cc-content:not(.has-content-column) .card-carousel-module .cc-slider-outer--breakout {
  margin-left: 0;
  margin-right: 0;
  margin-left: calc(40% - 50vw);
  margin-right: calc(40% - 50vw);
}
.card-carousel-module .cc-slider-outer:not(.cc-slider-outer--breakout) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-max-width, 1200px);
  padding-left: var(--container-padding, 1rem);
  padding-right: var(--container-padding, 1rem);
}
@media (min-width: 640px) {
  .card-carousel-module .cc-slider-outer:not(.cc-slider-outer--breakout) {
    padding-left: var(--container-padding, 1.5rem);
    padding-right: var(--container-padding, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .card-carousel-module .cc-slider-outer:not(.cc-slider-outer--breakout) {
    padding-left: var(--container-padding, 2rem);
    padding-right: var(--container-padding, 2rem);
  }
}
.card-carousel-module .cc-swiper {
  width: 100%;
}
.card-carousel-module .cc-swiper .swiper-wrapper {
  display: flex;
}
.card-carousel-module .cc-slide {
  height: auto;
  max-width: 280px;
}
.card-carousel-module .cc-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--card-bg, #ffffff);
  color: var(--card-text, #1f2937);
  transition: all 0.3s ease;
  position: relative;
}
.card-carousel-module .cc-card.cc-card--align-left {
  text-align: left;
}
.card-carousel-module .cc-card.cc-card--align-left .cc-card-cta {
  margin-right: auto;
}
.card-carousel-module .cc-card.cc-card--align-center {
  text-align: center;
}
.card-carousel-module .cc-card.cc-card--align-center .cc-card-cta {
  margin-inline: auto;
}
.card-carousel-module .cc-card.cc-card--align-right {
  text-align: right;
}
.card-carousel-module .cc-card.cc-card--align-right .cc-card-cta {
  margin-left: auto;
}
.card-carousel-module .cc-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.card-carousel-module .cc-card .cc-card-image {
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-carousel-module .cc-card .cc-card-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-carousel-module .cc-card .cc-card-image.cc-card-image--full img {
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-carousel-module .cc-card .cc-card-image.cc-card-image--icon {
  display: flex;
  justify-content: flex-start;
}
.card-carousel-module .cc-card .cc-card-image.cc-card-image--icon img {
  width: auto;
  max-width: 120px;
  height: 7rem;
  margin: 1.5rem auto;
}
.card-carousel-module .cc-card.cc-card--align-center .cc-card-image--icon {
  justify-content: center;
}
.card-carousel-module .cc-card.cc-card--align-right .cc-card-image--icon {
  justify-content: flex-end;
}
.card-carousel-module .cc-card .cc-card-heading,
.card-carousel-module .cc-card .cc-card-content,
.card-carousel-module .cc-card .cc-card-image {
  width: 100%;
}
.card-carousel-module .cc-card .cc-card-content {
  flex: 1;
}
.card-carousel-module .cc-card .cc-card-cta {
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.card-carousel-module .cc-card .cc-card-cta.btn {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: normal;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  align-items: center;
  box-sizing: border-box;
}
.card-carousel-module .cc-card.cc-card--align-left .cc-card-cta.btn, .card-carousel-module .cc-card.cc-card--align-right .cc-card-cta.btn {
  max-width: 240px;
}
.card-carousel-module .cc-card.cc-card--align-center .cc-card-cta.btn {
  max-width: min(100%, 280px);
  margin-inline: auto;
}
.card-carousel-module .cc-card.cc-card--align-right .cc-card-cta.btn {
  margin-left: auto;
  margin-right: 0;
}
.card-carousel-module .cc-card .cc-card-content + .cc-card-cta {
  margin-top: 1rem;
}
.card-carousel-module .cc-card .cc-card-heading + .cc-card-cta {
  margin-top: 0.75rem;
}
.card-carousel-module .cc-card .cc-card-image + .cc-card-cta {
  margin-top: 1rem;
}
.card-carousel-module .cc-card .cc-card-heading + .cc-card-content {
  margin-top: 0;
}
.card-carousel-module .cc-card .cc-card-image + .cc-card-content {
  margin-top: 0;
}
.card-carousel-module .cc-card .cc-card-image + .cc-card-heading {
  margin-top: 0.75rem;
}
.card-carousel-module .cc-card .cc-card-content + .cc-card-heading {
  margin-top: 0.75rem;
}
.card-carousel-module .cc-card .cc-card-cta + .cc-card-content,
.card-carousel-module .cc-card .cc-card-cta + .cc-card-heading,
.card-carousel-module .cc-card .cc-card-cta + .cc-card-image {
  margin-top: 0.75rem;
}
.card-carousel-module .cc-card .cc-card-image + .cc-card-image,
.card-carousel-module .cc-card .cc-card-heading + .cc-card-heading,
.card-carousel-module .cc-card .cc-card-content + .cc-card-content,
.card-carousel-module .cc-card .cc-card-cta + .cc-card-cta {
  margin-top: 0.5rem;
}
.card-carousel-module .cc-card .cc-card-heading:first-child,
.card-carousel-module .cc-card .cc-card-content:first-child,
.card-carousel-module .cc-card .cc-card-cta:first-child,
.card-carousel-module .cc-card .cc-card-image:first-child {
  margin-top: 0;
}
.card-carousel-module .cc-card .cc-card-heading:last-child,
.card-carousel-module .cc-card .cc-card-content:last-child,
.card-carousel-module .cc-card .cc-card-cta:last-child,
.card-carousel-module .cc-card .cc-card-image:last-child {
  margin-bottom: 0;
}
.card-carousel-module .cc-card .cc-card-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--card-text, #1f2937);
}
.card-carousel-module .cc-card .cc-card-content {
  color: #6b7280;
  line-height: 1.625;
  margin-bottom: 1rem;
  color: var(--card-text, #1f2937);
}
.card-carousel-module .cc-card .cc-card-content p {
  margin-bottom: 0.75rem;
}
.card-carousel-module .cc-card .cc-card-content p:last-child {
  margin-bottom: 0;
}
.card-carousel-module .cc-card .cc-card-content h1, .card-carousel-module .cc-card .cc-card-content h2, .card-carousel-module .cc-card .cc-card-content h3, .card-carousel-module .cc-card .cc-card-content h4, .card-carousel-module .cc-card .cc-card-content h5, .card-carousel-module .cc-card .cc-card-content h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.card-carousel-module .cc-card .cc-card-content ul, .card-carousel-module .cc-card .cc-card-content ol {
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}
.card-carousel-module .cc-card .cc-card-content li {
  margin-bottom: 0.25rem;
}
.card-carousel-module .cc-card .cc-card-content a {
  color: #2563eb;
  text-decoration: underline;
}
.card-carousel-module .cc-card .cc-card-content a:hover {
  color: #1d4ed8;
}
.card-carousel-module .cc-card .cc-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  color: var(--card-link, #3b82f6);
}
.card-carousel-module .cc-card .cc-card-cta:hover {
  color: var(--card-link-hover, #2563eb);
}
.card-carousel-module .cc-arrows {
  display: flex;
  gap: 0.5rem;
}
.card-carousel-module .cc-arrows--sides {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 10;
}
.card-carousel-module .cc-arrows--sides .cc-prev {
  left: 1rem;
}
.card-carousel-module .cc-arrows--sides .cc-next {
  right: 1rem;
}
.card-carousel-module .cc-arrows--below {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.card-carousel-module .cc-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 40%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.card-carousel-module .cc-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #6b7280;
}
.card-carousel-module .cc-arrow:hover svg {
  color: #374151;
}
.card-carousel-module .cc-arrow:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1.05);
}
.card-carousel-module .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.card-carousel-module .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 40%;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: var(--dot-default-bg, #e5e7eb);
  border: 2px solid var(--dot-default-border, #d1d5db);
}
.card-carousel-module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--dot-active-bg, #3b82f6);
  border-color: var(--dot-active-border, #2563eb);
}
.card-carousel-module .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.1);
}
@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .flex {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .flex .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .flex .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .flex .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
  }
  .has-content-column .card-carousel-module .cc-slider-outer--breakout {
    margin-left: calc(40% - 50vw);
    margin-right: calc(40% - 50vw);
  }
}
@media (max-width: 767px) {
  .card-carousel-module .cc-header .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .card-carousel-module .cc-header .cc-arrows--header {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
  .card-carousel-module .cc-content.has-content-column .container .flex .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
  }
  .card-carousel-module .cc-card {
    padding: 1rem;
  }
  .card-carousel-module .cc-card .cc-card-image--full img {
    height: 8rem;
  }
  .card-carousel-module .cc-card .cc-card-image--icon img {
    height: 6rem;
  }
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Clients Grid Module
 */
.clients-grid-section{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.clients-title{
  margin-bottom: 3rem;
}

@media (min-width: 768px){
  .clients-title{
    max-width: 70%;
  }
}

.clients-cards{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.75rem;
}

.btn:not(.clients-cards, [class*=-flex]) {
  display: inline-block;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards {
  display: flex;
  gap: 2rem;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column--left {
  order: 1;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column--right {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-slider-outer {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column--left + .cc-slider-outer {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column--right + .cc-slider-outer {
  order: 1;
}

@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .clients-cards {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .clients-cards .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

.module-wrapper.allow-overflow > .clients-cards {
  overflow: visible;
}

.clients-cards {
  flex-wrap: nowrap;
}

@media (min-width: 768px){
  .clients-cards{
    flex-direction: row;
  }
}
.clients-cards .client-card{
  position: relative;
  min-height: 320px;
  flex: 1 1 0%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.clients-cards .client-card:hover{
  z-index: 10;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
  .clients-cards .client-card {
    transition: flex 0.2s linear;
  }
  .clients-cards .client-card:hover {
    flex: 0 0 calc(44.444% - 0px);
  }
}

.client-card-image{
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .client-card-image{
    position: relative;
    height: 100%;
    width: 100%;
  }
}
.client-card-image::before {
  content: "";
  position: absolute;
  inset: 0px;
  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: 300ms;
}

.client-card-link{
  display: block;
  height: 100%;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  text-decoration-line: none;
}

.client-card-content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 1rem;
}

.btn:not(.client-card-content, [class*=-flex]) {
  display: inline-block;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content {
  display: flex;
  gap: 2rem;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column--left {
  order: 1;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column--right {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-slider-outer {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column--left + .cc-slider-outer {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column--right + .cc-slider-outer {
  order: 1;
}

@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .client-card-content {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

.content-media-grid.client-card-content {
  justify-content: flex-end;
}

.module-wrapper.allow-overflow > .client-card-content {
  overflow: visible;
}

.client-card-content {
  justify-content: flex-end;
}
.client-card-content .client-card-title{
  margin: 0px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  margin: 0;
}
.client-card-content .client-card-excerpt{
  height: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .client-card-content .client-card-excerpt {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .client-card-content .client-card-excerpt {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .client-card-content .client-card-excerpt{
    position: absolute;
    bottom: 2rem;
    display: grid;
    width: calc(44.4444444444vw - 2rem);
    max-width: 100%;
    grid-template-columns: 1fr 38px;
    gap: 6rem;
    opacity: 0;
    max-width: calc(568.8888888889px - 4rem);
  }
}
.client-card-content .client-card-excerpt .client-card-arrow{
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  opacity: 0;
}
.btn:not(.client-card-content .client-card-excerpt .client-card-arrow, [class*=-flex]) {
  display: inline-block;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow {
  display: flex;
  gap: 2rem;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column--left {
  order: 1;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column--right {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-slider-outer {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column--left + .cc-slider-outer {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column--right + .cc-slider-outer {
  order: 1;
}
@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .client-card-content .client-card-excerpt .client-card-arrow .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
.content-media-grid.client-card-content .client-card-excerpt .client-card-arrow {
  justify-content: flex-end;
}
.client-card-content .client-card-excerpt .client-card-arrow {
  justify-content: flex-end;
}
.client-card-content .client-card-excerpt .client-card-arrow svg{
  height: 2.25rem;
  width: 2.25rem;
}

.client-card .client-card-title{
  --tw-translate-y: -1rem;
  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));
}
.client-card .client-card-excerpt{
  position: relative;
  bottom: auto;
  height: auto;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.client-card .client-card-arrow{
  opacity: 1;
}
.client-card .client-card-image::before {
  background: linear-gradient(180deg, rgba(14, 66, 120, 0) 50.34%, rgba(14, 66, 120, 0.9) 85.99%);
}

@media (min-width: 768px) {
  .client-card .client-card-title{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .client-card .client-card-excerpt{
    position: absolute;
    height: 0px;
    opacity: 0;
  }
  .client-card .client-card-arrow{
    opacity: 0;
  }
  .client-card .client-card-image::before {
    background: none;
  }
  .client-card:hover .client-card-title{
    --tw-translate-y: -1rem;
    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));
  }
  .client-card:hover .client-card-excerpt{
    position: relative;
    bottom: auto;
    height: auto;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  .client-card:hover .client-card-arrow{
    opacity: 1;
  }
  .client-card:hover .client-card-image::before {
    background: linear-gradient(180deg, rgba(14, 66, 120, 0) 50.34%, rgba(14, 66, 120, 0.9) 85.99%);
  }
}
/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Sectors Slider Module
 */
.sectors-slider {
  padding: 6rem 0;
  overflow: hidden;
}
.sectors-slider .sectors-header {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-header .section-title {
    width: 70%;
  }
}
.sectors-slider .sectors-container {
  gap: 6rem;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-container {
    flex-direction: column;
    gap: 4rem;
  }
}
.sectors-slider {
  /* Navigation */
}
.sectors-slider .sectors-nav {
  flex: 1;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-nav {
    flex: none;
    width: 100%;
  }
}
.sectors-slider .sectors-nav .sectors-nav-swiper .swiper-wrapper {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.sectors-slider .sectors-nav .sector-nav-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
  flex: 1;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-nav .sector-nav-item {
    flex: 1;
    padding-inline: 1rem;
  }
}
.sectors-slider .sectors-nav .sector-nav-item:last-child {
  margin-right: 0 !important;
}
.sectors-slider .sectors-nav .sector-nav-item.swiper-slide-thumb-active .sector-icon-default {
  opacity: 0;
}
.sectors-slider .sectors-nav .sector-nav-item.swiper-slide-thumb-active .sector-icon-active {
  opacity: 1;
}
.sectors-slider .sectors-nav .sector-nav-item .sector-icon-default,
.sectors-slider .sectors-nav .sector-nav-item .sector-icon-active {
  width: 80px;
  height: 80px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-nav .sector-nav-item .sector-icon-default,
  .sectors-slider .sectors-nav .sector-nav-item .sector-icon-active {
    width: auto;
    height: 100px;
  }
}
.sectors-slider .sectors-nav .sector-nav-item .sector-icon-active {
  position: absolute;
  opacity: 0;
}
.sectors-slider .sectors-nav .sector-nav-item span {
  font-weight: 600;
  display: block;
  text-align: center;
}
.sectors-slider .sectors-nav .sectors-nav-pagination {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-nav .sectors-nav-pagination {
    margin-inline: 5rem;
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .sectors-slider .sectors-nav .sectors-nav-pagination {
    margin-inline: 3rem;
    margin-top: 2rem;
  }
}
.sectors-slider .sectors-nav .sectors-nav-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  display: block;
  background: white;
}
.sectors-slider .sectors-nav .sectors-nav-pagination .sector-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  position: relative;
}
.sectors-slider .sectors-nav .sectors-nav-pagination .sector-dot.active, .sectors-slider .sectors-nav .sectors-nav-pagination .sector-dot:hover {
  background-color: rgb(136, 175, 255);
}
.sectors-slider {
  /* Main content */
}
.sectors-slider .sectors-content {
  flex: 1;
  min-height: 400px;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-content {
    flex: none;
    width: 100%;
  }
}
.sectors-slider .sectors-content .sectors-content-swiper {
  overflow: visible;
}
.sectors-slider .sectors-content .sectors-content-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition: transform 0.3s ease;
}
.sectors-slider .sectors-content .sectors-content-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.sectors-slider .sectors-content .sectors-content-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.sectors-slider .sectors-content .sectors-content-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.sectors-slider .sectors-content .sector-content-item {
  height: 100%;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-content .sector-content-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
  }
  .sectors-slider .sectors-content .sector-content-text {
    padding-inline-end: 6rem;
  }
}
.sectors-slider .sectors-content .sector-content-text h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sectors-slider .sectors-content .sector-content-text .sector-description {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.sectors-slider .sectors-content .sector-content-text .sector-description p {
  margin-bottom: 1rem;
}
.sectors-slider .sectors-content .sector-content-text .sector-description p:last-child {
  margin-bottom: 0;
}
.sectors-slider .sectors-content .sector-content-text .sector-description strong, .sectors-slider .sectors-content .sector-content-text .sector-description b {
  font-weight: 600;
}
.sectors-slider .sectors-content .sector-content-text .sector-description em, .sectors-slider .sectors-content .sector-content-text .sector-description i {
  font-style: italic;
}
.sectors-slider .sectors-content .sector-content-text .sector-description u {
  text-decoration: underline;
}
.sectors-slider .sectors-content .sector-content-text .sector-description a {
  color: var(--link-color, rgb(14, 66, 120));
  text-decoration: none;
}
.sectors-slider .sectors-content .sector-content-text .sector-description a:hover {
  text-decoration: underline;
}
.sectors-slider .sectors-content .sector-content-image{
  margin-top: 2.5rem;
  flex: 1 1 0%;
}
@media (min-width: 1024px) {
  .sectors-slider .sectors-content .sector-content-image{
    margin-top: 0px;
  margin-top: 0;
  }
}
.sectors-slider .sectors-content .sector-content-image img {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sectors-slider .sectors-content .sector-content-image img {
    height: 450px;
  }
}
.sectors-slider .sectors-content .sectors-explore {
  margin-top: 2rem;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * History Slider Module
 */
.history-slider {
  overflow: hidden;
}
@media (min-width: 768px) {
  .history-slider {
    padding: 6rem 0;
  }
}
.history-slider .history-container {
  gap: 6rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .history-slider .history-container {
    flex-direction: column;
    gap: 4rem;
  }
}
.history-slider {
  /* Navigation */
}
.history-slider .history-nav {
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .history-slider .history-nav {
    flex: none;
    width: 100%;
  }
}
.history-slider .history-nav .history-nav-arrows {
  display: none;
}
@media (max-width: 767px) {
  .history-slider .history-nav .history-nav-swiper {
    display: block;
    position: relative;
    margin: 0 4rem;
    overflow: hidden;
  }
  .history-slider .history-nav .history-nav-swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    transition: transform 0.3s ease;
  }
  .history-slider .history-nav .history-nav-swiper .swiper-slide {
    width: calc((100% - 3 * 1.5rem) / 3.5);
    flex-shrink: 0;
  }
  .history-slider .history-nav .history-nav-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgb(136, 175, 255);
    border-radius: 9999px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .history-slider .history-nav .history-nav-arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .history-slider .history-nav .history-nav-arrows:hover {
    background-color: rgb(136, 175, 255);
    color: rgb(255, 255, 255);
  }
  .history-slider .history-nav .history-nav-arrows svg {
    width: 1rem;
    height: 1rem;
    color: rgb(136, 175, 255);
  }
  .history-slider .history-nav .history-nav-arrows:hover svg {
    color: rgb(255, 255, 255);
  }
  .history-slider .history-nav .history-nav-arrows.nav-prev {
    left: 0;
  }
  .history-slider .history-nav .history-nav-arrows.nav-next {
    right: 0;
  }
  .history-slider .history-nav .history-nav-arrows.disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .history-slider .history-nav .history-nav-arrows.disabled:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(136, 175, 255);
  }
  .history-slider .history-nav .history-nav-arrows.disabled svg {
    color: rgb(136, 175, 255);
  }
}
.history-slider .history-nav .history-nav-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .history-slider .history-nav .history-nav-swiper .swiper-wrapper {
    gap: 3rem;
  }
}
.history-slider .history-nav .history-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
  flex: 1;
  padding: 1rem;
}
.history-slider .history-nav .history-nav-item.swiper-slide-thumb-active .year-text {
  color: rgb(136, 175, 255);
  font-weight: 700;
}
.history-slider .history-nav .history-nav-item .year-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  text-align: center;
}
.history-slider .history-nav .history-nav-pagination {
  margin-top: 0.5rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  position: relative;
  margin-inline: 2rem;
}
.history-slider .history-nav .history-nav-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  display: block;
  background: rgb(255, 255, 255);
}
.history-slider .history-nav .history-nav-pagination .history-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  position: relative;
}
.history-slider .history-nav .history-nav-pagination .history-dot.active, .history-slider .history-nav .history-nav-pagination .history-dot:hover {
  background-color: rgb(136, 175, 255);
}
.history-slider {
  /* Main content */
}
.history-slider .history-content {
  flex: 1;
  min-height: 400px;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .history-slider .history-content {
    flex: none;
    width: 100%;
  }
}
.history-slider .history-content .history-content-swiper {
  overflow: visible;
}
.history-slider .history-content .history-content-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition: transform 0.3s ease;
}
.history-slider .history-content .history-content-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.history-slider .history-content .history-content-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.history-slider .history-content .history-content-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.history-slider .history-content .history-content-item {
  height: 100%;
}
@media (min-width: 768px) {
  .history-slider .history-content .history-content-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 2rem;
  }
}
.history-slider .history-content .history-content-text {
  padding-block-end: 3rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .history-slider .history-content .history-content-text {
    padding-inline-end: 6rem;
  }
}
.history-slider .history-content .history-content-text .year {
  font-size: 62px;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  font-weight: 700;
}
.history-slider .history-content .history-content-text .history-description {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.history-slider .history-content .history-content-text .history-description p {
  font-size: 0.91rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.history-slider .history-content .history-content-text .history-description p:last-child {
  margin-bottom: 0;
}
.history-slider .history-content .history-content-text .history-description strong, .history-slider .history-content .history-content-text .history-description b {
  font-weight: 600;
  color: #333;
}
.history-slider .history-content .history-content-text .history-description em, .history-slider .history-content .history-content-text .history-description i {
  font-style: italic;
}
.history-slider .history-content .history-content-text .history-description u {
  text-decoration: underline;
}
.history-slider .history-content .history-content-text .history-description a {
  color: var(--link-color, rgb(14, 66, 120));
  text-decoration: none;
}
.history-slider .history-content .history-content-text .history-description a:hover {
  text-decoration: underline;
}
.history-slider .history-content .history-content-image {
  flex: 1;
}
.history-slider .history-content .history-content-image img {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.history-slider .history-content .history-navigation {
  margin-top: -3rem;
  gap: 1.5rem;
  justify-content: flex-start;
  margin-left: calc(50% + 1rem);
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .history-slider .history-content .history-navigation {
    display: flex;
  }
}
.history-slider .history-content .history-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.history-slider .history-content .history-arrow {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 2px solid rgb(136, 175, 255);
  color: rgb(136, 175, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.history-slider .history-content .history-arrow:hover {
  background-color: rgb(136, 175, 255);
  color: rgb(255, 255, 255);
}
.history-slider .history-content .history-arrow svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .history-nav .history-nav-item {
    display: inline-flex;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .history-nav-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .history-container {
    flex-direction: row;
  }
  .history-nav .history-nav-item {
    display: flex;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Product Feature Module
 */
.fire-systems-ctas {
  padding: 6rem 0;
}

.fire-systems-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.fire-systems-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: -1;
}
@media (min-width: 640px) {
  .fire-systems-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .fire-systems-grid {
    grid-template-columns: repeat(var(--grid-cols), 1fr);
  }
}

.systems-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-image 220ms ease;
}

.fire-system-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  min-height: 250px;
  border-style: solid;
  border-color: rgba(229, 229, 229, 0.4);
  transition: all 0.3s ease;
}
@media (min-width: 640px) {
  .fire-system-card {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .fire-system-card {
    border-width: 0 1px;
    min-height: 450px;
  }
}
.fire-system-card:hover {
  background-color: rgba(245, 245, 245, 0.2);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.fire-system-card .logos-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  display: block;
}
.fire-system-card .logos-wrapper img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fire-system-card h3 {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.fire-system-card .buttons-2 {
  position: relative;
  z-index: 3;
}
.fire-system-card .arrow-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.fire-system-card .arrow-icon:hover {
  background-color: #e5e5e5;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
* Icon Details Module
*/
.icon-details-section .section-title {
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .icon-details-section .section-title {
    max-width: 50%;
  }
}
.icon-details-section .section-intro {
  margin: 0 auto 4rem;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .icon-details-section .section-intro {
    max-width: 50%;
  }
}

.icon-details-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 3rem;
}
@media (min-width: 640px) {
  .icon-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .icon-details-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.icon-details-grid.icon-details--list {
  grid-template-columns: 1fr;
  gap: 0;
}
.icon-details-grid.icon-details--list .icon-detail-item {
  border-top: 1px solid rgb(212, 226, 255);
  padding-block: 0.5rem;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 1.5rem;
  align-items: center;
}
.icon-details-grid.icon-details--list .icon-detail-item:last-child {
  border-bottom: 1px solid rgb(212, 226, 255);
}
.icon-details-grid.icon-details--list .icon-detail-item .icon-detail-title {
  margin-block: 0;
}

.icon-detail-item {
  border-top: 1px solid rgb(212, 226, 255);
  padding-top: 2rem;
}
@media (min-width: 640px) {
  .icon-detail-item {
    border-top: 0;
    padding-top: 0;
  }
  .icon-detail-item:nth-child(n+3) {
    padding-top: 2rem;
    border-top: 1px solid rgb(212, 226, 255);
  }
}
@media (min-width: 1024px) {
  .icon-detail-item:nth-child(n+3) {
    border-top: 0;
    padding-top: 0;
  }
  .icon-detail-item:nth-child(n+4) {
    padding-top: 2rem;
    border-top: 1px solid rgb(212, 226, 255);
  }
}
.icon-detail-item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(212, 226, 255);
  border-radius: 9999px;
}
.icon-detail-item .icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-detail-item h3 {
  font-weight: 600;
  margin-block: 1rem;
}
.icon-detail-item .icon-detail-description p:last-child {
  margin-bottom: 0;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Accordion Module
 */
.accordion-section{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.accordion-section .section-title{
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.accordion-section .accordion-heading{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 56rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .accordion-section .accordion-heading {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .accordion-section .accordion-heading {
    font-size: 40px;
  }
}
.accordion-section .accordion-heading--left{
  text-align: left;
}
.accordion-section .accordion-heading--center{
  text-align: center;
}
.accordion-section .accordion-heading--right{
  text-align: right;
}

.accordion{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 56rem;
  flex-direction: column;
}

.btn:not(.accordion, [class*=-flex]) {
  display: inline-block;
}

.card-carousel-module .cc-content.has-content-column .container .accordion {
  display: flex;
  gap: 2rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column--left {
  order: 1;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column--right {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-slider-outer {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column--left + .cc-slider-outer {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column--right + .cc-slider-outer {
  order: 1;
}

@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .accordion {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .accordion .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .accordion .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

.accordion {
  --accordion-toggle-bg: transparent;
  --accordion-toggle-text: inherit;
  --accordion-toggle-icon: inherit;
  --accordion-toggle-hover-active-bg: transparent;
  --accordion-toggle-hover-active-text: inherit;
  --accordion-toggle-hover-active-icon: inherit;
  --accordion-content-bg: transparent;
  --accordion-content-text: inherit;
}
.accordion > .accordion-item {
  margin-bottom: var(--accordion-items-gap);
  border-color: var(--accordion-border-color);
  border-style: solid;
  border-width: var(--accordion-border-width-top) var(--accordion-border-width-right) var(--accordion-border-width-bottom) var(--accordion-border-width-left);
  border-radius: var(--accordion-border-radius);
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.accordion > .accordion-item::-webkit-details-marker {
  display: none;
}
.accordion > .accordion-item::marker {
  display: none;
}

.accordion-header{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  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: 300ms;
  text-align: left;
}

.btn:not(.accordion-header, [class*=-flex]) {
  display: inline-block;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header {
  display: flex;
  gap: 2rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column--left {
  order: 1;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column--right {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-slider-outer {
  flex: 0 0 40%;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column--left + .cc-slider-outer {
  order: 2;
}

.card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column--right + .cc-slider-outer {
  order: 1;
}

@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .accordion-header {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}

.content-media-grid.accordion-header {
  align-items: center;
}

.accordion-header {
  justify-content: space-between;
  padding: var(--accordion-btn-padding-y) var(--accordion-btn-padding-x);
  background-color: var(--accordion-toggle-bg, transparent);
  color: var(--accordion-toggle-text, inherit);
}
.accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-header::marker {
  display: none;
}
.accordion-header:hover {
  background-color: var(--accordion-toggle-hover-active-bg, transparent);
  color: var(--accordion-toggle-hover-active-text, inherit);
}
.accordion-header .accordion-header-text,
.accordion-header h1, .accordion-header h2, .accordion-header h3, .accordion-header h4{
  margin: 0px;
  font-weight: 600;
  margin: 0;
}
.accordion-header .accordion-icon{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn:not(.accordion-header .accordion-icon, [class*=-flex]) {
  display: inline-block;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon {
  display: flex;
  gap: 2rem;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column--left {
  order: 1;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column--right {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block {
  color: #6b7280;
  line-height: 1.625;
  color: var(--content-text-color, #374151);
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block p {
  margin-bottom: 1rem;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block p:last-child {
  margin-bottom: 0;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block h1, .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block h2, .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block h3, .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block h4, .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block h5, .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block h6 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block ul, .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block li {
  margin-bottom: 0.5rem;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block a {
  color: #2563eb;
  text-decoration: underline;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-text-block a:hover {
  color: #1d4ed8;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column .cc-cta {
  display: inline-block;
  align-self: flex-start;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-slider-outer {
  flex: 0 0 40%;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-slider-outer:not(.cc-slider-outer--breakout) .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-slider-outer.cc-slider-outer--breakout .cc-swiper {
  overflow: hidden;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column--left + .cc-slider-outer {
  order: 2;
}
.card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column--right + .cc-slider-outer {
  order: 1;
}
@media (max-width: 1023px) {
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon {
    display: flex;
    flex-direction: column;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column--left, .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-content-column--right {
    order: -1;
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-slider-outer {
    flex: none;
    width: 100%;
  }
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .card-carousel-module .cc-content.has-content-column .container .accordion-header .accordion-icon .cc-slider-outer .cc-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
.content-media-grid.accordion-header .accordion-icon {
  align-items: center;
  justify-content: center;
}
.accordion-header .accordion-icon {
  justify-content: center;
  color: var(--accordion-toggle-icon, inherit);
}
.accordion-header .accordion-icon, .accordion-header .accordion-icon svg, .accordion-header .accordion-icon svg path {
  fill: currentColor;
}
.accordion-item[open] > .accordion-header .accordion-icon svg {
  transform: rotate(var(--accordion-icon-rotation));
}
.accordion-item[open] > .accordion-header .accordion-icon .accordion-icon-default {
  display: none;
}
.accordion-item[open] > .accordion-header .accordion-icon .accordion-icon-active {
  display: block;
}

.accordion-icon .accordion-icon-active {
  display: none;
}

.accordion-item[open] > .accordion-header,
.accordion-item[open] > summary.accordion-header {
  background-color: var(--accordion-toggle-hover-active-bg, transparent);
  color: var(--accordion-toggle-hover-active-text, inherit);
}
.accordion-item[open] > .accordion-header .accordion-icon,
.accordion-item[open] > summary.accordion-header .accordion-icon {
  color: var(--accordion-toggle-hover-active-icon, inherit);
}
.accordion-item[open] > .accordion-header .accordion-icon, .accordion-item[open] > .accordion-header .accordion-icon svg, .accordion-item[open] > .accordion-header .accordion-icon svg path,
.accordion-item[open] > summary.accordion-header .accordion-icon,
.accordion-item[open] > summary.accordion-header .accordion-icon svg,
.accordion-item[open] > summary.accordion-header .accordion-icon svg path {
  fill: currentColor;
}

.accordion-content-inner--two-col{
  display: grid;
  gap: var(--accordion-columns-gap);
}
@media (min-width: 768px) {
  .accordion-content-inner--two-col {
    grid-template-columns: 1fr 1fr;
  }
}

.accordion-content{
  line-height: 1.625;
  padding: var(--accordion-content-padding-y) var(--accordion-content-padding-x);
  background-color: var(--accordion-content-bg, transparent);
  color: var(--accordion-content-text, inherit);
}
.accordion-item:not([open]) .accordion-content {
  display: none;
}
.accordion-item[open] .accordion-content {
  display: block;
  animation: accordionSlideDown 0.3s ease-in-out;
}

@keyframes accordionSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Content + Media Columns Module
 */
.content-media-columns {
  position: relative;
  overflow: hidden;
}

.content-media-grid {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem 0;
}
@media (min-width: 640px) {
  .content-media-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .content-media-grid {
    padding-inline: 100px;
  }
  .content-media-grid.is-full-width {
    padding-inline: 0;
  }
}
.content-media-grid.items-center {
  align-items: center;
}
.content-media-grid.items-end {
  align-items: flex-end;
}
.content-media-grid.items-stretch {
  align-items: stretch;
}
.content-media-grid.items-stretch .content-column {
  flex: 1;
}
.content-media-grid.justify-center {
  justify-content: center;
}
.content-media-grid.justify-end {
  justify-content: flex-end;
}

.content-column {
  grid-column: span 12/span 12;
}
@media (min-width: 768px) {
  .content-column {
    grid-column: span var(--cmc-col-span, 12)/span var(--cmc-col-span, 12);
  }
}
.content-column .module-wrapper.embedded-module-section_label {
  position: static;
}
.content-column.embedded-module > section {
  padding: 0;
}
.content-column img[src*=".svg"]:is([sizes=auto i], [sizes^="auto," i]) {
  aspect-ratio: 1;
}
.content-column .section-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--section-label-color, inherit);
}
@media (min-width: 768px) {
  .content-column .section-label.breakout-left {
    left: 0;
    width: 100vw;
    max-width: 100%;
    padding-left: calc((100% - 1280px) / 2) !important;
    width: calc(100% + (1280px - 100%) / 2);
  }
}
.content-column .section-label.breakout-left {
  max-width: var(--breakout-width, 100%);
}
.content-column .section-label.breakout-left::before {
  content: "";
  position: absolute;
  right: calc(100% + 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  width: calc((100vw - 1280px) / 2 - 1rem + 100px);
  height: 1px;
  background-color: var(--section-label-line-color, #e5e5e5);
}
@media (min-width: 768px) {
  .content-column .section-label.breakout-right {
    right: 0;
    width: 100vw;
    max-width: 100%;
    padding-left: calc((100% - 1280px) / 2) !important;
    width: calc(100% + (1280px - 100%) / 2);
  }
}
.content-column .section-label.breakout-right {
  max-width: var(--breakout-width, 100%);
  position: static;
}
.content-column .section-label.breakout-right::before {
  content: "";
  position: absolute;
  left: calc((100vw - 1280px) / 2 * -1);
  top: unset;
  transform: unset;
  width: calc((100vw - 1280px) / 2 - 1rem + 100px);
  height: 1px;
  background-color: var(--section-label-line-color, #e5e5e5);
}

.content-slider-wrapper {
  --content-slider-text-color: #1d2124;
  position: relative;
  overflow: hidden;
}

.content-slider .swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.content-slider .swiper-slide {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}

.content-slide {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  width: 100%;
  padding: 0 50px;
}
@media (min-width: 640px) {
  .content-slide {
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .content-slide {
    padding: 0 70px;
  }
}

.content-slide-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-slide-content {
  color: var(--content-slider-text-color);
  flex: 1;
}
.content-slide-content * {
  color: inherit;
}
.content-slide-content h1, .content-slide-content h2, .content-slide-content h3, .content-slide-content h4, .content-slide-content h5, .content-slide-content h6 {
  margin-bottom: 1rem;
}
.content-slide-content p {
  margin-bottom: 1rem;
}
.content-slide-content ul, .content-slide-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.content-slide-content a {
  color: var(--wp--preset--color--primary, #21307d);
}
.content-slide-content a:hover {
  color: var(--wp--preset--color--secondary, #44B8F9);
}

.content-slider-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 1.5rem;
  pointer-events: none;
  z-index: 10;
}

.content-slider-prev {
  margin-right: auto;
  margin-left: -2rem;
}

.content-slider-next {
  margin-left: auto;
  margin-right: -2rem;
}

.content-slider-prev,
.content-slider-next {
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.content-slider-prev:hover,
.content-slider-next:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.content-slider-prev:focus-visible,
.content-slider-next:focus-visible {
  outline: 2px solid var(--wp--preset--color--midnight-blue, #21307d);
  outline-offset: 2px;
}
.content-slider-prev:focus:not(:focus-visible),
.content-slider-next:focus:not(:focus-visible) {
  outline: none;
}
.content-slider-prev svg,
.content-slider-next svg {
  color: var(--wp--preset--color--midnight-blue, #21307d);
}
.content-slider-prev img,
.content-slider-next img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.content-slider-pagination .swiper-pagination-bullet {
  background-color: var(--wp--preset--color--cornflower-blue, #44B8F9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  margin: 0;
  opacity: 1;
  transition: all 0.3s ease;
  width: 8px;
}
.content-slider-pagination .swiper-pagination-bullet:hover {
  background-color: var(--wp--preset--color--midnight-blue, #21307d);
}
.content-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--midnight-blue, #21307d);
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .content-slider-navigation {
    padding: 0 2rem;
  }
  .content-slide {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .content-slide-image {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .content-slide-content {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .content-slider-navigation {
    padding: 0 3rem;
  }
}
.contact-information-module {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-information-module .contact-info-placeholder {
  color: var(--wp--preset--color--medium-gray, #666);
  font-style: italic;
  text-align: center;
  padding: 2rem;
  background-color: var(--wp--preset--color--light-gray, #f8f9fa);
  border-radius: 4px;
  border: 1px dashed var(--wp--preset--color--medium-gray, #ccc);
}
.contact-information-module .contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-information-module .contact-item .contact-label {
  font-weight: 600;
  color: var(--wp--preset--color--cornflower-blue);
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.contact-information-module .contact-item .contact-value {
  line-height: 1.4;
  color: inherit;
}
.contact-information-module .contact-item .contact-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-information-module .contact-item .contact-value a:hover {
  color: var(--wp--preset--color--cornflower-blue, #44B8F9);
}
.contact-information-module .contact-item .contact-value a::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.contact-information-module .contact-item.contact-social .contact-label {
  display: block;
}
.contact-information-module .contact-item.contact-social .social-icons {
  display: flex;
  gap: 0.5rem;
}
.contact-information-module .contact-item.contact-social .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--cornflower-blue, #44B8F9);
  transition: all 0.2s ease;
}
.contact-information-module .contact-item.contact-social .social-icons .social-icon:hover {
  background-color: var(--wp--preset--color--midnight-blue, #21307d);
  transform: translateY(-1px);
}
.contact-information-module .contact-item.contact-social .social-icons .social-icon:hover img {
  filter: brightness(0) invert(1);
}
.contact-information-module .contact-item.contact-social .social-icons .social-icon img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease;
}
.contact-information-module .contact-item.contact-social .social-icons .social-icon-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--cornflower-blue, #44B8F9);
  font-size: 0.625rem;
  color: #ffffff;
  transition: all 0.2s ease;
}
.contact-information-module .contact-item.contact-social .social-icons .social-icon-placeholder:hover {
  background-color: var(--wp--preset--color--midnight-blue, #21307d);
}
.contact-information-module .contact-item.contact-phone .contact-value a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%234a90e2%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z%27%3E%3C/path%3E%3C/svg%3E");
}
.contact-information-module .contact-item.contact-email .contact-value a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%234a90e2%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z%27%3E%3C/path%3E%3C/svg%3E");
}
.contact-information-module .contact-item.contact-location .contact-label {
  display: block;
}
.contact-information-module .contact-item.contact-location .contact-value {
  color: inherit;
}

.contact-form-module {
  position: relative;
}
.contact-form-module .contact-form-placeholder {
  color: var(--wp--preset--color--medium-gray, #666);
  font-style: italic;
  text-align: center;
  padding: 2rem;
  background-color: var(--wp--preset--color--light-gray, #f8f9fa);
  border-radius: 4px;
  border: 1px dashed var(--wp--preset--color--medium-gray, #ccc);
}
.contact-form-module.has-background-overlay {
  position: relative;
  width: calc(100vw - 2rem + 1px);
}
@media (min-width: 1024px) {
  .contact-form-module.has-background-overlay {
    width: calc(100% + (100vw - 1280px) / 2);
  }
}
.contact-form-module.has-background-overlay .contact-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .contact-form-module.has-background-overlay {
    width: calc(100% + 45px + (100vw - 1280px) / 2);
  }
  .contact-form-module.has-background-overlay .contact-form-overlay {
    width: calc(100% + calc((100vw - 1280px) / 2) + 100px);
  }
  .is-full-width .contact-form-module.has-background-overlay .contact-form-overlay {
    width: calc(100% + (100vw - 1280px) / 2);
  }
}
.contact-form-module.has-background-overlay .contact-form-content {
  position: relative;
  z-index: 1;
}
.contact-form-module.has-background-overlay .contact-form-content :is(input, textarea, select) {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.3);
}
.contact-form-module.has-background-overlay .contact-form-content :is(input, textarea, select):focus {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.8);
}
.contact-form-module.has-background-overlay .contact-form-content label {
  color: #ffffff;
  font-weight: 600;
}
.contact-form-module.has-background-overlay .contact-form-content :is(input[type=submit], button[type=submit]) {
  background-color: #ffffff;
  color: var(--wp--preset--color--midnight-blue, #21307d);
  border: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.contact-form-module.has-background-overlay .contact-form-content :is(input[type=submit], button[type=submit]):hover {
  background-color: var(--wp--preset--color--light-gray, #f8f9fa);
  transform: translateY(-1px);
}
.contact-form-module.has-background-overlay .contact-form-content .wpcf7-not-valid-tip,
.contact-form-module.has-background-overlay .contact-form-content .wpcf7-response-output {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border-radius: 4px;
}
.contact-form-module.has-background-overlay .contact-form-content .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: rgba(76, 175, 80, 0.9);
  color: #ffffff;
}
.contact-form-module.has-background-overlay .contact-form-content .wpcf7-response-output.wpcf7-validation-errors {
  background-color: rgba(244, 67, 54, 0.9);
  color: #ffffff;
}
.contact-form-module.has-background-overlay .contact-form-content .contact-form-placeholder {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
}
.contact-form-module:not(.has-background-overlay) form :is(input, textarea, select) {
  border: 1px solid var(--wp--preset--color--light-gray, #e5e5e5);
  border-radius: 4px;
  padding: 1rem;
  transition: border-color 0.2s ease;
}
.contact-form-module:not(.has-background-overlay) form :is(input, textarea, select):focus {
  border-color: var(--wp--preset--color--midnight-blue, #21307d);
  outline: none;
}
.contact-form-module:not(.has-background-overlay) form :is(input[type=submit], button[type=submit]) {
  background-color: var(--wp--preset--color--midnight-blue, #21307d);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact-form-module:not(.has-background-overlay) form :is(input[type=submit], button[type=submit]):hover {
  background-color: var(--wp--preset--color--cornflower-blue, #44B8F9);
}
.contact-form-module:not(.has-background-overlay) iframe {
  max-width: 100%;
  height: auto;
  border: none;
  border-radius: 4px;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Module Settings Styles
 * Applied via module_settings_wrapper.php
 */
.module-padding-top-none {
  padding-top: 0 !important;
}

.module-padding-top-small {
  padding-top: 2rem !important;
}

.module-padding-top-medium {
  padding-top: 3rem !important;
}

.module-padding-top-large {
  padding-top: 4rem !important;
}

.module-padding-top-xlarge {
  padding-top: 6rem !important;
}

.module-padding-bottom-none {
  padding-bottom: 0 !important;
}

.module-padding-bottom-small {
  padding-bottom: 2rem !important;
}

.module-padding-bottom-medium {
  padding-bottom: 3rem !important;
}

.module-padding-bottom-large {
  padding-bottom: 4rem !important;
}

.module-padding-bottom-xlarge {
  padding-bottom: 6rem !important;
}

.module-margin-top-none {
  margin-top: 0 !important;
}

.module-margin-top-small {
  margin-top: 2rem !important;
}

.module-margin-top-medium {
  margin-top: 3rem !important;
}

.module-margin-top-large {
  margin-top: 4rem !important;
}

.module-margin-top-xlarge {
  margin-top: 6rem !important;
}

.module-margin-bottom-none {
  margin-bottom: 0 !important;
}

.module-margin-bottom-small {
  margin-bottom: 2rem !important;
}

.module-margin-bottom-medium {
  margin-bottom: 3rem !important;
}

.module-margin-bottom-large {
  margin-bottom: 4rem !important;
}

.module-margin-bottom-xlarge {
  margin-bottom: 6rem !important;
}

@media (max-width: 767px) {
  .module-wrapper.hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-wrapper.hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .module-wrapper.hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .module-wrapper.hide-bg-on-mobile {
    background-image: none !important;
    --module-background: none !important;
  }
  .module-wrapper.hide-bg-on-mobile.overlap-previous::before, .module-wrapper.hide-bg-on-mobile.has-overlay::before {
    display: none !important;
    background: none !important;
  }
  .module-wrapper.hide-bg-on-mobile .module-background-video,
  .module-wrapper.hide-bg-on-mobile .module-background-overlay {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-wrapper.hide-bg-on-tablet {
    background-image: none !important;
    --module-background: none !important;
  }
  .module-wrapper.hide-bg-on-tablet.overlap-previous::before, .module-wrapper.hide-bg-on-tablet.has-overlay::before {
    display: none !important;
    background: none !important;
  }
  .module-wrapper.hide-bg-on-tablet .module-background-video,
  .module-wrapper.hide-bg-on-tablet .module-background-overlay {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .module-wrapper.hide-bg-on-desktop {
    background-image: none !important;
    --module-background: none !important;
  }
  .module-wrapper.hide-bg-on-desktop.overlap-previous::before, .module-wrapper.hide-bg-on-desktop.has-overlay::before {
    display: none !important;
    background: none !important;
  }
  .module-wrapper.hide-bg-on-desktop .module-background-video,
  .module-wrapper.hide-bg-on-desktop .module-background-overlay {
    display: none !important;
  }
}
.visual-design > .module-wrapper {
  padding: 2rem 0;
}

.module-wrapper {
  position: relative;
  color: var(--text-color, inherit);
}
.module-wrapper h1,
.module-wrapper .h1,
.module-wrapper h2,
.module-wrapper .h2,
.module-wrapper h3,
.module-wrapper .h3,
.module-wrapper h4,
.module-wrapper .h4,
.module-wrapper h5,
.module-wrapper .h5,
.module-wrapper h6,
.module-wrapper .h6 {
  color: var(--heading-color, inherit);
}
.module-wrapper a:not(.btn) {
  color: var(--link-color, inherit);
}
.module-wrapper a:not(.btn):hover, .module-wrapper a:not(.btn):active {
  color: var(--link-hover-color, inherit);
}
.module-wrapper.has-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-wrapper.has-background-video {
  position: relative;
  overflow: hidden;
}
.module-wrapper.has-background-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.module-wrapper.has-background-video > * {
  position: relative;
  z-index: 1;
}
.module-wrapper.has-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, var(--overlay-opacity, 0.5));
  z-index: 0;
}
.module-wrapper.allow-overflow {
  overflow: visible !important;
}
.module-wrapper.allow-overflow > .overflow-hidden {
  overflow: visible !important;
}

.module-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.module-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.module-animate-fade {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.module-animate-fade.is-visible {
  opacity: 1;
}

.module-animate-slide-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.module-animate-slide-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.module-animate-slide-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.module-animate-slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
.section-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .section-label {
    left: 0;
    width: 100vw;
    max-width: 100%;
    padding-left: calc((100% - 1280px) / 2) !important;
    width: calc(100% + (1280px - 100%) / 2);
  }
}
.section-label::before {
  content: "";
  position: absolute;
  right: calc(100% + 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  width: calc((100vw - 1280px) / 2 - 1rem);
  height: 1px;
  background-color: #e5e5e5;
}
.section-label.section-label--no-line::before {
  content: none !important;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Images Row Module
 */
.images-row-section {
  overflow: hidden;
}
.images-row-section .images-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.images-row-section .images-row .image-item-wrapper {
  flex: 0 0 auto;
  max-width: 200px;
}
.images-row-section .images-row .image-item-wrapper .image-item {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.images-row-section .images-row .image-item-wrapper .image-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.images-row-section .images-swiper {
  overflow: hidden;
}
.images-row-section .images-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}
.images-row-section .images-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.images-row-section .images-swiper .swiper-slide .image-item {
  max-width: 120px;
  max-height: 80px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  .images-row-section .images-swiper .swiper-slide .image-item {
    max-width: 150px;
    max-height: 100px;
  }
}
@media (min-width: 1024px) {
  .images-row-section .images-swiper .swiper-slide .image-item {
    max-width: 180px;
    max-height: 120px;
  }
}
.images-row-section .images-swiper .swiper-slide .image-item:hover {
  opacity: 1;
  transform: scale(1.05);
}
.images-row-section .images-swiper .swiper-button-next,
.images-row-section .images-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: 1px solid rgb(212, 226, 255);
  color: rgb(14, 66, 120);
  transition: all 0.3s ease;
}
.images-row-section .images-swiper .swiper-button-next::after,
.images-row-section .images-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
.images-row-section .images-swiper .swiper-button-next:hover,
.images-row-section .images-swiper .swiper-button-prev:hover {
  background-color: rgb(14, 66, 120);
  color: white;
  border-color: rgb(14, 66, 120);
}
.images-row-section .images-swiper .swiper-button-next {
  right: 10px;
}
.images-row-section .images-swiper .swiper-button-prev {
  left: 10px;
}
.images-row-section .images-swiper .swiper-pagination {
  bottom: -30px;
}
.images-row-section .images-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgb(212, 226, 255);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.images-row-section .images-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(14, 66, 120);
  opacity: 1;
  transform: scale(1.2);
}
.images-row-section .images-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Callout Block Module
 * High-impact split layout with image and content panels
 */
.link-block-module {
  --lb-min-height: 500px;
  --lb-img-width: 50%;
  --lb-content-width: 50%;
  --lb-content-bg: #17377b;
  min-height: var(--lb-min-height);
  position: relative;
  overflow: hidden;
}
.link-block-module .lb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.link-block-module .lb-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.link-block-module .lb-columns {
  display: flex;
  flex-direction: column;
  min-height: var(--lb-min-height);
}
@media (min-width: 768px) {
  .link-block-module .lb-columns {
    flex-direction: row;
  }
}
.link-block-module .lb-columns--reversed {
  flex-direction: row-reverse;
}
.link-block-module .lb-image-col {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .link-block-module .lb-image-col {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
.link-block-module .lb-image-col.lb-parallax {
  background-attachment: fixed;
}
.link-block-module .lb-content-col {
  display: flex;
  align-items: center;
  background-color: var(--lb-content-bg);
}
@media (max-width: 768px) {
  .link-block-module .lb-content-col {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
.link-block-module .lb-content-inner {
  padding: 4rem 3rem;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 2rem;
  text-align: center;
}
@container (width < $breakpoint-md) {
  .link-block-module .lb-content-inner {
    padding: 3rem 2rem;
  }
}
.link-block-module .lb-content-inner.align-left {
  text-align: left;
}
.link-block-module .lb-content-inner.align-center {
  text-align: center;
}
.link-block-module .lb-content-inner.align-right {
  text-align: right;
}
.link-block-module .lb-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .link-block-module .lb-title {
    font-size: 2rem;
  }
}
.link-block-module .lb-wysiwyg {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.link-block-module .lb-wysiwyg p:last-child {
  margin-bottom: 0;
}
.link-block-module .lb-cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .link-block-module .lb-cta-group {
    flex-direction: column;
    gap: 1rem;
  }
}
.link-block-module .lb-content-inner {
  color: var(--lb-text-color);
}
.link-block-module .lb-full-bg-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: var(--lb-min-height);
}
.link-block-module .lb-full-bg-content > .lb-content-inner {
  background-color: var(--lb-content-bg);
  padding: 2rem 2.5rem;
  max-width: 90%;
}
@container (width > $breakpoint-md) {
  .link-block-module .lb-full-bg-content > .lb-content-inner {
    padding: 4rem 5rem;
  }
}
.link-block-module .lb-title {
  color: var(--lb-text-color, #fff);
}
.link-block-module .section-label {
  color: var(--lb-text-color, #fff);
}

/**
 * Header Styles
 */
/**
 * Contact Form Module
 */
.contact-form-module {
  --contact-bg: #ebe8e6;
  --contact-text: currentColor;
  color: var(--contact-text);
}
.contact-form-module .contact-form-layout {
  background: var(--contact-bg);
  border-radius: 12px;
  display: grid;
  gap: 3rem;
  padding: 3rem;
}
@media (min-width: 1024px) {
  .contact-form-module .contact-form-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
    padding: 4rem;
  }
}
.contact-form-module .contact-form-left-content p,
.contact-form-module .contact-form-left-content h1,
.contact-form-module .contact-form-left-content h2,
.contact-form-module .contact-form-left-content h3,
.contact-form-module .contact-form-left-content h4,
.contact-form-module .contact-form-left-content h5,
.contact-form-module .contact-form-left-content h6,
.contact-form-module .contact-form-left-content span {
  color: var(--contact-text);
}
.contact-form-module .contact-form-left-image {
  margin-top: 2rem;
}
.contact-form-module .contact-form-left-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 8px;
}
.contact-form-module .contact-form-form-wrap {
  background: rgb(14, 66, 120);
  border-radius: 12px;
  color: rgb(255, 255, 255);
  padding: 2rem;
}
@media (min-width: 1024px) {
  .contact-form-module .contact-form-form-wrap {
    padding: 3rem;
  }
}
.contact-form-module .contact-form-above-content {
  margin-bottom: 1.5rem;
}
.contact-form-module .contact-form-above-content p,
.contact-form-module .contact-form-above-content h1,
.contact-form-module .contact-form-above-content h2,
.contact-form-module .contact-form-above-content h3,
.contact-form-module .contact-form-above-content h4,
.contact-form-module .contact-form-above-content h5,
.contact-form-module .contact-form-above-content h6,
.contact-form-module .contact-form-above-content span {
  color: rgb(255, 255, 255);
}
.contact-form-module .contact-form-form .wpcf7-form-control:not(.wpcf7-submit):not([type=radio]):not([type=checkbox]) {
  width: 100%;
  border: 1px solid rgb(136, 175, 255);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  color: rgb(14, 66, 120);
  background: rgb(255, 255, 255);
}
.contact-form-module .contact-form-form .wpcf7-submit {
  width: 100%;
}

/**
 * Header Styles
 */
/**
 * CTA Cards Module
 */
.cta-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.cta-cards-grid--1 {
  grid-template-columns: 1fr;
}
.cta-cards-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .cta-cards-grid--2 {
    grid-template-columns: 1fr;
  }
}
.cta-cards-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .cta-cards-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cta-cards-grid--3 {
    grid-template-columns: 1fr;
  }
}
.cta-cards-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .cta-cards-grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .cta-cards-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cta-cards-grid--4 {
    grid-template-columns: 1fr;
  }
}

.cta-card {
  --card-bg-color: transparent;
  --card-text-color: currentColor;
  --card-border-color: rgb(136, 175, 255);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  border: 1px solid var(--card-border-color);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.cta-card.align-left {
  text-align: left;
}
.cta-card.align-left .cta-card-image {
  text-align: left;
}
.cta-card.align-left .cta-card-action .btn {
  justify-content: flex-start;
}
.cta-card.align-center {
  text-align: center;
}
.cta-card.align-center .cta-card-image {
  text-align: center;
}
.cta-card.align-center .cta-card-action .btn {
  justify-content: center;
}
.cta-card.align-right {
  text-align: right;
}
.cta-card.align-right .cta-card-image {
  text-align: right;
}
.cta-card.align-right .cta-card-action .btn {
  justify-content: flex-end;
}
.cta-card .cta-card-image {
  margin-bottom: 1.5rem;
}
.cta-card .cta-card-image img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.cta-card .cta-card-title {
  margin-bottom: 1rem;
}
.cta-card .cta-card-title a {
  color: inherit;
  text-decoration: none;
}
.cta-card .cta-card-contents {
  margin-bottom: 1.5rem;
}
.cta-card .cta-card-action {
  margin-top: auto;
}
.cta-card .cta-card-action .btn {
  width: 100%;
}

/**
 * Header Styles
 */
/**
 * Testimonials Slider Module
 */
.testimonials-slider-module {
  --testimonials-accent: #21307d;
  --testimonials-heading: #1d2124;
  --testimonials-content: #1d2124;
}
.testimonials-slider-module .testimonials-header {
  margin-bottom: 3rem;
  text-align: center;
}
.testimonials-slider-module .testimonials-pretitle {
  color: var(--testimonials-accent);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
}
.testimonials-slider-module .testimonials-title {
  color: var(--testimonials-heading);
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 0;
}
.testimonials-slider-module .testimonials-quote-swiper {
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonials-slider-module .testimonials-quote-swiper .swiper-wrapper {
  display: flex;
}
.testimonials-slider-module .testimonials-quote-swiper .swiper-slide {
  flex: 0 0 100%;
}
.testimonials-slider-module .testimonials-quote-swiper:not(.swiper-initialized) .swiper-slide {
  display: none;
}
.testimonials-slider-module .testimonials-quote-swiper:not(.swiper-initialized) .swiper-slide:first-child {
  display: block;
}
.testimonials-slider-module .testimonial-quote {
  text-align: center;
}
.testimonials-slider-module .testimonial-quote-text {
  color: var(--testimonials-content);
}
.testimonials-slider-module .testimonial-quote-cite {
  color: var(--testimonials-accent);
  display: block;
  font-style: normal;
  margin-top: 1.5rem;
}
.testimonials-slider-module .testimonial-quote-cite span {
  display: block;
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.testimonials-slider-module .testimonials-pagination {
  margin-top: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.testimonials-slider-module .testimonials-pagination .swiper-pagination-bullet {
  background-color: var(--testimonials-accent);
  opacity: 0.35;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 9999px;
}
.testimonials-slider-module .testimonials-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.testimonials-slider-module .testimonials-media-swiper {
  margin: 2rem auto 0;
  max-width: 260px;
}
.testimonials-slider-module .testimonials-media-swiper .swiper-slide {
  opacity: 0.5;
  transform: scale(0.85);
  transition: all 0.3s ease;
}
.testimonials-slider-module .testimonials-media-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1);
}
.testimonials-slider-module .testimonial-media-item {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100px;
}
.testimonials-slider-module .testimonial-media-item img {
  max-height: 90px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 9999px;
}

/**
 * Header Styles
 */
/**
 * Circle Tickers Module
 */
.circle-tickers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.progress-pie {
  --pie-highlight-width: 3px;
  flex: 0 1 20%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
  color: var(--pie-text-color, currentColor);
  min-width: 180px;
  padding: 1rem;
  background-color: var(--pie-bg-color, rgb(255, 255, 255));
  text-align: center;
}

.progress-pie__stat {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-image: conic-gradient(var(--pie-accent-color, rgb(14, 66, 120)) var(--fill-percent, 0%), transparent 0);
}
.progress-pie__stat::before {
  content: "";
  position: absolute;
  inset: var(--pie-highlight-width);
  z-index: 1;
  border-radius: inherit;
  background-color: color-mix(in srgb, var(--pie-accent-color, #21307d) 20%, transparent);
}
.progress-pie__stat::after {
  content: "";
  position: absolute;
  inset: calc(2 * var(--pie-highlight-width));
  z-index: 2;
  border-radius: inherit;
  background-color: var(--pie-bg-color, rgb(255, 255, 255));
}
.progress-pie__stat span {
  position: relative;
  z-index: 3;
  line-height: 1.1;
  font-weight: 700;
}

.progress-pie__number {
  font-size: 2.5rem;
}

.progress-pie__desc {
  font-size: 0.875rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Post Listing Module
 */
.post-listing-module {
  --post-card-bg: #ffffff;
  --post-content-color: #1d2124;
  --post-heading-color: #21307d;
  --post-cta-color: #21307d;
  --post-heading-underline-color: #21307d;
  --post-image-fit: cover;
}
.post-listing-module .post-listing-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .post-listing-module .post-listing-header:not(:has(.post-listing-filters-wrapper)) {
    max-width: 60%;
  }
}
@media (min-width: 1024px) {
  .post-listing-module .post-listing-header:not(:has(.post-listing-filters-wrapper)) {
    max-width: 40%;
  }
}
.post-listing-module .post-listing-header:has(.post-listing-title.align-left):has(.post-listing-filters-wrapper.align-right), .post-listing-module .post-listing-header:has(.post-listing-title.align-right):has(.post-listing-filters-wrapper.align-left) {
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .post-listing-module .post-listing-header:has(.post-listing-title.align-left):has(.post-listing-filters-wrapper.align-right), .post-listing-module .post-listing-header:has(.post-listing-title.align-right):has(.post-listing-filters-wrapper.align-left) {
    flex-direction: row;
  }
}
.post-listing-module .post-listing-header:has(.post-listing-title.align-left):has(.post-listing-filters-wrapper.align-right) .post-listing-title, .post-listing-module .post-listing-header:has(.post-listing-title.align-right):has(.post-listing-filters-wrapper.align-left) .post-listing-title {
  margin-bottom: 0;
}
.post-listing-module .post-listing-header:has(.post-listing-title.align-left):has(.post-listing-filters-wrapper.align-right) .post-listing-filters-wrapper, .post-listing-module .post-listing-header:has(.post-listing-title.align-right):has(.post-listing-filters-wrapper.align-left) .post-listing-filters-wrapper {
  margin-bottom: 0;
}
.post-listing-module .post-listing-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.post-listing-module .post-listing-title:not(:has(+ .sub-title)) {
  margin-bottom: 2rem;
}
.post-listing-module .post-listing-title.sub-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.post-listing-module .post-listing-title.align-left {
  text-align: left;
}
.post-listing-module .post-listing-title.align-center {
  text-align: center;
}
.post-listing-module .post-listing-title.align-right {
  text-align: right;
}
.post-listing-module .post-listing-filters-wrapper {
  margin-bottom: 2rem;
}
.post-listing-module .post-listing-filters-wrapper.align-left {
  text-align: left;
}
.post-listing-module .post-listing-filters-wrapper.align-center {
  text-align: center;
}
.post-listing-module .post-listing-filters-wrapper.align-right {
  text-align: right;
}
.post-listing-module .post-grid {
  display: grid;
  gap: 2rem;
}
.post-listing-module .post-grid.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.post-listing-module .post-grid.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.post-listing-module .post-grid.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.post-listing-module .post-card {
  background-color: var(--post-card-bg);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.post-listing-module .post-thumbnail {
  display: block;
}
.post-listing-module .post-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: var(--post-image-fit);
     object-fit: var(--post-image-fit);
  display: block;
}
.post-listing-module .post-content {
  color: var(--post-content-color);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
.post-listing-module .post-title {
  color: var(--post-heading-color);
  margin: 0;
}
.post-listing-module .post-title a {
  color: inherit;
  text-decoration: none;
}
.post-listing-module.has-heading-underline .post-title {
  position: relative;
  padding-bottom: 1rem;
}
.post-listing-module.has-heading-underline .post-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--post-heading-underline-color);
}
.post-listing-module .post-meta,
.post-listing-module .post-excerpt {
  color: var(--post-content-color);
}
.post-listing-module .post-read-more {
  color: var(--post-cta-color);
  font-weight: 600;
  margin-top: auto;
  text-decoration: none;
}
.post-listing-module .post-read-more:hover, .post-listing-module .post-read-more:focus {
  text-decoration: underline;
}
.post-listing-module .post-slider-wrapper {
  overflow: hidden;
}
.post-listing-module .post-slider .swiper-slide {
  height: auto;
}
.post-listing-module .post-listing-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}
.post-listing-module .post-listing-filters .filter-pre-text {
  color: var(--post-content-color);
  font-weight: 600;
  margin-right: 1rem;
}
.post-listing-module .post-listing-filter {
  background-color: transparent;
  color: var(--post-card-bg);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
}
.post-listing-module .post-listing-filter:hover, .post-listing-module .post-listing-filter:focus {
  color: var(--post-cta-color);
  outline: none;
}
.post-listing-module .post-listing-filter.is-active {
  color: var(--post-cta-color);
}
.post-listing-module .post-listing-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}
.post-listing-module .post-listing-page {
  background-color: transparent;
  border: 1px solid var(--post-content-color);
  border-radius: 4px;
  color: var(--post-content-color);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 2.5rem;
  padding: 0.5rem;
  transition: all 0.2s ease;
}
.post-listing-module .post-listing-page:hover, .post-listing-module .post-listing-page:focus {
  background-color: var(--post-content-color);
  color: #ffffff;
  outline: none;
}
.post-listing-module .post-listing-page.is-active {
  background-color: var(--post-heading-color);
  border-color: var(--post-heading-color);
  color: #ffffff;
}
.post-listing-module .post-listing-grid-wrap.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 991px) {
  .post-listing-module .post-grid.columns-4,
  .post-listing-module .post-grid.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .post-listing-module .post-grid,
  .post-listing-module .post-grid.columns-2,
  .post-listing-module .post-grid.columns-3,
  .post-listing-module .post-grid.columns-4 {
    grid-template-columns: 1fr;
  }
  .post-listing-module .post-listing-filters {
    gap: 0.5rem;
  }
  .post-listing-module .post-listing-filter {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  .post-listing-module .post-listing-pagination {
    gap: 0.5rem;
  }
  .post-listing-module .post-listing-page {
    font-size: 0.75rem;
    min-width: 2rem;
    padding: 0.5rem;
  }
}

/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Vertical Spacer Module
 */
.vertical-spacer {
  display: block;
  width: 100%;
  background: var(--spacer-bg-color);
  height: var(--spacer-mobile, 24px);
}
@media (min-width: 768px) {
  .vertical-spacer {
    height: var(--spacer-tablet, 40px);
  }
}
@media (min-width: 1024px) {
  .vertical-spacer {
    height: var(--spacer-desktop, 60px);
  }
}

/**
 * Spacing Utilities
 */
.m-0 {
  margin: 0;
}

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

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

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.m-sm {
  margin: 1rem;
}

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

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

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

.mr-sm {
  margin-right: 1rem;
}

.m-md {
  margin: 1.5rem;
}

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

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

.ml-md {
  margin-left: 1.5rem;
}

.mr-md {
  margin-right: 1.5rem;
}

.m-lg {
  margin: 2rem;
}

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

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

.ml-lg {
  margin-left: 2rem;
}

.mr-lg {
  margin-right: 2rem;
}

.m-xl {
  margin: 3rem;
}

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

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

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

.mr-xl {
  margin-right: 3rem;
}

.m-2xl {
  margin: 4rem;
}

.mt-2xl {
  margin-top: 4rem;
}

.mb-2xl {
  margin-bottom: 4rem;
}

.ml-2xl {
  margin-left: 4rem;
}

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

.m-3xl {
  margin: 5rem;
}

.mt-3xl {
  margin-top: 5rem;
}

.mb-3xl {
  margin-bottom: 5rem;
}

.ml-3xl {
  margin-left: 5rem;
}

.mr-3xl {
  margin-right: 5rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.p-sm {
  padding: 1rem;
}

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

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

.pl-sm {
  padding-left: 1rem;
}

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

.p-md {
  padding: 1.5rem;
}

.pt-md {
  padding-top: 1.5rem;
}

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

.pl-md {
  padding-left: 1.5rem;
}

.pr-md {
  padding-right: 1.5rem;
}

.p-lg {
  padding: 2rem;
}

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

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

.pl-lg {
  padding-left: 2rem;
}

.pr-lg {
  padding-right: 2rem;
}

.p-xl {
  padding: 3rem;
}

.pt-xl {
  padding-top: 3rem;
}

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

.pl-xl {
  padding-left: 3rem;
}

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

.p-2xl {
  padding: 4rem;
}

.pt-2xl {
  padding-top: 4rem;
}

.pb-2xl {
  padding-bottom: 4rem;
}

.pl-2xl {
  padding-left: 4rem;
}

.pr-2xl {
  padding-right: 4rem;
}

.p-3xl {
  padding: 5rem;
}

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

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

.pl-3xl {
  padding-left: 5rem;
}

.pr-3xl {
  padding-right: 5rem;
}

/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
 * Display Utilities
 */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

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

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

.justify-around {
  justify-content: space-around;
}

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

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

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

.align-stretch {
  align-items: stretch;
}

.gap-sm {
  gap: 1rem;
}

.gap-md {
  gap: 1.5rem;
}

.gap-lg {
  gap: 2rem;
}

.gap-xl {
  gap: 3rem;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-grid {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-grid {
    display: grid;
  }
}
.module-wrapper[style*="--bg-width-constraint"] {
  background: none !important;
}
@supports (--custom: property) {
  .module-wrapper[style*="--bg-width-constraint"] {
    position: relative;
  }
  .module-wrapper[style*="--bg-width-constraint"]::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: var(--module-right);
    left: var(--module-left);
    transform: translateX(var(--module-translate-x));
    background-image: var(--module-background, none);
    background-size: var(--bg-size, auto 100%);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    width: min(100%, var(--bg-width-constraint));
    height: min(100%, var(--bg-height-constraint));
    margin: 0 auto;
    background-position: var(--module-background-position, center);
  }
  .module-wrapper[style*="--bg-width-constraint"][style*="--module-gradient"]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--module-gradient);
    pointer-events: none;
    z-index: -2;
  }
}
@supports not (--custom: property) {
  .module-wrapper[style*="--bg-width-constraint"] {
    background-image: var(--module-background, none);
    background-size: auto 100%;
    background-position: var(--module-background-position, center);
    background-repeat: no-repeat;
  }
}
@media (max-width: 1023px) {
  .module-wrapper[style*="--bg-tablet"] {
    background: unset !important;
    background-image: inherit;
  }
  @supports (--custom: property) {
    .module-wrapper[style*="--bg-tablet"] {
      background: var(--bg-image, none) var(--bg-tablet) no-repeat;
    }
  }
}
@media (max-width: 767px) {
  .module-wrapper[style*="--bg-mobile"] {
    background: unset !important;
    background-image: inherit;
  }
  @supports (--custom: property) {
    .module-wrapper[style*="--bg-mobile"] {
      background: var(--bg-image, none) var(--bg-mobile) no-repeat;
    }
  }
}

/**
 * Header Styles
 */
/**
 * Main Theme Stylesheet
 * Catalyst 2026
 */
/**
  * Project-specific CSS
  */
body.page-template-default .cat26-visual-design,
body.search-results .cat26-visual-design,
body.error404 .cat26-visual-design {
  background: linear-gradient(224deg, #243f74 3.28%, #4476da 75.39%);
}

body.search-results .cat26-visual-design .search-results div, body.search-results .cat26-visual-design .search-results p, body.search-results .cat26-visual-design .search-results span, body.search-results .cat26-visual-design .search-results a, body.search-results .cat26-visual-design .search-results h1, body.search-results .cat26-visual-design .search-results h2, body.search-results .cat26-visual-design .search-results h3, body.search-results .cat26-visual-design .search-results h4, body.search-results .cat26-visual-design .search-results h5, body.search-results .cat26-visual-design .search-results h6 {
  color: #ffffff;
}

.header {
  background: linear-gradient(to bottom, var(--header-background-color) 10%, transparent) !important;
  background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link {
  border-radius: 15px;
}

.accordion-item[open] > .accordion-header, .accordion-item[open]:hover > .accordion-header {
  background-color: var(--accordion-toggle-bg, transparent) !important;
}

.icon-detail-item .icon-detail-icon img, .icon-detail-item .icon-detail-icon picture {
  border-radius: 8px;
}

.section-hero-banner {
  --hero-overlay: linear-gradient(to right, #0d4278, transparent);
}

.no_seperators .icon-details-grid .icon-detail-item {
  border-top: 0 !important;
}

.footer .footer-widget-area.footer_navigation > .widget .widget-title {
  height: 49px;
  border-bottom: 1px solid #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer .footer-widget-area.footer_navigation > .widget .menu-item a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.hover\:text-pale-blue:hover{
  color: rgba(136, 175, 255, 1);
}
.group:hover .group-hover\: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));
}
@media (min-width: 640px){
  .sm\:grid{
    display: grid;
  }
}
@media (min-width: 768px){
  .md\:min-h-\[700px\]{
    min-height: 700px;
  }
  .md\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:border-t{
    border-top-width: 1px;
  }
  .md\:text-\[17px\]{
    font-size: 17px;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[36px\]{
    font-size: 36px;
  }
  .lg\:text-\[52px\]{
    font-size: 52px;
  }
}
@media (min-width: 1280px){
  .xl\:text-\[18px\]{
    font-size: 18px;
  }
  .xl\:text-\[26px\]{
    font-size: 26px;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:text-\[62px\]{
    font-size: 62px;
  }
}

/*# sourceMappingURL=style.css.map*/