@charset "UTF-8";
:root {
  --primary: #243477;
  --primary-hover: rgb(36, 52, 119);
  --secondary: #6b7280;
  --secondary-hover: rgb(107, 114, 128);
  --font-primary: "Sora";
  --font-secondary: "Sora";
  --menu-font-family: "Sora";
}

/* Theme colors */
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #243477;
  --bs-white: #fff;
  --bs-primary-rgb: 36, 52, 119;
  --bs-white-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 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-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #111827;
  --bs-body-color-rgb: 17, 24, 39;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(17, 24, 39, 0.75);
  --bs-secondary-color-rgb: 17, 24, 39;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(17, 24, 39, 0.5);
  --bs-tertiary-color-rgb: 17, 24, 39;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #243477;
  --bs-link-color-rgb: 36, 52, 119;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(36, 52, 119);
  --bs-link-hover-color-rgb: 36, 52, 119;
  --bs-code-color: #d63384;
  --bs-highlight-color: #111827;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --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;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #f9fafb;
  --bs-body-color-rgb: 249, 250, 251;
  --bs-body-bg: #111827;
  --bs-body-bg-rgb: 17, 24, 39;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(249, 250, 251, 0.75);
  --bs-secondary-color-rgb: 249, 250, 251;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(249, 250, 251, 0.5);
  --bs-tertiary-color-rgb: 249, 250, 251;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #f9fafb;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36rem) {
   .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 48rem) {
   .container {
    max-width: 45rem;
  }
}
@media (min-width: 62rem) {
   .container {
    max-width: 60rem;
  }
}
@media (min-width: 75rem) {
   .container {
    max-width: 71.25rem;
  }
}
@media (min-width: 87.5rem) {
   .container {
    max-width: 82.5rem;
  }
}
@media (min-width: 120rem) {
   .container {
    max-width: 108.75rem;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 36rem;
  --bs-breakpoint-md: 48rem;
  --bs-breakpoint-lg: 62rem;
  --bs-breakpoint-xl: 75rem;
  --bs-breakpoint-xxl: 87.5rem;
  --bs-breakpoint-xxxl: 120rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 48rem) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}
@media (min-width: 62rem) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 75rem) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #243477;
  border-color: #243477;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-outline-primary {
  --bs-btn-color: #243477;
  --bs-btn-border-color: #243477;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #243477;
  --bs-btn-hover-border-color: #243477;
  --bs-btn-focus-shadow-rgb: 36, 52, 119;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #243477;
  --bs-btn-active-border-color: #243477;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #243477;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #243477;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 69, 82, 139;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 24, 39, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}


.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --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: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}


.card-img-top {
  width: 100%;
}


.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

