/*
! tailwindcss v3.4.11 | 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;
}
#shareModal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.65);
  align-items: center;
  justify-content: center;
  z-index: 50;
}
#shareModal.flex { display: flex; }
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-\[0\] {
  left: 0;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

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

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

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

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

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[\#dedede24\] {
  border-color: #dedede24;
}

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

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

.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}

.bg-\[\#002855\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 85 / var(--tw-bg-opacity));
}

.bg-\[\#0d6fb8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 111 184 / var(--tw-bg-opacity));
}

.bg-\[\#FEFBF4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 244 / var(--tw-bg-opacity));
}

.bg-\[var\(--blue\)\] {
  background-color: var(--blue);
}

.bg-\[var\(--grey\)\] {
  background-color: var(--grey);
}

.bg-\[var\(--yellow\)\] {
  background-color: var(--yellow);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

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

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

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

.from-\[\#00326D\] {
  --tw-gradient-from: #00326D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 50 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#009EE3\] {
  --tw-gradient-to: #009EE3 var(--tw-gradient-to-position);
}

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

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

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

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

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

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

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

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[1px\] {
  padding: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[var\(--blue\)\] {
  color: var(--blue);
}

.text-\[var\(--red\)\] {
  color: var(--red);
}

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

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

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

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.opacity-30 {
  opacity: 0.3;
}

.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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  width:100%;
  margin:0;
  padding: 0;
  display: block;
}

:root {
  --blue: #0d6fb8;
  --bluelight: #0d6fb8b5;
  --lightblue: #4CA3E0; 
  --red: #f1222e;
  --yellow: #f0d41b;
  --white: #ffffff;
  --black: #000000;
  --grey: #f4f4f4;
  --tm-blue: #1a76bb;
  --blue-strong: #1a76bb;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --card: #fff;
  --ink: #1c1f23;
  --muted: #6b7480;
  --bg: #fff;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header-title-ft {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.title-ft {
  font-family: "Francois One", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.content-ft {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#main-header nav a{
	font-size: 1.1em;
	font-family: "Ubuntu", sans-serif;
	font-weight: 400; 
}
#main-header nav a:hover{
	color: var(--yellow);
}
.menu-menu-3 a {
	font-family: "Ubuntu", sans-serif;
}

nav ul li.active > a {
   color: var(--yellow);
}

footer .sub-menu{
	display:none;
}
.hm-hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 39rem;
}
.sub-menu {
  position: relative;
  margin-top:8px;
}
.word-content p {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
}
.menu-item-has-children {
  position: relative;
}

/* Style the new toggle button */
.submenu-toggle {
  /* Reset button styles */
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;

  /* Position the button on the right side of the menu item */
  position: absolute;
  top: 0;
  right: 0;
  
  /* * THE FIX IS HERE:
   * We remove 'height: 100%' and set a fixed height.
   * Your links have a class of 'py-2', so their height is consistent.
   * 44px is a standard, touch-friendly height that should match your link well.
   * You can adjust this value if needed.
  */
  height: 44px; 
  width: 50px; /* Make the clickable area wide enough */

  /* These styles vertically center the arrow within the button */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Create the arrow inside the button */


/* Hide the submenu by default */
.menu-item-has-children .sub-menu {
  display: none;
  padding-left: 2rem;
}


.memory-card:hover   .mytxtwhite { color: #fff !important; }
.memory-card:hover   .mytxtwhite:hover { opacity: 0.9 !important; }
/* --- Open State --- */

/* When the parent <li> has 'submenu-open', rotate the arrow */
.menu-item-has-children.submenu-open .submenu-toggle::after {
  transform: rotate(180deg);
}

/* Show the submenu when the parent has 'submenu-open' */
.menu-item-has-children.submenu-open .sub-menu {
  display: block;
}

/* (Optional) Add screen-reader-only text for accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sub-menu::before {
	
  content: "";
  position: absolute;
  top: -10px; 
  left: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--blue); 
  
}

.sub-menu .nav-item {
	padding: 10px;
	/* border-bottom: 1px solid rgba(255,255,255, 0.4); */
}
.inside-hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 30rem;
}
.insidepage-hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 20rem;
}
.insidesingle-hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 25rem;
}

