/* ROOT */
:root,
[data-bs-theme=light] {
  --bs-black: #000;
  --bs-blue-50: #E3F2FD;
  --bs-blue-100: #BBDEFB;
  --bs-blue-200: #90CAF9;
  --bs-blue-300: #64B5F6;
  --bs-blue-400: #42A5F5;
  --bs-blue-500: #2196F3;
  --bs-blue-600: #1E88E5;
  --bs-blue-700: #1976D2;
  --bs-blue-800: #1565C0;
  --bs-blue-900: #0D47A1;
  --bs-deep-purple-50: #EDE7F6;
  --bs-deep-purple-100: #D1C4E9;
  --bs-deep-purple-200: #B39DDB;
  --bs-deep-purple-300: #9575CD;
  --bs-deep-purple-400: #7E57C2;
  --bs-deep-purple-500: #673AB7;
  --bs-deep-purple-600: #5E35B1;
  --bs-deep-purple-700: #512DA8;
  --bs-deep-purple-800: #4527A0;
  --bs-deep-purple-900: #311B92;
  --bs-grey-50: #FAFAFA;
  --bs-grey-100: #F5F5F5;
  --bs-grey-200: #EEEEEE;
  --bs-grey-300: #E0E0E0;
  --bs-grey-350: #D6D6D6;
  --bs-grey-400: #BDBDBD;
  --bs-grey-500: #9E9E9E;
  --bs-grey-600: #757575;
  --bs-grey-700: #616161;
  --bs-grey-800: #424242;
  --bs-grey-850: #303030;
  --bs-grey-900: #212121;
  --bs-indigo-50: #E8EAF6;
  --bs-indigo-100: #C5CAE9;
  --bs-indigo-200: #9FA8DA;
  --bs-indigo-300: #7986CB;
  --bs-indigo-400: #5C6BC0;
  --bs-indigo-500: #3F51B5;
  --bs-indigo-600: #3949AB;
  --bs-indigo-700: #303F9F;
  --bs-indigo-800: #283593;
  --bs-indigo-900: #1A237E;
  --bs-white: #fff;
  --bs-black-rgb: 0, 0, 0;
  --bs-blue-50-rgb: 227, 242, 253;
  --bs-blue-100-rgb: 187, 222, 251;
  --bs-blue-200-rgb: 144, 202, 249;
  --bs-blue-300-rgb: 100, 181, 246;
  --bs-blue-400-rgb: 66, 165, 245;
  --bs-blue-500-rgb: 33, 150, 243;
  --bs-blue-600-rgb: 30, 136, 229;
  --bs-blue-700-rgb: 25, 118, 210;
  --bs-blue-800-rgb: 21, 101, 192;
  --bs-blue-900-rgb: 13, 71, 161;
  --bs-deep-purple-50-rgb: 237, 231, 246;
  --bs-deep-purple-100-rgb: 209, 196, 233;
  --bs-deep-purple-200-rgb: 179, 157, 219;
  --bs-deep-purple-300-rgb: 149, 117, 205;
  --bs-deep-purple-400-rgb: 126, 87, 194;
  --bs-deep-purple-500-rgb: 103, 58, 183;
  --bs-deep-purple-600-rgb: 94, 53, 177;
  --bs-deep-purple-700-rgb: 81, 45, 168;
  --bs-deep-purple-800-rgb: 69, 39, 160;
  --bs-deep-purple-900-rgb: 49, 27, 146;
  --bs-grey-50-rgb: 250, 250, 250;
  --bs-grey-100-rgb: 245, 245, 245;
  --bs-grey-200-rgb: 238, 238, 238;
  --bs-grey-300-rgb: 224, 224, 224;
  --bs-grey-350-rgb: 214, 214, 214;
  --bs-grey-400-rgb: 189, 189, 189;
  --bs-grey-rgb: 158, 158, 158;
  --bs-grey-600-rgb: 117, 117, 117;
  --bs-grey-700-rgb: 97, 97, 97;
  --bs-grey-800-rgb: 66, 66, 66;
  --bs-grey-850-rgb: 48, 48, 48;
  --bs-grey-900-rgb: 33, 33, 33;
  --bs-indigo-50-rgb: 232, 234, 246;
  --bs-indigo-100-rgb: 197, 202, 233;
  --bs-indigo-200-rgb: 159, 168, 218;
  --bs-indigo-300-rgb: 121, 134, 203;
  --bs-indigo-400-rgb: 92, 107, 192;
  --bs-indigo-500-rgb: 63, 81, 181;
  --bs-indigo-600-rgb: 57, 73, 171;
  --bs-indigo-700-rgb: 48, 63, 159;
  --bs-indigo-800-rgb: 40, 53, 147;
  --bs-indigo-900-rgb: 26, 35, 126;
  --bs-midnight-blue: #273a8c;
  --bs-strong-red: #b61f24;
  --bs-white-rgb: 255, 255, 255;
  --bs-bootstrap-icons: bootstrap-icons;
  --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: var(--bs-font-weight-400);
  --bs-font-weight-300: 300;
  --bs-font-weight-400: 400;
  --bs-font-weight-500: 500;
  --bs-font-weight-600: 600;
  --bs-font-weight-700: 700;
  --bs-font-weight-800: 800;
  --bs-font-weight-900: 900;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212121;
  --bs-body-color-rgb: 33, 33, 33;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-heading-color: var(--bs-indigo-800);
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #f5f5f5;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
}