@media (min-width: 36rem) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 62rem) {
  .modal-lg {
    --bs-modal-width: 800px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.offcanvas {
  --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: var(--bs-body-bg);
  --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.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.border-0 {
  border: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

.align-self-center {
  align-self: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

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

.me-3 {
  margin-right: 1rem !important;
}

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

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

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

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

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

.pt-3 {
  padding-top: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}
@media (min-width: 48rem) {
  .d-md-block {
    display: block !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 62rem) {
  .d-lg-block {
    display: block !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 75rem) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-Bold.woff2") format("woff2"), url("../fonts/subset-Sora-Bold.woff") format("woff"), url("../fonts/subset-Sora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-ExtraBold.woff2") format("woff2"), url("../fonts/subset-Sora-ExtraBold.woff") format("woff"), url("../fonts/subset-Sora-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-ExtraLight.woff2") format("woff2"), url("../fonts/subset-Sora-ExtraLight.woff") format("woff"), url("../fonts/subset-Sora-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-Light.woff2") format("woff2"), url("../fonts/subset-Sora-Light.woff") format("woff"), url("../fonts/subset-Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-Medium.woff2") format("woff2"), url("../fonts/subset-Sora-Medium.woff") format("woff"), url("../fonts/subset-Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-Regular.woff2") format("woff2"), url("../fonts/subset-Sora-Regular.woff") format("woff"), url("../fonts/subset-Sora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-SemiBold.woff2") format("woff2"), url("../fonts/subset-Sora-SemiBold.woff") format("woff"), url("../fonts/subset-Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/subset-Sora-Thin.woff2") format("woff2"), url("../fonts/subset-Sora-Thin.woff") format("woff"), url("../fonts/subset-Sora-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  src: url("data:font/ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon, [class^=icon-], [class*=" icon-"] {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\f005";
}

.icon-facebook:before {
  content: "\f004";
}

.icon-close-large:before {
  content: "\f81d";
}

.icon-menu-hamburger:before {
  content: "\f2d5";
}

.icon-upload:before {
  content: "\f0c2";
}

.icon-arrow-left1:before {
  content: "\f13a";
}

.icon-arrow-right1:before {
  content: "\f590";
}

.icon-arrow-right:before {
  content: "\f103";
}

.icon-logo-x:before {
  content: "\f8a7";
}

.icon-play:before {
  content: "\f1ef";
}

.icon-instagram:before {
  content: "\f419";
}

.fs-18px,
.fs-18px p {
  font-size: 1.125rem;
}
@media (max-width: 1650px) {
  .fs-18px,
  .fs-18px p {
    font-size: 1rem;
  }
}

.fs-24px,
.fs-24px p {
  font-size: 1.5rem;
}

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

@keyframes clockwiseRotateServices {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoom-and-move {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes playPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

::-webkit-scrollbar-track {
  background: transparent;
}

@keyframes revealEffect {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes showImage {
  to {
    opacity: 1;
  }
}
/*Ebmla Project Slider*/
.embla {
  position: relative;
  overflow: hidden;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  padding: 1rem 0;
  margin-left: -1rem;
}

.embla__slide {
  flex: 0 0 calc(100% / var(--slides-per-view, 4));
  min-width: 0;
  padding-left: 1rem;
}

.slider-view-3 {
  --slides-per-view: 3;
}

.slider-view-1 {
  --slides-per-view: 1;
}

/* Tablet (992px altı) */
@media (max-width: 992px) {
  .embla__slide {
    --slides-per-view: 2 !important; /* Tablette otomatik 2'ye düşer */
  }
}
/* Mobil (576px altı) */
@media (max-width: 576px) {
  .embla__slide {
    --slides-per-view: 1 !important; /* mobilde otomatik 1'e düşer */
  }
}
.embla-controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.625rem;
  cursor: pointer;
  margin-right: 0rem;
  transition: color 0.3s ease;
}
.embla-controls button:hover {
  color: var(--primary);
}

/* GRID */

#newsDetailCarousel,
.newsDetailCarousel {
  position: relative;
  z-index: 2;
}
#newsDetailCarousel .embla-controls,
.newsDetailCarousel .embla-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  transform: translateY(-50%);
  z-index: 3;
}
#newsDetailCarousel .embla-controls button,
.newsDetailCarousel .embla-controls button {
  border: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  padding: 0.25rem 0.25rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
}
#newsDetailCarousel.embla,
.newsDetailCarousel.embla {
  overflow: hidden;
  width: 100%;
}
#newsDetailCarousel.embla .embla__viewport,
.newsDetailCarousel.embla .embla__viewport {
  overflow: hidden;
}
#newsDetailCarousel.embla .embla__container,
.newsDetailCarousel.embla .embla__container {
  display: flex;
  margin-left: 0;
  touch-action: pan-y;
  will-change: transform;
}
#newsDetailCarousel.embla .embla__slide,
.newsDetailCarousel.embla .embla__slide {
  flex: 0 0 50%;
  min-width: 0;
  padding-left: 1rem;
  position: relative;
  height: 420px;
  z-index: 1;
}
#newsDetailCarousel.embla .embla__slide img,
.newsDetailCarousel.embla .embla__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
#newsDetailCarousel.embla .embla__slide.is-active,
.newsDetailCarousel.embla .embla__slide.is-active {
  filter: grayscale(0);
  opacity: 1;
  z-index: 2;
}
@media (max-width: 991.98px) {
  #newsDetailCarousel.embla .embla__container,
  .newsDetailCarousel.embla .embla__container {
    margin-left: 0;
  }
  #newsDetailCarousel.embla .embla__slide,
  .newsDetailCarousel.embla .embla__slide {
    flex: 0 0 70%;
    padding-left: 0;
    padding: 0 1rem;
    max-height: 20.625rem;
  }
  #newsDetailCarousel.embla .embla__slide img,
  .newsDetailCarousel.embla .embla__slide img {
    height: 100%;
  }
}

.social-icons a {
  font-size: 1.5rem;
  transition: color 0.3s ease;
  text-decoration: none;
}
.social-icons a:hover {
  color: var(--primary);
}

form .form-floating label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-left: 0;
}
form .form-floating label::after {
  display: none;
}
form .form-floating .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 0.0625rem solid #000000 !important;
  color: #000000;
  padding-left: 3.2px;
  font-size: 14px;
}
form .form-floating .form-control::placeholder {
  opacity: 0;
  color: transparent !important;
}
form .form-floating .form-control:focus::placeholder {
  opacity: 0;
  color: transparent !important;
}
form .form-floating input::placeholder {
  opacity: 0 !important;
  color: transparent !important;
}
form .form-floating textarea {
  transition: all 0.3s ease-in-out;
}
form .form-floating textarea:focus {
  height: 150px;
  padding-top: 2rem;
}
form .form-floating textarea::placeholder {
  opacity: 0 !important;
  color: transparent !important;
}
form .career-file-upload .upload-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  border: 2px dashed var(--primary);
  border-radius: 1rem;
  background-color: rgba(var(--primary-rgb), 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1.5rem;
  text-align: center;
}
form .career-file-upload .upload-area i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
form .career-file-upload .upload-area .upload-text {
  font-weight: 600;
  color: #202020;
  margin-bottom: 0.25rem;
}
form .career-file-upload .upload-area .file-name {
  font-size: 0.85rem;
  color: rgba(24, 24, 24, 0.6431372549);
}
form .career-file-upload .upload-area:hover {
  background-color: rgba(var(--primary-rgb), 0.1);
  border-style: solid;
  transform: translateY(-2px);
}

/* Image Dot Pattern */
@keyframes float-dot-left {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0.9rem, -0.9rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float-dot-right {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-0.9rem, 0.9rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scale-to-back {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  25% {
    transform: scale(0.9);
    opacity: 0.85;
  }
  50% {
    transform: scale(0.85);
    opacity: 0.7;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.75);
    opacity: 0.1;
  }
}

.animation-text span {
  opacity: 0;
  transform: translateY(40px);
}

.reveal-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.2s linear; /* ani jump olmasın */
}

main {
  perspective: 1200px;
  perspective-origin: center center;
  transform-style: preserve-3d;
}

section.reveal-3d {
  transform: translateZ(0);
  will-change: transform, opacity;
}

.play-pulse-animation {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
}
.play-pulse-animation .play-button {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: visible;
  z-index: 1;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.play-pulse-animation .play-button i {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: #fff;
  transition: all 0.3s ease;
}
.play-pulse-animation .play-button::before, .play-pulse-animation .play-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.35);
  z-index: 0;
  animation: playPulse 2.5s infinite;
}
.play-pulse-animation .play-button::after {
  animation-delay: 1.25s;
}
.play-pulse-animation .play-button:hover::before, .play-pulse-animation .play-button:hover::after {
  animation-play-state: paused;
}
.play-pulse-animation .play-button:hover {
  transform: scale(1.2);
}
.play-pulse-animation .play-button:hover i {
  transform: scale(0.95);
}
@media (max-width: 576px) {
  .play-pulse-animation {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .play-pulse-animation .play-button {
    width: 4.5rem;
    height: 4.5rem;
  }
  .play-pulse-animation .play-button i {
    font-size: 2.25rem;
  }
}

.fs-18px {
  font-size: 1.125rem;
}

.image-zoom-modal .modal-content {
  background: #000;
  border: 0;
}
.image-zoom-modal .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-zoom-modal img {
  max-width: 100vw;
  max-height: 100vh;
  object-fit: cover;
}
.image-zoom-modal .carousel-item {
  overflow: hidden;
}
.image-zoom-modal .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
}
.image-zoom-modal .zoom-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  filter: invert(1);
  z-index: 10;
}

.zoom-trigger {
  cursor: zoom-in;
}

.modal {
  background: rgba(0, 0, 0, 0.7803921569);
}
.modal .btn-modal-close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 10;
  color: #fff;
  font-size: 2rem;
  background: transparent;
  border: 0;
}
.modal .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.modal .modal-body {
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
}
.modal .modal-body iframe {
  width: 100%;
  min-height: 35rem;
  height: auto;
  border: 0;
}

.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}

/* Filtrelenecek öğelerin temel ayarı */
.filter-item {
  transition: all 0.3s ease-in-out;
}

/* JS ile bu class eklendiğinde element gizlenir */
.filter-item.d-none {
  display: none !important;
}

/* Elementler gösterildiğinde tatlı bir animasyonla gelsin */
.filter-item.show-item {
  animation: fadeInScale 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
}

header {
  background: transparent;
  position: absolute;
  z-index: 1000;
  transition: all 0.5s ease;
}
header .logo-wrapper {
  max-width: 9.5rem;
}
header .logo-wrapper .navbar-brand {
  z-index: 3;
  max-width: 9.5rem;
}
@media (max-width: 1650px) {
  header .logo-wrapper {
    max-width: 8rem;
  }
  header .logo-wrapper .navbar-brand {
    max-width: 8rem;
  }
}
header nav.navbar {
  background-color: transparent;
  padding: 0;
  z-index: 1;
  width: 100%;
}
header nav.navbar {
  /* Custom Toggler Düzenlemesi */
}
header nav.navbar .custom-toggler {
  border: none;
  background: transparent;
  width: 8.125rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  z-index: 10;
}
header nav.navbar .custom-toggler span.menu-label {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
}
header nav.navbar .custom-toggler i {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.3s ease;
}
header nav.navbar .custom-toggler .menu-open-icon {
  opacity: 1;
  display: none;
}
header nav.navbar .custom-toggler .menu-close-icon {
  opacity: 1;
}
header nav.navbar .custom-toggler[aria-expanded=true] {
  background-color: var(--primary);
}
header nav.navbar .custom-toggler[aria-expanded=true] .menu-open-icon {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}
header nav.navbar .custom-toggler[aria-expanded=true] .menu-close-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
header nav.navbar .custom-toggler:focus {
  box-shadow: none;
  outline: none;
}
@keyframes fadeInRotate {
  from {
    opacity: 0;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
header nav.navbar .nav-item {
  margin: 0 0.5rem;
}
header nav.navbar .nav-item a {
  text-decoration: none;
  position: relative;
}
header nav.navbar .nav-item a.nav-link {
  font-family: var(--menu-font-family);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1rem;
  border: 2px solid transparent;
}
header nav.navbar .nav-item a.nav-link i {
  margin-left: 0.5rem;
}
header nav.navbar .nav-item a.nav-link:hover {
  transform: scale(0.95);
}
header nav.navbar .nav-item.custom-dropdown-menu a.nav-link::after {
  display: none;
}
header nav.navbar .dropdown-menu {
  position: absolute;
  padding: 1rem 0 1rem 0rem;
  border-left: none;
  border-right: none;
  border-bottom: none;
  left: 0;
  top: 3rem;
  border-top: 0;
  background: #fff;
  border-radius: 0;
  z-index: 1001;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3411764706);
}
header nav.navbar .dropdown-menu {
  /*
  &::before {
    left: 20%;
    top: 0;
    position: absolute;
    content: "";
    border-right: 30px solid rgba(255, 255, 255, 0);
    border-left: 30px solid rgba(255, 255, 255, 0);
    border-top: 30px solid white;
    border-bottom: 30px solid rgba(255, 255, 255, 0);
  }
  */
}
header nav.navbar .dropdown-menu li {
  position: relative;
}
@media (max-width: 991px) {
  header nav.navbar .dropdown-menu {
    position: relative;
    border: 0 !important;
    top: 0;
    padding: 0.3rem 0 0 0;
  }
}
header nav.navbar .dropdown-submenu {
  position: relative;
}
header nav.navbar .dropdown-submenu .dropdown-menu {
  margin-left: 0rem;
  left: 100%;
  top: 0;
  margin-top: -1px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header nav.navbar .dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  header nav.navbar .dropdown-submenu .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    display: none;
  }
  header nav.navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
header.fixed-top {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header.fixed-top .logo-wrapper {
  opacity: 1;
}
@media (min-width: 991.98px) {
  header.fixed-top {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.fixed-top nav.navbar .nav-item {
    margin: 0 0.8rem;
  }
  header.fixed-top nav.navbar .nav-item a.nav-link {
    color: var(--primary);
  }
}
header.fixed-top.dropdown-menu {
  z-index: 1051;
}
header .offcanvas {
  background-color: #fafafa;
}
header .offcanvas.offcanvas-end {
  width: 100% !important;
  border: none;
}
header .offcanvas .btn-close-custom {
  background-color: transparent;
  border: none;
  color: #434343;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3125rem;
}
header .offcanvas .btn-close-custom i.icon-close-large {
  font-size: 1.8rem;
  color: #144a81;
}
header .offcanvas .offcanvas-header {
  background-color: #fafafa;
}
header .offcanvas .offcanvas-body {
  background-color: #fafafa;
}
header .offcanvas .offcanvas-body .main-menu-list .nav-link {
  color: #144a81 !important;
  font-weight: 800;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  transition: transform 0.3s ease;
  border: none !important;
}
header .offcanvas .offcanvas-body .main-menu-list .nav-link.active, header .offcanvas .offcanvas-body .main-menu-list .nav-link:hover {
  transform: translateX(10px);
}
header .offcanvas .offcanvas-body .border-end-desktop {
  background: #ffffff;
}
@media (min-width: 992px) {
  header .offcanvas .offcanvas-body .border-end-desktop {
    border-right: 1px solid #eee;
  }
}
header .offcanvas .offcanvas-body .menu-pane {
  display: none;
  animation: menuFadeIn 0.4s ease forwards;
}
header .offcanvas .offcanvas-body .menu-pane.active {
  display: block;
}
header .offcanvas .offcanvas-body .menu-pane .pane-title {
  color: #144a81;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}
header .offcanvas .offcanvas-body .menu-pane .sub-menu li {
  border-bottom: 1px solid #f0f0f0;
}
header .offcanvas .offcanvas-body .menu-pane .sub-menu li a {
  display: block;
  padding: 0.6rem 0;
  color: #444;
  text-decoration: none;
}
header .offcanvas .offcanvas-body .menu-pane .sub-menu li a:hover {
  color: #144a81;
}
header .theme-switch-wrapper {
  cursor: pointer;
  user-select: none;
}
header .theme-switch-wrapper .theme-switch-pill {
  background-color: #56c33c;
  width: 13.5rem;
  padding: 4px 12px 4px 4px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
header .theme-switch-wrapper .theme-switch-pill .icon-boxes {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 1rem;
}
header .theme-switch-wrapper .theme-switch-pill .icon-boxes .icon-box {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.3s ease;
}
header .theme-switch-wrapper .theme-switch-pill .icon-boxes .icon-box i {
  font-size: 1rem;
}
header .theme-switch-wrapper .theme-switch-pill .icon-boxes .icon-box.light-icon {
  color: #f39c12;
}
header .theme-switch-wrapper .theme-switch-pill .icon-boxes .icon-box.dark-icon {
  color: #bdc3c7;
}
header .theme-switch-wrapper .theme-switch-pill .theme-text {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 400;
}
header .theme-switch-wrapper .theme-switch-pill .info-icon {
  color: #fff;
  opacity: 0.8;
}
header body.dark-mode {
  background-color: #0f1821;
  color: #fff;
}
header body.dark-mode .theme-switch-pill {
  background-color: #144a81;
}
header body.dark-mode .theme-switch-pill .icon-box {
  transform: translateX(5px);
}
header body.dark-mode .theme-switch-pill .icon-box.light-icon {
  display: none;
}
header body.dark-mode .theme-switch-pill .icon-box.dark-icon {
  color: #f1c40f;
}
header .btn-dark-blue {
  background: #0a2a4a;
  color: #fff;
}
header .btn-success-custom {
  background: #5cb85c;
  color: #fff;
}
@keyframes menuFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  header nav.navbar {
    padding: 0;
  }
  header nav.navbar .logo-wrapper {
    max-width: 12rem;
  }
  header nav.navbar .nav-item {
    margin: 0rem;
  }
  header nav.navbar .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  header nav.navbar {
    height: auto;
  }
  header nav.navbar .logo-wrapper {
    max-width: 12rem;
    z-index: 1051;
  }
  header nav.navbar .logo-wrapper {
    max-width: 12rem;
  }
  header nav.navbar .nav-item {
    margin: 0.6rem 0;
  }
  header nav.navbar .nav-item .nav-link {
    font-size: 14px;
  }
  header li.nav-item.dropdown.custom-dropdown-menu .dropdown-menu {
    margin: 0.5rem 0;
  }
}
@media (min-width: 991.98px) {
  header a.dropdown-toggle {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header ul.navbar-nav {
    height: 100%;
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
  header ul.navbar-nav li.nav-item {
    height: 100%;
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
  }
}
@media (max-width: 36rem) {
  header {
    top: 0;
  }
}

#carouselSlider {
  padding: 0;
  height: 100vh;
}
#carouselSlider .carousel-inner {
  border-radius: 0;
  height: 100vh;
}
#carouselSlider .carousel-inner .carousel-item {
  height: 100vh;
  position: relative;
}
#carouselSlider .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carouselSlider .carousel-inner .carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carouselSlider .carousel-inner .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.6) 0%, rgba(18, 18, 18, 0) 25%, rgba(18, 18, 18, 0.6) 100%);
}
#carouselSlider .carousel-inner .carousel-caption {
  z-index: 2;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 10%;
  left: 0;
  align-items: center;
  display: flex;
}
#carouselSlider .carousel-inner .carousel-caption .hero-heading {
  display: flex;
  flex-direction: column;
}
#carouselSlider .carousel-inner .carousel-caption .hero-heading .hero-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #fff;
}
#carouselSlider .carousel-inner .carousel-caption .hero-heading .hero-subtitle {
  font-size: 2.25rem;
  color: #fff;
  margin-top: 1rem;
}
#carouselSlider .carousel-inner .carousel-caption .hero-heading a {
  order: 3;
}
#carouselSlider .carousel-inner .carousel-caption .hero-heading .hero-desc {
  order: 4;
}
#carouselSlider .carousel-inner .carousel-caption .hero-heading .hero-desc p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}
#carouselSlider .carousel-controls {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 100%;
  right: 1rem;
  padding: 0 2rem;
  height: 5rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