.promo-bg-position{
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: bottom right;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #E5E7EB;
  width: 40px;
  height: 6px;
  border-radius: 0px;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--blue);
  width: 40px;
}

.swiper-slide {
  width:100%;
}

#contact-details-result a , #contact-details-result a:visited {
  color: var(--white);
}

#contact-details-result a:hover{
  color: var(--yellow);
}

#contact-details-loader {
  position: absolute;
  margin-left: 2px;
  margin-top: 0px;
}
#btnUp:hover , #btnDown:hover {
	opacity: 0.6;
}
.rail-bg {
  width: 84px;
  background: #f4f4f4;
  height: 100%;
  padding-block: 24px;
}

.rail {
  align-items: stretch;
  justify-items: center;
}
.arrow {
  width: 50px;
  height: 50px;
  font-size: 16px;
  margin-top: -10px;
}

.arrow img {
  width: 29px;
  height: 29px;
}

.track {
  width: 50px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #dfe5ed, #e9eef6) border-box;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  border-radius: 999px;
  background: linear-gradient(to bottom, #3874b6, #6b9ac8, #f0f1f4);
  transition: height 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 70%,
    transparent 100%
  );
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
}
.socialmedialinks a:hover{
	color: var(--red);
}

.timeline-swiper {
  height: calc(100vh - 200px);
  min-height: 520px;
}
.swiper-slide {
  padding: 0;
}

.timeline-swiper .swiper-slide.is-selected .timeline-card {
  background: var(--tm-blue);
  color: #fff;
}

.timeline-card {
  background: #f4f4f4;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: none !important;
}

.timeline-card:hover {
  cursor: pointer;
}
.card__text {
  padding: 0;
}

.card__eyebrow {
  margin: 0;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.3px;
  color: var(--ink);
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.card__eyebrow::after {
  content: "";
  display: block;
  height: 3px;
  width: 55px;
  background: #e61e24;
  margin-top: 1px;
}

.card__heading {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.35;
  color: var(--ink);
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}

.card__media {
  display: block;
  overflow: hidden;
  max-height: 0;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px; /* width of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent; /* track color */
}
.fc-list-event-time {
	  text-transform: capitalize;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color:   #0386e0; /* scrollbar color */
  border-radius: 4px; /* round corners */
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
 background-color: darkblue /* hover color */
  }
  .fc .fc-toolbar .fc-button {
   background-color: #0d6fb8 !important; /* Blue background */
   color: white !important; /* White text */
   border-radius: 0.25rem !important;
   text-transform: capitalize;
  }
  /* Hover effect */
  .fc .fc-toolbar .fc-button:hover {
   background-color: #0b5fa5 !important; /* Darker blue on hover */
  color: white !important;
  }
  /* Selected / active Today button */
  .fc .fc-toolbar .fc-button.fc-button-active {
   background-color: #0d6fb8 !important;
color: white !important;
  } 
  .fc-toolbar-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d6fb8;
  }
.card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* filter: grayscale(100%); */
}
/* #calendar-container {
  transition: opacity 0.4s ease;
}
#calendar-container.hidden {
  opacity: 0;
  pointer-events: none;
}


.fc .fc-button {
  background: #0d6fb8 !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  padding: 6px 12px !important;
}
.fc .fc-button:hover {
  background: #095b91 !important;
}

/* Calendar title */
/* .fc-toolbar-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d6fb8;
}
#calendar-container.fc-collapsed {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
  height: 0;
  overflow: hidden;
}
#calendar-container.fc-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity .22s ease, transform .22s ease;
  height: auto;
} */

/* off-screen prerender wrapper */
#fc-prerender {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: -1;
} */

.like-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.2s ease;
    text-decoration: none;
}

.like-button:hover {
    opacity: 0.75;
}


.like-button.liked {
    filter:
        saturate(1.5)
        brightness(0.9);
}

.like-button.liked .like-count {
  /*  color: #ef4444; /* A red color */
    font-weight: bold;
}