/* HEADING */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--bs-font-weight-700)
}

.entry-content :is(h1, h2, h3, h4, h5, h6),
.division-entry-content :is(h1, h2, h3, h4, h5, h6),
.division-head-info :is(h1, h2, h3, h4, h5, h6),
.division-head-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--bs-midnight-blue);
  margin-bottom: 1rem;
}

/* CONTAINER */
@media(min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1370px;
  }
}

@media(max-width: 1399.98px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}

/* LIST-STYLE-NONE */
.list-style-none {
  list-style: none;
  padding-left: 0;
}

/* SITE-HEADER-INFO */
.site-header-info {
  background-color: var(--bs-indigo-500);
  padding-block: 0.75rem;
}

/* HEADER-CONTACT */
.header-contact {
  --bs-link-color-rgb: var(--bs-white-rgb);
  column-gap: 1.25rem;
}

.header-contact li a {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.header-contact li a:hover {
  --bs-link-color-rgb: var(--bs-indigo-100-rgb);
}

.header-contact li a>i {
  font-size: 1.0625rem;
}

@media(min-width: 992px) {
  .header-contact li a>i {
    margin-right: 0.3125rem;
  }
}

/* LANG-DROPDOWN */
.lang-dropdown {
  --bs-link-color-rgb: var(--bs-white-rgb);
}

.lang-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.lang-dropdown .dropdown-toggle:hover {
  --bs-link-color-rgb: var(--bs-indigo-100-rgb);
}

.lang-dropdown .dropdown-toggle::after {
  content: none;
}

.lang-dropdown .dropdown-toggle>i {
  font-size: 1.0625rem;
  margin-right: 0.3125rem;
}

.lang-dropdown-menu {
  --bs-dropdown-min-width: 8.125rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-indigo-50);
  --bs-dropdown-link-hover-bg: var(--bs-indigo-50);
  --bs-dropdown-link-active-bg: var(--bs-indigo-500);
  --bs-dropdown-item-padding-x: 0.75rem;
  --bs-dropdown-item-padding-y: 0.375rem;
}

/* LANGUAGE-SWITCHER */
.lang-switcher {
  column-gap: 1rem;
}

.lang-switcher li a>img {
  display: block;
  height: 1.0625rem;
}

/* CUSTOM-LOGO */
.custom-logo {
  display: block;
  width: auto;
  height: 2.5rem;
}

@media(min-width: 1350px) {
  .custom-logo {
    width: 100%;
    height: auto;
  }
}

/* SITE-NAVIGATION */
.site-navigation-desktop {
  display: none;
  background-color: var(--bs-white);
}

@media(min-width: 1350px) {
  .site-navigation-desktop {
    display: block;
  }
}

.site-navigation-mobile {
  display: none;
}

@media(max-width: 1349.98px) {
  .site-navigation-mobile {
    display: block;
  }
}

/* SWIPER-BANNER */
.swiper-banner {
  background-color: #312e81;
}