#carouselSlider .carousel-controls .carousel-control-prev,
#carouselSlider .carousel-controls .carousel-control-next {
  width: max-content;
  position: relative;
}
#carouselSlider .carousel-controls button {
  background-color: transparent;
  padding: 0.5rem;
  max-width: 2.25rem;
  max-height: 2.25rem;
  opacity: 1;
  filter: none;
}
#carouselSlider .carousel-controls button i {
  font-size: 2rem;
  color: #fff;
}
#carouselSlider .social-icons {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#carouselSlider .social-icons a {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
#carouselSlider .social-icons a:hover {
  color: #ccc;
}
@media (max-width: 991.98px) {
  #carouselSlider .carousel-inner .carousel-item .carousel-caption {
    left: 5%;
    right: 5%;
  }
  #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-heading .hero-title {
    font-size: 3rem;
  }
  #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-heading .hero-subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  #carouselSlider {
    height: 70vh;
  }
  #carouselSlider .carousel-inner {
    height: 70vh;
  }
  #carouselSlider .carousel-inner .carousel-item {
    height: 70vh;
  }
  #carouselSlider .carousel-inner .carousel-item .carousel-caption {
    left: 1rem;
    right: 1rem;
  }
  #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-heading .hero-title {
    font-size: 2rem;
  }
  #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-heading .hero-subtitle {
    font-size: 1.25rem;
  }
  #carouselSlider .social-icons {
    flex-direction: row;
    bottom: 1rem;
    top: initial;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  #carouselSlider .social-icons a {
    margin: 0 0.5rem;
  }
  #carouselSlider .carousel-controls {
    width: 100%;
    top: 50%;
  }
}