/*************  Contact 7  *************/
.wpcf7-form-control-wrap > select.wpcf7-select , .wpcf7-form-control-wrap > input {
	color: gray !important;
}
select.wpcf7-select > option {
	color: #000 !important;
}

.formsubmit  {
	background-color: var(--yellow);
	cursor: pointer;
}

.formsubmit:hover  {
    opacity: 0.8;
    transform: scale(1.05); 
	
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0em  !important; 
	padding: 0.2em 1em;
	border: 0px solid #00a0d2 !important; 
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: transparent !important;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: transparent !important; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent !important;  
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 0.8em !important;  
	font-weight: normal;
	display: block;
}
/**************************************/


.swiper-slide.is-selected .timeline-card {
  background: linear-gradient(90deg, var(--tm-blue) 0%, var(--blue-strong) 100%);
  color: #fff;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  min-height: 160px;
}

.swiper-slide.is-selected .card__media {
  display: flex;
  max-height: 100%;
  align-items: stretch;
  min-height: 0;
}

.swiper-slide.is-selected .card__eyebrow,
.swiper-slide.is-selected .card__heading {
  color: #fff;
}

@media (max-width: 920px) {
	
  #breadcrumb {
	  display: none !important;
  }
  	
	
	
  .sub-menu::before {
    display: none;
  }
  .submenu-toggle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    /* Downward-pointing arrow */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--blue); 
    /* Smooth transition for rotation */
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide.is-selected .timeline-card {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .timeline-swiper {
	  
	  min-height: 450px;
	}
  .swiper-slide.is-selected .card__media {
    display: none;
  }
  .timeline-card {
	  max-height: 400px;
  }
  .progress {
    display: none;
  }

  .rail-bg {
    display: none !important;
  }

  .timeline-swiper .swiper-slide-active .timeline-card {
    background: linear-gradient(90deg, var(--tm-blue) 0%, var(--blue-strong) 100%);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    min-height: unset;
  }
  .timeline-swiper .swiper-slide-active .card__eyebrow,
  .timeline-swiper .swiper-slide-active .card__heading {
    color: #fff;
  }
  
    .timeline-swiper .swiper-slide-active .card__media {
      display: block;
      max-height: 220px;
    }
    .timeline-swiper .swiper-slide-active .timeline-card {
      grid-template-columns: 1fr;
    }
 

  .timeline-swiper {
    position: relative;
  }

  .mobile-slide-nav {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    gap: 10px;
    z-index: 10;
    pointer-events: none;
  }

  .mobile-slide-nav .mobile-arrow {
    pointer-events: auto;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-slide-nav .mobile-arrow img {
    width: 26px;
    height: 26px;
    display: block;
  }

  .mobile-arrow[disabled] {
    opacity: 0.4;
  }
   
}

.highlights {
  background-color: #e9e9e9;
}

.highlights .container {
  max-width: 1240px;
}

.tab_highlits {
  position: relative;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.language-selector-wrapper  {
	/*margin-right: 10%; */
}
.language-selector-wrapper select {
	background-color: transparent !important;
}

.language-selector-wrapper .pll-switcher-select {
  /* === Reset Browser's Default Style === */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* === Custom Appearance === */
  background-color: #ffffff; 
  border: 0px solid #d1d5db;  
  border-radius: 0.375rem;   
  padding: 2px 20px; 
  width: 100%;
  color: white; 
  cursor: pointer;

  /* === Custom Arrow Icon === */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23f0d41b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.1rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  
  /* Smooth transition for hover/focus effects */
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  color: var(--white) !important;
}

/* --- Style on Hover --- */
.language-selector-wrapper .pll-switcher-select:hover {
	border-color: var(--yellow); 
	color: var(--yellow) !important;
}

/* --- Style on Focus (when clicked) --- */
.language-selector-wrapper .pll-switcher-select:focus {
  outline: none; /* Remove default blue outline */
  border-color: #4338ca; /* Change border color on focus */
  box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.2); /* Add a soft glow */

}


.col-lg-3::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: -10px;
  width: 3px;
  background: linear-gradient(to bottom, #032342, #024798, #00d7ff);
  border-radius: 2px;
  z-index: 1;
}

#highlightTab {
  margin-right: -19px;
  width: max-content;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}