.swiper-banner .swiper-slide {
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(min-width: 576px) {
  .swiper-banner .swiper-slide {
    min-height: 250px;
  }
}

@media(min-width: 768px) {
  .swiper-banner .swiper-slide {
    min-height: 300px;
  }
}

@media(min-width: 992px) {
  .swiper-banner .swiper-slide {
    min-height: 400px;
  }
}

@media(min-width: 1200px) {
  .swiper-banner .swiper-slide {
    min-height: 500px;
  }
}

.swiper-banner .swiper-slide-caption {
  background-color: rgba(61, 78, 152, 0.8);
  width: 100%;
  padding-block: 1rem;
}

.swiper-banner .swiper-title {
  position: relative;
  color: var(--bs-white);
  margin-bottom: 0;
}

.swiper-banner .swiper-title {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

@media(min-width: 1200px) {
  .swiper-banner .swiper-title {
    font-size: 1.875rem;
  }
}

.main-banner .swiper-pagination {
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: #c5cae9;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var(--bs-indigo-500);
  position: relative;
  left: inherit;
  bottom: inherit;
  margin-top: 0.625rem;
}

/* PAGE-HEADER */
.page-header {
  display: flex;
  align-items: center;
  background-color: var(--bs-indigo-300);
  min-height: 7.5rem;
  padding-block: 1.25rem;
}

@media(min-width: 768px) {
  .page-header {
    min-height: 9.375rem;
  }
}

.page-header .page-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--bs-grey-50);
  margin-bottom: 0.625rem;
}

/* PAGE-CONTENT */
.page-content {
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}

.page-content .entry-content {
  display: flex;
  flex-direction: column;
}

/* BREADCRUMBS */
#breadcrumbs>span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: rgba(var(--bs-white-rgb), 0.7);
  gap: 0.3125rem;
}

#breadcrumbs span>a {
  color: rgba(var(--bs-white-rgb), 0.7);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

#breadcrumbs span>a:hover {
  color: rgba(var(--bs-white-rgb), 1);
}

#breadcrumbs>span>.breadcrumb_last {
  color: var(--bs-white);
}

/* HAS-SIDEBAR-MENU */
.has-sidebar-menu {
  background-color: #f5f6fc;
  border: 1px solid #dadbec;
  border-radius: var(--bs-border-radius);
  padding: 1rem 1.25rem;
}

.has-sidebar-menu .widget-title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--bs-midnight-blue);
  border-radius: var(--bs-border-radius);
}

.has-sidebar-menu ul {
  list-style: none;
  margin-bottom: 0;
}

.has-sidebar-menu .menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
  padding-left: 0;
}

.has-sidebar-menu .menu li a {
  display: block;
  color: var(--bs-body-color);
  text-decoration: none;
  padding-block: 0.25rem;
  transition: color 0.3s ease-in-out;
}

.has-sidebar-menu .menu li a:hover,
.has-sidebar-menu .menu li a:focus-visible {
  color: var(--bs-strong-red);
}

.has-sidebar-menu .menu [data-bs-toggle] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.has-sidebar-menu .menu [data-bs-toggle]::after {
  font-family: bootstrap-icons;
  font-size: 1rem;
  font-weight: 700;
}

.has-sidebar-menu .menu li [aria-expanded="true"] {
  color: var(--bs-strong-red);
}

.has-sidebar-menu .menu li [aria-expanded="false"]::after {
  content: "\F64D";
}

.has-sidebar-menu .menu li [aria-expanded="true"]::after {
  content: "\F63B";
}

.has-sidebar-menu .menu .sub-menu {
  padding-left: 0.9375rem;
}

.has-sidebar-menu .menu [aria-current="page"] {
  color: var(--bs-strong-red);
}

/* PAGE-CONTACT-LIST */
.page-contact-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
}

/* PDF-FILE-LIST */
.pdf-file-list {
  padding-left: 1.0625rem;
  list-style: initial;
}