.sub-page #carouselSlider {
  height: 22.25rem;
}
.sub-page #carouselSlider .carousel-inner {
  height: 100%;
}
.sub-page #carouselSlider .carousel-inner .carousel-item {
  height: 100%;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-heading {
  display: flex;
  flex-direction: column;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-heading .order-1 {
  order: 1;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-heading .order-2 {
  order: 2;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 2.25rem;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1.875rem;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .carousel-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .carousel-content p {
  font-size: 1.3125rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption {
    left: 0rem;
    right: 0rem;
  }
}
@media (max-width: 576px) {
  .sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-title {
    font-size: 2rem;
  }
  .sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .hero-subtitle {
    font-size: 2.5rem;
  }
  .sub-page #carouselSlider .carousel-inner .carousel-item .carousel-caption .carousel-content p {
    font-size: 1rem;
  }
}

.carousel-item[data-type=youtube] {
  min-height: 600px;
  background-color: #000;
}

.carousel-item[data-type=youtube] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer {
  position: relative;
  color: #b0b0b0;
  font-size: 0.9rem;
  padding-top: 2rem;
  overflow: hidden;
  z-index: 2;
}
#footer .footer-top {
  position: relative;
  height: 11.25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#footer .footer-top .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 1;
}
#footer .footer-top .footer-inner {
  position: relative;
  z-index: 2;
}
#footer .footer-contact {
  gap: 5rem;
}
#footer .footer-contact .contact-link {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-right: 2rem;
}
#footer .copyright-text p {
  font-family: var(--font-primary);
  margin: 0;
  font-size: 0.875rem;
  color: #fff;
}
#footer .privacy-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
#footer .privacy-links a:hover {
  opacity: 0.8;
}
#footer .social-icons a {
  background: rgb(255, 255, 255);
  border-radius: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