#highlightTab::after {
  display: none;
}

.nav-link {
  font-family: "Francois One", sans-serif;
  font-weight: 50;
}

.nav-pills .nav-link {
  position: relative;
  border-radius: 0;
  background-color: #f5f7fd;
  color: #2a3061;
  font-weight: 600;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding: 0.75rem 1.25rem 0.75rem 1rem;
  z-index: 2;
}

.nav-pills .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 17px solid transparent;
    z-index: 2;
}

.nav-pills .nav-link.active {
  background-color: var(--blue) !important;
  color: #fff !important;
}
.nav-pills .nav-link.active::after {
  border-left-color: var(--blue) !important;
}
.nav-pills .nav-link {
	color: #000 !important;
	font-size: 1.4em;
	font-weight: 400 !important;
	font-family: "Francois One", sans-serif  !important;
}
.filterloader {
    width: 40px;
    display: inline-block;
    justify-content: center;
    padding: 5px 0; /* Optional: adds some space around the loader */
}

.filterloader img {
    width: 40px;
    height: 40px; /* It's good practice to set height as well */
    animation: spin 1.5s linear infinite; /* This is the line that adds the rotation */
}


/* This is the animation definition */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#highlightTab button {
	border-top-right-radius: 0rem  !important;
    border-bottom-left-radius: 0.5rem  !important;
	border-top-left-radius: 0.5rem  !important;
    border-bottom-right-radius: 0rem  !important;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:35px;
	font-weight: 400px !important;
}
.highlight-card {
  background: #fff;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.content {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.35;
  color: #1c1f23;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}

.text {
  font-family: "Ubuntu", sans-serif;
}
.card-title {
  margin-top: 40px;
}

.bullet-list {
  margin: 20px 0;
  padding: 0;
}
.bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 5px 0;
  line-height: 1.45;
}

.bullet-dot {
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #e61e24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.bullet-dot i {
  color: #fff;
  font-size: 12px;
}

.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}


.highlight-card .swiper-vertical {
    touch-action: pan-x;
    padding-right: 40px;
}

/****** INSTA FEEDS START *****/

.antouraalumni-instagram-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: #fff;
  overflow: hidden;
}

.antouraalumni-instagram-feed__item {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  background: #f3f4f6;
  overflow: hidden;
}

.antouraalumni-instagram-feed__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.antouraalumni-instagram-feed__item:hover img {
  transform: scale(1.04);
}

.antouraalumni-instagram-feed__type {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .antouraalumni-instagram-feed {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}


/****** INSTA FEEDS END *****/



@media (min-width: 992px) {
  .highlight-card .row.g-0.align-items-stretch {
    min-height: 420px;
  }
}
.row.g-0.align-items-stretch {
  display: flex;
  height: 700px;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bullets-swiper {
  position: relative;
  --slideGap: 18px;
  height: calc((var(--rowH, 94px) * 4) + (var(--slideGap) * 3));
  padding-right: 0;
  width: calc(100% + 24px);
  margin-right: -24px;
  box-sizing: border-box;
}

.bullets-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: flex-start;
}

.bullets-swiper .bullet-item {
  margin: 0;
}

.bullets-scrollbar {
  width: 8px !important;
  background: transparent !important;
}
.bullets-scrollbar .swiper-scrollbar-drag {
  background: #0d6fb8 !important;
  border-radius: 8px;
  opacity: 30%;
}

@media (max-width: 920px) {
  .bullets-swiper {
    --rowH: 88px;
    width: calc(100% + 16px);
    margin-right: -16px;
  }
  .nav.flex-column {
	  
  }
	
  #highlightTab {
		margin-right: 9px;
		width: max-content;
		display: inline-flex;
		flex-direction: column;
		align-items: stretch;
   }
   .nav-pills .nav-link.active::after {
	   display: none;
   }
	
   .tab_highlits {
	  position: relative;
	  margin-right: 16px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
   }
	 #highlightTab button {
		 border-radius: 0.5rem  !important;
	 }

}