.pdf-file-list li::marker {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

.pdf-file-list li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.pdf-file-list .pdf-file {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: var(--bs-body-font-weight);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.pdf-file-list .pdf-file:focus,
.pdf-file-list .pdf-file:hover {
  background-size: 100% 1px;
}

.pdf-file-list .pdf-file::after {
  content: "\F63D";
  font-family: bootstrap-icons;
  font-size: 1.125rem;
  color: #e11d48;
  margin-left: 0.4375rem;
}

/* SITE-FOOTER */
.site-footer {
  background-color: var(--bs-deep-purple-900);
}

.site-footer-top {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

/* FOOTER-LOGO */
.footer-logo {
  margin-bottom: 1.875rem;
}

.footer-logo img {
  display: block;
  max-width: 170px;
}

.footer-contact {
  --bs-link-color-rgb: var(--bs-white-rgb);
  --bs-link-opacity: 0.9;
  row-gap: 0.625rem;
}

.footer-contact li>a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.footer-contact li>a:hover {
  --bs-link-color-rgb: var(--bs-white-rgb);
  --bs-link-opacity: 1;
}

.footer-contact li>a>i {
  font-size: 1.125rem;
  margin-right: 0.4375rem;
}

.site-footer-bottom {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.site-footer-bottom .copyright {
  font-size: 0.875rem;
  color: rgba(var(--bs-white-rgb), 0.9);
  margin-bottom: 0;
}

.footer-line-divider {
  border-color: rgba(var(--bs-indigo-50-rgb), 0.8);
  margin-block: 0;
}

/* FOOTER-WIDGET */
.footer-widget .widget-title {
  color: rgba(var(--bs-white-rgb), 0.9);
  letter-spacing: 0.0625rem;
  margin-bottom: 1.25rem;
}

.footer-widget .menu {
  --bs-link-color-rgb: var(--bs-white-rgb);
  --bs-link-opacity: 0.7;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  padding-left: 0;
}

.footer-widget .menu li a {
  text-decoration: none;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.footer-widget .menu li a:hover {
  --bs-link-color-rgb: var(--bs-white-rgb);
  --bs-link-opacity: 1;
}

/* DIVISION-HEAD-CONTENT */
.division-head-content p:has(strong) {
  margin-bottom: 0.375rem;
}

/* NAVBAR-MOBILE */
.navbar-mobile {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 12px;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0;
}

@media(min-width: 1350px) {
  .navbar-mobile {
    display: none;
  }
}

.navbar-mobile .navbar-toggler {
  border: 0;
}

.offcanvas-menu {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: #fafafa;
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.5s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

.offcanvas-menu .offcanvas-header {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.offcanvas-menu .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: ;
  --bs-btn-close-focus-opacity: 1;
  background-image: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.offcanvas-menu .btn-back {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-font-size: 1.375rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1;
  --bs-btn-border-width: 0;
  --bs-btn-border-radius: 0;
  --bs-btn-box-shadow: ;
  --bs-btn-focus-box-shadow: ;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.offcanvas-menu .btn-back {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s 0.7s ease-in-out;
}

.offcanvas-menu .btn-back.visible {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas-menu .offcanvas-logo {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: block;
  width: auto;
  height: 2.1875rem;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.offcanvas-header .offcanvas-logo.invisible {
  opacity: 0;
  visibility: hidden;
}

.vertical-menu,
.vertical-menu ul {
  background-color: #fafafa;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.vertical-menu {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
}

.vertical-menu li a {
  display: block;
  color: #212121;
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  padding-right: 1.5625rem;
  padding-block: 0.5rem;
}

.vertical-menu li a[aria-current="page"] {
  color: #b61f24;
}

.vertical-menu .submenu-trigger {
  display: block;
  position: relative;
}

.vertical-menu .submenu-trigger::after {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  content: "\F285";
  font-family: bootstrap-icons;
  font-size: 1rem;
  font-weight: 700;
}

.vertical-submenu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.vertical-submenu.open {
  visibility: visible;
  transform: translateX(0);
}

/* MAX-MEGA-MENU */
.max-mega-menu>li:nth-child(n+5)>.mega-sub-menu {
  right: 0 !important;
}

.max-mega-menu>li:nth-child(n+5)>.mega-sub-menu>li>ul {
  left: auto !important;
  right: 100% !important;
}

/* EASY-ACCORDION */
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 1rem 1.25rem !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 1rem !important;
  font-weight: 700;
  color: var(--bs-body-color) !important;
  line-height: var(--bs-body-line-height) !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  color: var(--bs-body-color) !important;
  margin-right: 0 !important;
}

.sp-easy-accordion>.sp-ea-single {
  background-color: #f9f9f9 !important;
  border: 1px solid var(--bs-grey-300) !important;
  border-radius: 0.375rem !important;
}

.sp-easy-accordion .pdf-file-list:last-of-type {
  margin-bottom: 0 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  padding: 1rem 1.25rem !important;
}

/* PERSON-PROFILE */
.person-profile {
  --bs-profile-background-color: var(--bs-white);
  --bs-profile-height: 100%;
  --bs-profile-border-width: 1px;
  --bs-profile-border-style: solid;
  --bs-profile-border-color: var(--bs-indigo-50);
  --bs-profile-border-radius: calc(var(--bs-profile-padding-block) + var(--bs-profile-image-border-radius));
  --bs-profile-padding-block: 1rem;
  --bs-profile-padding-inline: 1rem;
  --bs-profile-image-border-radius: 0.5rem;
  --bs-profile-title-color: var(--bs-heading-color);
  --bs-profile-title-line-height: 1.3;
  --bs-profile-title-margin-top: 0.75rem;
  --bs-profile-title-margin-bottom: 0.5rem;
  --bs-profile-text-font-weight: var(--bs-font-weight-500);
  --bs-profile-text-color: var(--bs-body-color);
  --bs-profile-text-line-height: 1.3;
  display: flex;
  flex-direction: column;
  height: var(--bs-profile-height);
  background-color: var(--bs-profile-background-color);
  border: var(--bs-profile-border-width) var(--bs-profile-border-style) var(--bs-profile-border-color);
  border-radius: var(--bs-profile-border-radius);
  padding: var(--bs-profile-padding-block) var(--bs-profile-padding-inline);
}

.profile-avatar>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--bs-profile-image-border-radius);
}

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

.profile-info .profile-full-name {
  line-height: var(--bs-profile-title-line-height);
  margin-top: var(--bs-profile-title-margin-top);
  margin-bottom: var(--bs-profile-title-margin-bottom);
}

.profile-info .profile-position {
  background-color: var(--bs-profile-text-background-color);
  font-weight: var(--bs-profile-text-font-weight);
  color: var(--bs-profile-text-color);
  line-height: var(--bs-profile-text-line-height);
  border-radius: var(--bs-profile-text-border-radius);
  padding: var(--bs-profile-text-padding-block) var(--bs-profile-text-padding-inline);
}

.profile-info p:last-of-type {
  margin-bottom: 0;
}

/* STRUCTURE-GALLERY */
.structure-gallery .grid-image {
  border: var(--bs-border-width) solid var(--bs-indigo-50);
  border-radius: 1rem;
}

.structure-gallery .grid-image a>img {
  border-radius: 1rem;
}

/* BLOG-POSTS */
.blog-posts {
  padding-block: 3.125rem;
}

/* CARD-BLOG */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: ;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-indigo-50);
  --bs-card-border-radius: 0.75rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0.75rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: 100%;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
}

.card-blog .card-image {
  position: relative;
}

.card-blog .card-body {
  --bs-link-color-rgb: var(--bs-indigo-800-rgb);
  border-right: var(--bs-border-width) solid var(--bs-card-border-color);
  border-bottom: var(--bs-border-width) solid var(--bs-card-border-color);
  border-left: var(--bs-border-width) solid var(--bs-card-border-color);
  border-bottom-right-radius: var(--bs-card-border-radius);
  border-bottom-left-radius: var(--bs-card-border-radius);
}

.card-blog .card-title {
  line-height: 1.4;
  margin-top: 0;
}

.card-blog .card-title>a {
  display: inline;
  background-image: linear-gradient(to bottom, var(--bs-indigo-800) 0%, var(--bs-indigo-800) 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  text-decoration: none;
}

.card-blog .card-title>a:hover {
  --bs-link-color-rgb: var(--bs-indigo-800-rgb);
}

.card-blog .card-title>a:focus,
.card-blog .card-title>a:hover {
  background-size: 100% 1px;
}

.card-blog .card-meta {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-color: var(--bs-text);
  --bs-badge-padding-x: 0.875rem;
  --bs-badge-padding-y: 0.4375rem;
  --bs-badge-font-size: 0.875rem;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.5rem;
}

.card-blog .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* SINGLE-POST */
.single-post .single-post-meta p {
  font-size: 0.875rem;
  color: var(--bs-grey-400);
  margin-bottom: 0.625rem;
}

.single-post .single-post-image {
  margin-bottom: 1rem;
}

.single-post .single-post-image>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.single-post .single-post-content {
  margin-bottom: 1.5625rem;
}

.single-post .single-post-title h2 {
  margin-bottom: 1.25rem;
}

.single-post blockquote {
  background-color: var(--bs-grey-50);
  position: relative;
  font-style: italic;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

.single-post blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bs-deep-purple-300);
  width: 0.25rem;
  height: 100%;
}

.single-post blockquote p {
  color: var(--bs-grey-900);
}

.single-post blockquote p:last-of-type {
  margin-bottom: 0;
}

/* SWIPER-GALLERY-BUTTONS */
.swiper-gallery-buttons {
  --swiper-navigation-size: auto;
  --swiper-navigation-color: var(--bs-midnight-blue);
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  margin-top: 0.625rem;
}

.swiper-gallery-buttons .swiper-button-next,
.swiper-gallery-buttons .swiper-button-prev {
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  margin-top: 0;
}

.swiper-gallery-buttons .swiper-button-next::after,
.swiper-gallery-buttons .swiper-button-prev::after {
  font-family: bootstrap-icons;
  font-size: 2.5rem;
}

.swiper-gallery-buttons .swiper-button-next.swiper-button-disabled,
.swiper-gallery-buttons .swiper-button-prev.swiper-button-disabled {
  opacity: .55;
  cursor: auto;
  pointer-events: none;
}

.swiper-gallery-buttons .swiper-button-next::after {
  content: "\F133";
}

.swiper-gallery-buttons .swiper-button-prev::after {
  content: "\F129";
}

/* SWIPER-CAROUSEL */
.swiper-carousel .swiper-slide-inner {
  position: relative;
}

.swiper-carousel .gallery-thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.swiper-carousel .swiper-slide{
  height: 250px;
}
.swiper-carousel .swiper-slide .gallery-thumbnail-image{
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* UNIT-LEADER */
.unit-leader-image>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.unit-leader-job-title {
  margin-bottom: 1rem;
}

.unit-leader-credentials {
  margin-bottom: 1.875rem;
}

.unit-leader-credentials>div dd {
  margin-bottom: 0;
  margin-left: 0.3125rem;
}

.unit-leader-contact-bg {
  background-color: var(--bs-grey-50);
  border-radius: 0.75rem;
  padding-block: 1.125rem;
  padding-inline: 1rem;
}

.unit-leader-contact {
  --bs-link-color-rgb: var(--bs-indigo-400-rgb);
}

.unit-leader-contact dt {
  margin-bottom: 0.5rem;
}

.unit-leader-contact dd {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}

.unit-leader-contact dd:last-of-type {
  margin-bottom: 0;
}

.unit-leader-address {
  color: var(--bs-indigo-400);
}

.unit-leader-contact dt {
  color: var(--bs-indigo-600);
}

.unit-leader-contact dd>a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.unit-leader-contact dd>a:hover {
  --bs-link-color-rgb: var(--bs-indigo-800-rgb);
}

.unit-leader-address::before,
.unit-leader-phone::before,
.unit-leader-email::before {
  font-family: var(--bs-bootstrap-icons);
  font-size: 1.125rem;
  margin-right: 0.4375rem;
}

.unit-leader-address::before {
  content: "\F64C";
  color: var(--bs-indigo-400);
}

.unit-leader-phone::before {
  content: "\F5B8";
}

.unit-leader-email::before {
  content: "\F73D";
}

.unit-info ul:last-of-type,
.unit-info p:last-of-type {
  margin-bottom: 0;
}

.unit-info {
  border-bottom: 1px solid var(--bs-grey-200);
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.unit-info h4 {
  margin-bottom: 1rem;
}

.unit-events {
  padding-top: 1.5625rem;
}

.unit-events h4 {
  margin-bottom: 20px;
}

.unit-info ul:last-of-type:has(~*) {
  margin-bottom: 1rem;
}

/* SECTION-TITLE */
.section-title h2 {
  margin-bottom: 0;
}

/* CARD-TEAMS  */
.card-team {
  --bs-card-spacer-y: 0.75rem;
  --bs-card-spacer-x: 0.75rem;
  --bs-card-title-spacer-y: 0.625rem;
  --bs-card-title-color: var(--bs-heading-color);
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-indigo-50);
  --bs-card-border-radius: 0.75rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0.75rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: 100%;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
}

.card-team .card-title {
  line-height: 1.4;
}

/* STUDENT-COUNCIL-STRUCTURE */
.student-council-structure .glightbox-2 {
  display: block;
  cursor: zoom-in;
}

.student-council-structure .glightbox-2>img {
  display: block;
  width: 100%;
  height: auto;
}

/* PAGE-NUMBERS */
.pagination-wrapper>.page-numbers{
  list-style: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-left: 0;
}

.pagination-wrapper>.page-numbers li a{
  text-decoration: none;
}