#footer .social-icons a i {
  color: #181818;
}
#footer .social-icons a:hover {
  background: rgba(255, 255, 255, 0.6);
}

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-twitter-x::before {
  content: "\f8db";
}

html,
body {
  font-family: var(--font-primary);
  overflow-x: hidden;
  /* 1. Ultra Geniş Ekranlar (1400px ve üzeri - XXL) */
}
@media (min-width: 1400px) {
  html,
  body {
    font-size: 16px;
  }
}
html,
body {
  /* 2. Masaüstü / Büyük Ekranlar (1200px - 1400px - XL) */
}
@media (max-width: 1399.98px) {
  html,
  body {
    font-size: 15px; /* Belirlediğin LG hedefi */
  }
}
html,
body {
  /* 3. Laptop / Küçük Masaüstü (1024px - 1200px) */
}
@media (max-width: 1199.98px) {
  html,
  body {
    font-size: 14.5px;
  }
}
html,
body {
  /* 4. Tablet - Yatay (992px - 1024px) */
}
@media (max-width: 1023.98px) {
  html,
  body {
    font-size: 14px;
  }
}
html,
body {
  /* 5. Tablet - Dikey (768px - 992px) */
}
@media (max-width: 991.98px) {
  html,
  body {
    font-size: 13.5px;
  }
}
html,
body {
  /* 6. Büyük Telefonlar (576px - 768px) */
}
@media (max-width: 767.98px) {
  html,
  body {
    font-size: 13px;
  }
}
html,
body {
  /* 7. Küçük Telefonlar (576px ve altı) */
}
@media (max-width: 575.98px) {
  html,
  body {
    font-size: 12px !important;
  }
}

.section-title {
  font-family: var(--font-manrope);
  font-size: 1.125rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 0;
}
.section-title.left-line {
  position: relative;
  padding-left: 6rem;
}
.section-title.left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 0.125rem;
  background-color: var(--primary);
  border-radius: 0px;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.25rem;
  }
}

.content {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.content p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.services {
  padding: 3rem 0;
}
.services .service-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  max-height: 420px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.services .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 24, 39, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.services .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.services .service-card img.card-img-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.services .service-card .card-body {
  padding: 1.5rem 2rem;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.services .service-card .card-body .card-title,
.services .service-card .card-body a {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  text-decoration: none;
}

.world-map-section {
  position: relative;
  margin-bottom: 1rem;
  padding: 0;
}
.world-map-section .custom-map-box {
  position: relative;
  overflow: hidden;
}
.world-map-section .custom-map-box .bg-image-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.world-map-section .custom-map-box .bg-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.world-map-section .map-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.world-map-section .map-container svg.world-map__drawing {
  width: 100%;
  height: auto;
}
.world-map-section .map-container svg.world-map__drawing path {
  fill: rgba(255, 255, 255, 0.8);
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.world-map-section .map-container svg.world-map__drawing path.is-active {
  fill: var(--primary);
}
.world-map-section .map-container svg.world-map__drawing path:hover {
  fill: var(--primary);
}

.custom-map-tooltip {
  position: fixed;
  z-index: 10000;
  padding: 8px 15px;
  background: rgba(15, 24, 33, 0.95);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  pointer-events: none;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-map-tooltip strong {
  color: var(--primary);
}

.about-us-section {
  position: relative;
  padding: 2rem 0;
}

.image-nav-block {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  max-height: 500px;
  min-height: 500px;
}
.image-nav-block .img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.image-nav-block .overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
}
.image-nav-block .overlay-layer .top-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.image-nav-block .overlay-layer .top-content .content {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: center;
}
.image-nav-block .links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  width: 100%;
}
@media (max-width: 576px) {
  .image-nav-block .links-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.image-nav-block:hover .img-main {
  transform: scale(1.05);
}
.image-nav-block:hover .overlay-layer {
  background: rgba(0, 0, 0, 0.45);
}

/**/
.nav-link-card {
  background: #fff;
  color: var(--primary);
  text-decoration: none;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  min-height: 4.6875rem;
  white-space: normal;
}
.nav-link-card.center-align {
  grid-column: span 2;
  margin: 0 auto;
  max-width: 18.125rem;
  width: 100%;
}
@media (max-width: 1650px) {
  .nav-link-card.center-align {
    max-width: 14.375rem;
  }
}
.nav-link-card i {
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.nav-link-card:hover {
  background: var(--primary);
  color: #fff;
}
.nav-link-card:hover i {
  transform: translate(3px, -3px);
}
@media (max-width: 1650px) {
  .nav-link-card {
    min-height: 4rem;
    min-width: 14.375rem;
    padding: 1rem;
    font-size: 0.9375rem;
    height: auto;
  }
}

.strategy-card p {
  font-size: 1.3125rem;
  color: #333333;
  font-weight: 300;
}

/**/
/* Team Card */
.card-team {
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.card-team .card-img-top {
  border-radius: 0;
  width: 100%;
  height: 22.5rem;
  min-height: 22.5rem;
  max-height: 22.5rem;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.card-team .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.card-team .card-title {
  font-size: 1.3125rem;
  font-weight: 700;
}
.card-team .card-body,
.card-team .card-body p {
  font-size: 1.125rem;
  font-weight: 400;
}
.card-team .socials ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
}
.card-team .socials ul li a {
  background-color: #fff;
  color: #000;
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;
  font-size: 1rem;
  padding: 0.4rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.card-team .socials ul li a:hover {
  color: var(--primary);
}
.card-team:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-team:hover .card-img-top img {
  transform: scale(1.05);
}

/* Team Card */
.projects-section {
  position: relative;
  overflow: hidden;
  padding: 1rem 0 3rem 0;
}
.projects-section .carouselProjects .carousel-left-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  height: 3rem;
  font-size: 2rem;
  left: -2.6rem;
}
.projects-section .carouselProjects .carousel-right-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  height: 3rem;
  font-size: 2rem;
  right: -2.6rem;
}
.projects-section .carouselProjects .carousel-inner {
  height: 34.75rem;
  min-height: 34.75rem;
  max-height: 34.75rem;
}
.projects-section .carouselProjects .carousel-inner .carousel-item {
  height: 100%;
}
.projects-section .carouselProjects .carousel-inner .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail {
  background-color: #182740;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 3rem;
}
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-category {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-location,
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-location p,
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-location span,
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-location i {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-content {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  display: -webkit-box;
}
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail .project-content p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.projects-section .carouselProjects .carousel-inner .carousel-item .project-item-detail a {
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .projects-section .carouselProjects .carousel-inner {
    height: 34.75rem;
    min-height: 34.75rem;
    max-height: 34.75rem;
  }
}
@media (max-width: 1440px) {
  .projects-section .carouselProjects .carousel-inner {
    height: 28rem;
    min-height: 28rem;
    max-height: 28rem;
  }
}
@media (max-width: 1200px) {
  .projects-section .carouselProjects .carousel-inner {
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
  }
}
@media (max-width: 992px) {
  .projects-section .carouselProjects .carousel-inner {
    height: 16rem;
    min-height: 16rem;
    max-height: 16rem;
  }
}
@media (max-width: 768px) {
  .projects-section .carouselProjects .carousel-inner {
    height: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }
}
.projects-section .carouselProjects .carousel-indicators {
  justify-content: end;
  margin-right: 1rem;
  margin-left: 1rem;
}
.projects-section .carouselProjects .carousel-indicators button {
  width: 4rem;
  height: 0.3125rem;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
}
.projects-section .carouselProjects .carousel-indicators button.active {
  width: 9.375rem;
  background-color: var(--primary);
}
.projects-section .carousel-controls {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-section .carousel-controls .carousel-control-prev,
.projects-section .carousel-controls .carousel-control-next {
  background-color: transparent;
  padding: 0.5rem;
  max-width: 2.25rem;
  max-height: 2.25rem;
  opacity: 1;
  filter: none;
}
@media (max-width: 576px) {
  .projects-section .carouselProjects .carousel-inner {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
}

.project-filters .btn-link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.project-filters .btn-link.active {
  background-color: transparent;
  border: 1px solid #243477;
}
.project-filters .btn-link:hover {
  background-color: transparent;
  color: #243477;
}

.row-projects {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.row-projects .project-item-detail,
.row-projects .project-carousel-image {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .row-projects {
    flex-wrap: nowrap;
  }
  .row-projects .project-item-detail {
    flex: 0 0 39.6551724138%;
    max-width: 39.6551724138%;
    padding-right: 2rem;
  }
  .row-projects .project-carousel-image {
    flex: 0 0 60.3448275862%;
    max-width: 60.3448275862%;
  }
}
@media (min-width: 1920px) {
  .row-projects .project-item-detail {
    flex: 0 0 690px;
    max-width: 690px;
  }
  .row-projects .project-carousel-image {
    flex: 0 0 1050px;
    max-width: 1050px;
  }
}

.news-card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.news-card .card-img-top {
  width: 100%;
  height: 23.5rem;
  min-height: 23.5rem;
  max-height: 23.5rem;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news-card .card-body {
  background-color: #fff;
  padding: 1.5rem 2rem;
  max-height: 17.5rem;
  min-height: 17.5rem;
}
.news-card .card-body .card-title {
  color: #313131;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card .card-body p {
  color: #313131;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card .card-body a {
  margin: auto 0 0;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.news-card:hover::after {
  opacity: 0.7;
}

.partner-card {
  display: flex;
  align-self: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  height: auto;
  min-height: 13rem;
  max-height: 13rem;
}
.partner-card img {
  object-fit: cover;
  border: none;
  transition: all 0.3s ease-in-out;
}
.partner-card:hover img {
  transform: scale(1.05);
}

.services-operations-section {
  color: #ffffff;
}
.services-operations-section .section-header .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.services-operations-section .section-header .section-desc {
  color: #b0b5be;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.overlay-list-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}
.overlay-list-card .card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s ease-in-out;
}
.overlay-list-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 19, 33, 0.65);
  z-index: 2;
  transition: background 0.3s ease-in-out;
}
.overlay-list-card .card-content {
  position: relative;
  z-index: 3;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.overlay-list-card .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.overlay-list-card .card-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay-list-card .card-link-list li {
  margin-bottom: 0.875rem;
}
.overlay-list-card .card-link-list li:last-child {
  margin-bottom: 0;
}
.overlay-list-card .card-link-list li a {
  color: #e2e4e8;
  text-decoration: none;
  font-size: 0.9375rem;
  border-bottom: 1px solid rgba(226, 228, 232, 0.4);
  padding-bottom: 2px;
  transition: all 0.2s ease-in-out;
}
.overlay-list-card .card-link-list li a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.overlay-list-card:hover .card-bg-img {
  transform: scale(1.08);
}
.overlay-list-card:hover .card-overlay {
  background: rgba(13, 19, 33, 0.45);
}

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