:root {
  --primary-200: #CA7468;
  --primary-200-h: 7.3469387755deg;
  --primary-200-s: 48.0392156863%;
  --primary-200-l: 60%;
  --primary-400: #9C4337;
  --primary-400-h: 7.1287128713deg;
  --primary-400-s: 47.8672985782%;
  --primary-400-l: 41.3725490196%;
  --primary-800: #1C3168;
  --primary-800-h: 223.4210526316deg;
  --primary-800-s: 57.5757575758%;
  --primary-800-l: 25.8823529412%;
  --secondary-400: #0d9171;
  --secondary-400-h: 165.4545454545deg;
  --secondary-400-s: 83.5443037975%;
  --secondary-400-l: 30.9803921569%;
  --secondary-800: #184f42;
  --secondary-800-h: 165.8181818182deg;
  --secondary-800-s: 53.3980582524%;
  --secondary-800-l: 20.1960784314%;
  --tertiary-400: #F0733A;
  --tertiary-400-h: 18.7912087912deg;
  --tertiary-400-s: 85.8490566038%;
  --tertiary-400-l: 58.431372549%;
  --quarternary-400: #0d9171;
  --quarternary-400-h: 165.4545454545deg;
  --quarternary-400-s: 83.5443037975%;
  --quarternary-400-l: 30.9803921569%;
  --neutral-300: #717F93;
  --neutral-300-h: 215.2941176471deg;
  --neutral-300-s: 13.6%;
  --neutral-300-l: 50.9803921569%;
  --neutral-400: #637184;
  --neutral-400-h: 214.5454545455deg;
  --neutral-400-s: 14.2857142857%;
  --neutral-400-l: 45.2941176471%;
  --neutral-500: #555c66;
  --neutral-500-h: 215.2941176471deg;
  --neutral-500-s: 9.0909090909%;
  --neutral-500-l: 36.6666666667%;
  --neutral-800: #3e4246;
  --neutral-800-h: 210deg;
  --neutral-800-s: 6.0606060606%;
  --neutral-800-l: 25.8823529412%;
  --logo-text-max-width: none;
  --logo-title-color: var(--secondary-800);
  --logo-subtitle-color: var(--neutral-400);
  --headers-color: var(--neutral-800);
  --bg-body: #F4F6F9;
  --bg-header-top: var(--primary-400);
  --bg-footer: #ffffff;
  --bg-indicator: #eeee1d;
  --font-primary: Inter, sans-serif;
  --border-radius: 6px;
  --spacing-showcase: 1.5rem;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter.woff2") format("woff2-variations"), url("../fonts/inter/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  line-height: 28px;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--neutral-500);
  background: var(--bg-body);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--neutral-800);
}

a {
  text-decoration: none;
  color: var(--primary-400);
  background-image: linear-gradient(var(--primary-200), var(--primary-200));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: color 0.2s ease, background-size 0.3s ease;
}
a:hover {
  color: var(--primary-400);
  background-size: 100% 1px;
}

hr {
  margin: 3.4rem 0;
  opacity: 0.15;
}

#main {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#header {
  z-index: 1050;
  padding: 8px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 8px 12px -4px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

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

.navbar-brand-logo {
  margin: 0;
  padding: 12px 0;
  display: inline-flex;
  gap: 10px 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  white-space: normal;
  transition: height 0.2s ease;
}
.navbar-brand-logo img {
  width: auto;
  height: 80px;
}
.navbar-brand-logo .logo-text {
  max-width: var(--logo-text-max-width);
  text-align: center;
}
.navbar-brand-logo .lt-title {
  margin-bottom: 5px;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--logo-title-color);
}
.navbar-brand-logo .lt-title-2 {
  margin-bottom: 5px;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--logo-title-2-color, var(--primary-400));
}
.navbar-brand-logo .lt-subtitle {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: var(--logo-subtitle-color);
}
.navbar-brand-logo .lt-subtitle-2 {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: var(--logo-subtitle-2-color, var(--neutral-400));
}

.logo-alt a {
  background-image: none;
}

.header-vertical .navbar-top {
  flex-direction: column;
}
.header-vertical .navbar-brand-logo .logo-text {
  max-width: none;
  text-align: center;
}
.header-vertical .ch-content-holder {
  display: none;
}
.header-vertical .box-language {
  position: absolute;
  top: 0;
  right: 0;
}
.header-vertical .box-language .dropdown-toggle span, .header-vertical .box-language .dropdown-toggle:after {
  display: none;
}

.main-content {
  position: relative;
  z-index: 10;
}

.sec-module {
  padding: 4rem 1rem;
}

.content-holder {
  padding: 4rem 0;
  text-align: justify;
}
.content-holder h1, .content-holder h2, .content-holder h3, .content-holder h4, .content-holder h5, .content-holder h6 {
  margin: 2.8rem 0 1.2rem;
}
.content-holder h1:first-child, .content-holder h2:first-child, .content-holder h3:first-child, .content-holder h4:first-child, .content-holder h5:first-child, .content-holder h6:first-child {
  margin-top: 0;
}
.content-holder h1 + :is(h1, h2, h3, h4, h5, h6), .content-holder h2 + :is(h1, h2, h3, h4, h5, h6), .content-holder h3 + :is(h1, h2, h3, h4, h5, h6), .content-holder h4 + :is(h1, h2, h3, h4, h5, h6), .content-holder h5 + :is(h1, h2, h3, h4, h5, h6), .content-holder h6 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.5rem;
}
.content-holder ol, .content-holder ul, .content-holder p {
  margin: 1.2rem 0 1.5rem;
}
.content-holder ol:first-child, .content-holder ul:first-child, .content-holder p:first-child {
  margin-top: 0;
}
.content-holder ol:last-child, .content-holder ul:last-child, .content-holder p:last-child {
  margin-bottom: 0;
}

#header-top ul, .content-holder ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#header-top ul > li, .content-holder ul > li {
  position: relative;
  padding: 2px 0 2px 30px;
}
#header-top ul > li:before, .content-holder ul > li:before {
  position: absolute;
  top: 2px;
  left: 10px;
  content: "\f054"; /* font-size: 24px; line-height: 1;*/
  font-family: "Font Awesome 6 Pro";
}
#header-top ul ul > li, .content-holder ul ul > li {
  position: relative;
  padding: 0 0 0 30px;
}
#header-top ul ul > li:before, .content-holder ul ul > li:before {
  position: absolute;
  top: 0;
  left: 5px;
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
}

#showcase {
  position: relative;
  display: flex;
  flex-direction: column;
}
#showcase .swiper {
  margin: var(--spacing-showcase) var(--spacing-showcase) 0;
}
#showcase .swiper:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  content: "";
  height: 60%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
#showcase .sw-media {
  height: 300px;
}
#showcase .sw-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#showcase .swiper-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
#showcase .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
}
#showcase .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-opacity:1;
  position: relative;
  margin: 0 clamp(2px, 0.6vw, 8px);
  width: clamp(20px, 4vw, 120px);
  height: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
#showcase .swiper-pagination-bullet-active .swiper-bullet-progress {
  width: 100%;
}
#showcase .swiper-bullet-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 5px;
  background: var(--primary-400);
  transition-timing-function: ease;
}
#showcase .btn-swiper-action {
  position: relative;
  width: 50px;
  height: 36px;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
#showcase .btn-swiper-action .btn-sa-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  display: flex;
  transform: translate3d(-50px, 0px, 0px);
  transition: transform 0.25s ease;
}
#showcase .btn-swiper-action .btn-sa-icon-wrapper i {
  width: 50px;
  line-height: 36px;
}
#showcase .btn-swiper-action:hover {
  background: rgba(255, 255, 255, 0.2);
}
#showcase .btn-swiper-action.paused .btn-sa-icon-wrapper {
  transform: translate3d(0, 0px, 0px);
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes bounce-alt {
  0% {
    transform: rotateZ(180deg) translateY(-5px);
  }
  100% {
    transform: rotateZ(180deg) translateY(5px);
  }
}
@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.page-header, .section-header {
  margin-bottom: 2rem;
}
.page-header h1, .page-header h2, .page-header h3, .section-header h1, .section-header h2, .section-header h3 {
  margin-top: 0;
}
.page-header h1, .section-header h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  line-height: clamp(2.5rem, 3.4vw, 3.25rem);
  color: var(--headers-color);
}
.page-header + :is(h1, h2, h3, h4, h5, h6), .section-header + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

#footer {
  margin-top: auto;
  padding: 5rem 2rem 4rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--neutral-400);
  background: var(--bg-footer);
  box-shadow: 0 -8px 14px -4px rgba(0, 0, 0, 0.04);
}
#footer .footer-holder {
  row-gap: 50px;
}
#footer .box-address {
  margin-bottom: 40px;
}
#footer p, #footer ul {
  margin-bottom: 0;
}
#footer .footer-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: var(--neutral-800);
}
#footer .footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-contact li {
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
}
#footer .footer-contact i {
  margin: 4px 0.6rem 0 0;
  width: 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}
#footer .ft-links ul {
  margin: 0;
  padding: 0;
  max-height: 160px;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#footer .ft-links a {
  padding: 4px 0;
  display: inline-block;
  background-position: left bottom 4px;
}
#footer .copyright {
  position: relative;
  line-height: 1.4rem;
}
#footer .copyright strong {
  font-weight: 400;
  color: var(--primary-400);
}
#footer .copyright .copyright-logo {
  height: 80px;
  margin-bottom: 14px;
}

.box-social {
  margin-bottom: 0.8rem;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}
.box-social a {
  padding: 4px 6px;
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--neutral-400);
  background-image: none;
}
.box-social a:hover, .box-social a:focus {
  color: var(--primary-400);
}

.text-red {
  color: red;
}

.text-green {
  color: #009846;
}

.text-blue {
  color: #0458db;
}

.item-search-filter .content-holder > .container {
  position: relative;
}

.box-tabber .btn-show-more-holder {
  padding-top: 1.5rem;
  text-align: center;
}
.box-tabber .btn-show-more {
  margin: 0 auto;
  padding: 8px 22px;
  font-size: 15px;
}
.box-tabber .btn-show-more:not(.collapsed) {
  display: none;
}

#tab-links {
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
#tab-links .nav-link {
  padding: 1rem 2rem calc(1rem + 4px);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--neutral-800);
}
#tab-links .nav-link i {
  font-size: 1.25rem;
  line-height: 1;
}
#tab-links .nav-link:hover {
  color: var(--primary-400);
}
#tab-links .nav-link.active {
  color: var(--primary-400);
  background: hsla(var(--primary-200-h), var(--primary-200-s), var(--primary-200-l), 0.1);
  box-shadow: inset 0 -4px 0 0 var(--primary-200);
}
#tab-links-content .tab-pane {
  padding: 2rem 1rem 0;
}

.box-card {
  position: relative;
  padding: 1.2rem 4.5rem 1.2rem 1.5rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 6px 6px 0 0;
  color: var(--neutral-800);
  background: #fff;
}
.box-card:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "\f0a9";
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  transform: translate3d(0, -50%, 0);
  transition: color 0.2s ease;
}
.box-card:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  width: 100%;
  background: var(--primary-200);
  transform: translate3d(0px, 10px, 0px);
  transition: transform 0.2s ease;
}
.box-card:hover {
  color: var(--neutral-800);
}
.box-card:hover:after {
  color: var(--primary-200);
}
.box-card:hover:before {
  transform: translate3d(0px, 0px, 0px);
}

.box-language {
  position: relative;
  display: inline-block;
}
.box-language > .btn {
  padding: 0.6rem 1rem;
  gap: 8px;
  font-size: 0.938rem;
  line-height: 1.5rem;
  color: var(--neutral-500);
}
.box-language > .btn i {
  font-size: 1.25rem;
  line-height: 1;
}
.box-language > .btn:hover, .box-language > .btn:focus {
  color: var(--primary-400);
  background: hsla(var(--primary-200-h), var(--primary-200-s), var(--primary-200-l), 0.2);
}
.box-language .dropdown-menu {
  min-width: 12rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.box-language .dropdown-item {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  background-image: none;
}
.box-language .dropdown-item.active {
  background: var(--primary-400);
}
.box-language .dropdown-item:active {
  background: var(--primary-200);
}

.notice-wrapper {
  padding: 0.6rem var(--spacing-showcase);
}
.notice-wrapper .nw-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notice-wrapper .nw-slider {
  flex-grow: 1;
}
.notice-wrapper .nw-slider a {
  color: var(--neutral-800);
}
.notice-wrapper .nw-slider a:hover, .notice-wrapper .nw-slider a:focus {
  color: var(--primary-400);
}
.notice-wrapper .nw-action {
  text-align: left;
}
.notice-wrapper .nw-action .btn {
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  font-size: 0.938rem;
  line-height: 1.5rem;
}
.notice-wrapper .nw-action .btn i {
  font-size: 0.938rem;
  line-height: 1;
}

.box-downloads {
  margin-bottom: 3.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.box-downloads:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.box-downloads .bd-title {
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: var(--neutral-800);
}

.bd-item-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bd-item-holder .bd-item {
  position: relative;
  padding: 25px 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 6px;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: var(--neutral-400);
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.bd-item-holder .bd-item:hover {
  box-shadow: inset 0 0 0 2px var(--primary-400);
}
.bd-item-holder .bd-download {
  padding: 0.5rem 1.125rem;
  width: 155px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 5px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #fff;
  background: var(--primary-400);
}
.bd-item-holder .bd-download i {
  font-size: 20px;
  line-height: 1;
}
.bd-item-holder .indicator {
  position: absolute;
  top: -0.625rem;
  right: 1.25rem;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--neutral-800);
  background: var(--bg-indicator);
}

.box-news-ticker {
  margin: 20px 20px 0; /* max-width: 350px;*/
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.box-news-ticker .box-news-title {
  padding: 0.8rem 1rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: var(--primary-400);
}
.box-news-ticker .box-news-holder {
  flex-grow: 1;
}
.box-news-ticker .box-news .bn-item-holder {
  width: 100%;
}
.box-news-ticker .box-news .bn-item {
  padding: 1rem 1.2rem 1rem 1rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
}
.box-news-ticker .box-news .bn-item i {
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.box-news-ticker .box-news a.bn-item:hover {
  background: hsla(var(--primary-400-h), var(--primary-400-s), var(--primary-400-l), 0.1);
}

.box-news-slider {
  --ns-width: 100vw/*1300px*/;
  --ns-duration: 20s; /* position: absolute; top: 20px; left: 0; right: 0; z-index: 50;*/
}
.box-news-slider .box-news {
  margin: 0 auto;
  padding-left: var(--ns-width);
  max-width: var(--ns-width);
  height: 50px;
  display: flex;
  align-items: center; /* border-radius: 6px; */
  overflow: hidden;
  background: #fff; /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.2);*/
}
.box-news-slider .bn-item-holder {
  padding-right: var(--ns-width);
  display: flex;
  gap: 50px;
  animation: ticker var(--ns-duration) infinite linear;
}
.box-news-slider .bn-item-holder:hover {
  animation-play-state: paused;
}
.box-news-slider .bn-item {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.card-simple {
  margin-bottom: 1.5rem;
}

.cl-cards-holder {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.cl-card {
  position: relative;
  padding: 2.2rem;
  width: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  text-align: center;
  text-decoration: none;
  color: var(--neutral-200);
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.cl-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate3d(-118%, 0, 0) skewX(-20deg);
  transition: transform 0.5s ease;
}
.cl-card .clc-icon-holder {
  position: relative;
  margin-bottom: 20px;
}
.cl-card .clc-icon-holder svg {
  height: 100px;
}
.cl-card .clc-shape-shield {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--neutral-200);
  border-radius: 50% 50% 50% 50%/12% 12% 88% 88%;
  background: #fff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
  transform: translate3d(-50%, -10px, 0);
}
.cl-card .clc-shape-shield i {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1;
}
.cl-card .clc-text-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cl-card .clc-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  transition: color 0.4s ease;
}
.cl-card .clc-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: color 0.4s ease;
}
.cl-card .clc-btn-wrapper {
  margin-top: auto;
  padding-top: 24px;
}
.cl-card .btn-action {
  padding: 10px 30px;
  border-radius: var(--border-radius);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: var(--neutral-200);
}
.cl-card:hover, .cl-card:focus {
  color: var(--neutral-200);
  text-decoration: none;
}
.cl-card:hover::before, .cl-card:focus::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}
.cl-card:hover .clc-title, .cl-card:focus .clc-title {
  color: #fff;
}
.cl-card:hover .clc-text, .cl-card:focus .clc-text {
  color: rgba(255, 255, 255, 0.75);
}
.cl-card:hover .btn-action, .cl-card:focus .btn-action {
  transition: border-color 0.4s ease, background 0.4s ease;
}

.cl-card:nth-child(1)::before {
  background: #325FE7;
}
.cl-card:nth-child(1) .clc-icon-holder .sc-1 {
  fill: #eef3fb;
  stroke: #c1d3f1;
}
.cl-card:nth-child(1) .clc-icon-holder .sc-2 {
  fill: #d6e2f5;
  stroke: #acc4ec;
}
.cl-card:nth-child(1) .clc-icon-holder .sc-3 {
  fill: #c1d3f1;
  stroke: #83a7e2;
}
.cl-card:nth-child(1) .clc-icon-holder .l-1 {
  fill: #83a7e2;
}
.cl-card:nth-child(1) .clc-shape-shield {
  border-color: #1F4DD8;
}
.cl-card:nth-child(1) .clc-shape-shield i {
  color: #1F4DD8;
  filter: drop-shadow(0px 0px 12px rgba(31, 77, 216, 0.5));
}
.cl-card:nth-child(1) .btn-action {
  border-color: #1a40b4;
  background: #325FE7;
}
.cl-card:nth-child(1):hover .btn-action, .cl-card:nth-child(1):focus .btn-action {
  border-color: #fff;
  color: #1F4DD8;
  background: #fff;
}

.cl-card:nth-child(2)::before {
  background: #50B21A;
}
.cl-card:nth-child(2) .clc-icon-holder .sc-1 {
  fill: #f3f8ef;
  stroke: #d3e8c7;
}
.cl-card:nth-child(2) .clc-icon-holder .sc-2 {
  fill: #e2f0d9;
  stroke: #c5e1b5;
}
.cl-card:nth-child(2) .clc-icon-holder .sc-3 {
  fill: #d3e8c7;
  stroke: #A9D291;
}
.cl-card:nth-child(2) .clc-icon-holder .l-1 {
  fill: #A9D291;
}
.cl-card:nth-child(2) .clc-shape-shield {
  border-color: #449E12;
}
.cl-card:nth-child(2) .clc-shape-shield i {
  color: #449E12;
  filter: drop-shadow(0px 0px 12px rgba(68, 158, 18, 0.5));
}
.cl-card:nth-child(2) .btn-action {
  border-color: #34790e;
  background: #50B21A;
}
.cl-card:nth-child(2):hover .btn-action, .cl-card:nth-child(2):focus .btn-action {
  border-color: #fff;
  color: #449E12;
  background: #fff;
}

.cl-card:nth-child(3)::before {
  background: #8F4DDF;
}
.cl-card:nth-child(3) .clc-icon-holder .sc-1 {
  fill: #f6f1fb;
  stroke: #d7c5f0;
}
.cl-card:nth-child(3) .clc-icon-holder .sc-2 {
  fill: #e5d9f5;
  stroke: #cab0eb;
}
.cl-card:nth-child(3) .clc-icon-holder .sc-3 {
  fill: #d7c5f0;
  stroke: #ae88e0;
}
.cl-card:nth-child(3) .clc-icon-holder .l-1 {
  fill: #ae88e0;
}
.cl-card:nth-child(3) .clc-shape-shield {
  border-color: #7C33D6;
}
.cl-card:nth-child(3) .clc-shape-shield i {
  color: #7C33D6;
  filter: drop-shadow(0px 0px 12px rgba(124, 51, 214, 0.5));
}
.cl-card:nth-child(3) .btn-action {
  border-color: #6826bb;
  background: #8F4DDF;
}
.cl-card:nth-child(3):hover .btn-action, .cl-card:nth-child(3):focus .btn-action {
  border-color: #fff;
  color: #7C33D6;
  background: #fff;
}

.cl-card:nth-child(4)::before {
  background: #F03042;
}
.cl-card:nth-child(4) .clc-icon-holder .sc-1 {
  fill: #f9ebed;
  stroke: #ecc0c4;
}
.cl-card:nth-child(4) .clc-icon-holder .sc-2 {
  fill: #f2d4d6;
  stroke: #e7acb1;
}
.cl-card:nth-child(4) .clc-icon-holder .sc-3 {
  fill: #ecc0c4;
  stroke: #DB858C;
}
.cl-card:nth-child(4) .clc-icon-holder .l-1 {
  fill: #DB858C;
}
.cl-card:nth-child(4) .clc-shape-shield {
  border-color: #DE0F22;
}
.cl-card:nth-child(4) .clc-shape-shield i {
  color: #DE0F22;
  filter: drop-shadow(0px 0px 12px rgba(222, 15, 34, 0.5));
}
.cl-card:nth-child(4) .btn-action {
  border-color: #b80c1c;
  background: #F03042;
}
.cl-card:nth-child(4):hover .btn-action, .cl-card:nth-child(4):focus .btn-action {
  border-color: #fff;
  color: #DE0F22;
  background: #fff;
}

.cl-card:nth-child(5)::before {
  background: #0193CA;
}
.cl-card:nth-child(5) .clc-icon-holder .sc-1 {
  fill: #edf5f8;
  stroke: #c4e0e9;
}
.cl-card:nth-child(5) .clc-icon-holder .sc-2 {
  fill: #d6e9f0;
  stroke: #b1d6e2;
}
.cl-card:nth-child(5) .clc-icon-holder .sc-3 {
  fill: #c4e0e9;
  stroke: #8CC2D4;
}
.cl-card:nth-child(5) .clc-icon-holder .l-1 {
  fill: #8CC2D4;
}
.cl-card:nth-child(5) .clc-shape-shield {
  border-color: #0081B1;
}
.cl-card:nth-child(5) .clc-shape-shield i {
  color: #0081B1;
  filter: drop-shadow(0px 0px 12px rgba(0, 129, 177, 0.5));
}
.cl-card:nth-child(5) .btn-action {
  border-color: #006388;
  background: #0193CA;
}
.cl-card:nth-child(5):hover .btn-action, .cl-card:nth-child(5):focus .btn-action {
  border-color: #fff;
  color: #0081B1;
  background: #fff;
}

.box-section-2col {
  overflow: hidden;
}
.box-section-2col .bs-item {
  position: relative;
  padding: 20px 50px;
}
.box-section-2col .bs-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: "";
  width: 1px;
  background-color: hsla(var(--neutral-300-h), var(--neutral-300-s), var(--neutral-300-l), 0.25);
}
.box-section-2col .bs-text {
  margin-top: 30px;
  padding-inline: 15px;
}
.box-section-2col .bs-text p {
  margin-bottom: 5px;
}
.box-section-2col .bs-text ul {
  margin-top: 5px;
}
.box-section-2col .card-titled {
  padding: 30px;
  border-radius: 20px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  transition: border 0.2s ease, background 0.2s ease;
}
.box-section-2col .card-titled:hover, .box-section-2col .card-titled:focus {
  border-color: var(--primary-200);
  background: hsla(var(--primary-200-h), var(--primary-200-s), var(--primary-200-l), 0.05);
}

.box_csoon_area {
  align-items: center;
}
.box_csoon_area .bx_csoon_text {
  margin-bottom: 30px;
}
.box_csoon_area .bx_csoon_text h5 {
  font-size: clamp(20px, 7vw, 80px);
  line-height: 1.2;
  color: var(--headers-color);
  margin-bottom: 0;
  text-align: left;
}
.box_csoon_area .bx_csoon_image {
  text-align: center;
}
.box_csoon_area .bx_csoon_image img {
  max-width: 100%;
}

.dropdown .dropdown-menu {
  --bs-dropdown-spacer: 0;
}
.dropdown .dropdown-menu-end {
  right: 0;
}

.dropdown-toggle:after {
  content: "\f078";
  margin-left: 2px;
  margin-right: -4px;
  padding-top: 2px;
  border: none;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
}

.navbar {
  padding: 4px 20px;
  flex-grow: 0;
  justify-content: space-between;
  background: var(--primary-400);
}
.navbar .navbar-brand {
  color: rgba(255, 255, 255, 0.6);
}
.navbar .navbar-collapse .collapse-holder {
  padding: 10px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column; /* align-items: flex-end;*/
}

.navbar-top {
  display: flex;
  gap: 20px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.navbar-top .ch-content {
  display: flex;
  row-gap: 10px;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ch-content img {
  width: auto;
  max-height: 70px;
}

.navbar .nav-main {
  padding: 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}
.navbar .nav-main > .nav-item > a, .navbar .nav-main > .nav-item > .btn {
  position: relative;
  margin: 0;
  padding: 0.625rem 1.25rem;
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  border-radius: var(--border-radius);
  font-size: 0.938rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s ease, background 0.2s ease;
}
.navbar .nav-main > .nav-item > a:hover, .navbar .nav-main > .nav-item > a:focus, .navbar .nav-main > .nav-item > .btn:hover, .navbar .nav-main > .nav-item > .btn:focus {
  text-decoration: none;
  color: var(--primary-400);
  background: #fff;
}
.navbar .nav-main > .nav-item.active > a, .navbar .nav-main > .nav-item.active > .btn {
  font-weight: 400;
  color: var(--primary-400);
  background: #fff;
}
.navbar .nav-main .dropdown-menu {
  min-width: 12rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.navbar .nav-main .dropdown-item {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  background-image: none;
  transition: all 0.2s ease;
}
.navbar .nav-main .dropdown-item.active {
  background: var(--primary-400);
}
.navbar .nav-main .dropdown-item:active {
  background: hsl(var(--primary-400-h), var(--primary-400-s), calc(var(--primary-400-l) + 15%));
}

.nav-top-wrapper {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: center;
}

.nav-top {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.nav-top .btn {
  padding: 8px 22px;
  height: 44px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.table {
  --bs-border-color: #cfd5db;
  text-align: left;
  background: #fff;
}
.table th {
  padding: 12px 20px;
  vertical-align: middle;
  color: var(--neutral-800);
}
.table td {
  padding: 12px 20px;
  vertical-align: middle;
  color: var(--neutral-400);
}

.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
}

.btn-solid {
  color: #fff;
  background: var(--text-dark);
}
.btn-solid:hover, .btn-solid:focus {
  color: #fff;
  background: var(--pricolor);
}
.btn-solid.btn-white {
  color: var(--primary-400);
  background: #fff;
}
.btn-solid.btn-white:hover, .btn-solid.btn-white:focus {
  color: var(--primary-800);
  background: rgba(255, 255, 255, 0.8);
}
.btn-solid.btn-main {
  color: #fff;
  background: var(--primary-400);
}
.btn-solid.btn-main:hover, .btn-solid.btn-main:focus {
  color: #fff;
  background: hsl(var(--primary-400-h), var(--primary-400-s), calc(var(--primary-400-l) - 5%));
}
.btn-solid.btn-simple {
  color: var(--primary-200);
  background: transparent;
}
.btn-solid.btn-simple:hover, .btn-solid.btn-simple:focus {
  color: var(--primary-400);
  background: hsla(var(--primary-400-h), var(--primary-400-s), var(--primary-400-l), 0.2);
}

.btn-outline {
  border: 1px solid var(--neutral-400);
  color: var(--neutral-400);
  background: hsla(var(--neutral-400-h), var(--neutral-400-s), var(--neutral-400-l), 0.1);
}
.btn-outline:hover, .btn-outline:focus {
  color: hsl(var(--neutral-400-h), var(--neutral-400-s), calc(var(--neutral-400-l) - 10%));
  background: hsla(var(--neutral-400-h), var(--neutral-400-s), var(--neutral-400-l), 0.3);
}
.btn-outline.btn-main {
  border-color: var(--primary-400);
  color: var(--primary-400);
  background: hsla(var(--primary-400-h), var(--primary-400-s), var(--primary-400-l), 0.1);
}
.btn-outline.btn-main:hover, .btn-outline.btn-main:focus {
  color: hsl(var(--primary-400-h), var(--primary-400-s), calc(var(--primary-400-l) - 10%));
  background: hsla(var(--primary-400-h), var(--primary-400-s), var(--primary-400-l), 0.3);
}
.btn-outline.btn-tertiary {
  border-color: var(--tertiary-400);
  color: var(--tertiary-400);
  background: hsla(var(--tertiary-400-h), var(--tertiary-400-s), var(--tertiary-400-l), 0.1);
}
.btn-outline.btn-tertiary:hover, .btn-outline.btn-tertiary:focus {
  color: hsl(var(--tertiary-400-h), var(--tertiary-400-s), calc(var(--tertiary-400-l) - 10%));
  background: hsla(var(--tertiary-400-h), var(--tertiary-400-s), var(--tertiary-400-l), 0.3);
}
.btn-outline.btn-quarternary {
  border-color: var(--quarternary-400);
  color: var(--quarternary-400);
  background: hsla(var(--quarternary-400-h), var(--quarternary-400-s), var(--quarternary-400-l), 0.1);
}
.btn-outline.btn-quarternary:hover, .btn-outline.btn-quarternary:focus {
  color: hsl(var(--quarternary-400-h), var(--quarternary-400-s), calc(var(--quarternary-400-l) - 10%));
  background: hsla(var(--quarternary-400-h), var(--quarternary-400-s), var(--quarternary-400-l), 0.3);
}

.modal-header-top {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--neutral-400);
}
.modal-header-top .modal-body {
  padding: 2rem;
}
.modal-header-top .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
}
.modal-header-top h2, .modal-header-top h3, .modal-header-top h4, .modal-header-top h5, .modal-header-top h6 {
  margin-bottom: 15px;
  color: var(--primary-400);
}
.modal-header-top p:last-child, .modal-header-top ul:last-child {
  margin-bottom: 0;
}

.accordion-list { /*margin: 0 auto;*/
  max-width: 900px;
  --bs-accordion-color: var(--neutral-800);
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: 6px;
  --bs-accordion-border-radius: 6px;
  --acc-list-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.accordion-list .accordion-item {
  position: relative;
}
.accordion-list .accordion-item:after {
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.accordion-list .accordion-item:last-child:after {
  display: none;
}
.accordion-list .accordion-button {
  padding: 20px 15px;
  gap: 15px;
  border-radius: 6px;
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  line-height: clamp(1.825rem, 3vw, 2.125rem);
  font-weight: 600;
  color: var(--neutral-800);
}
.accordion-list .accordion-button .text-count {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.accordion-list .accordion-button .subtext {
  margin-top: 2px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--neutral-400);
}
.accordion-list .accordion-button:after {
  content: "\f078";
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  color: var(--neutral-400);
  background: none;
  transition: transform 0.2s ease, color 0.2s ease;
}
.accordion-list .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: var(--acc-list-box-shadow);
}
.accordion-list .accordion-button:not(.collapsed) .text {
  color: var(--primary-400);
}
.accordion-list .accordion-button:not(.collapsed):after {
  color: var(--primary-400);
}
.accordion-list .accordion-button:hover {
  background: #fff;
  box-shadow: var(--acc-list-box-shadow);
}
.accordion-list .collapse-holder {
  padding: 10px 0 20px 0;
}
.accordion-list .collapse-item {
  margin-bottom: 5px;
}
.accordion-list .btn-collapse {
  padding: 10px 25px 10px 20px;
  width: 100%;
  justify-content: flex-start;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  text-align: left;
  color: var(--neutral-400);
}
.accordion-list .btn-collapse span {
  transition: all 0.2s ease;
}
.accordion-list .btn-collapse:after {
  content: "\f078";
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  transition: transform 0.2s ease, color 0.2s ease;
}
.accordion-list .btn-collapse:not(.collapsed) {
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  color: var(--primary-400);
  background: #fff;
}
.accordion-list .btn-collapse:not(.collapsed) span {
  transform: translate3d(10px, 10px, 0px);
}
.accordion-list .btn-collapse:not(.collapsed):after {
  transform: rotate(180deg);
}
.accordion-list .btn-collapse:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.accordion-list .collapse-inner-holder {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 0 0 6px 6px;
  background: #fff;
}
.accordion-list .collapse-inner-holder .btn-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 48px;
}
.accordion-list .collapse-inner-holder .btn-wrapper span {
  width: 30px;
  flex-shrink: 0;
  text-align: right;
  color: var(--neutral-300);
}
.accordion-list .collapse-inner-holder .btn {
  padding: 12px 15px; /* width: 100%;*/
  gap: 8px;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
}
.accordion-list .collapse-inner-holder .btn i {
  flex-shrink: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.accordion-tab-list {
  max-width: none;
}
.accordion-tab-list .tab-holder {
  padding: 10px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
  align-items: flex-start;
}
.accordion-tab-list .nav {
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
}
.accordion-tab-list .nav-link {
  --bs-nav-pills-link-active-bg: var(--primary-400);
  --bs-nav-link-color: var(--neutral-400);
  --bs-nav-link-hover-color: var(--primary-400);
  padding: 0.6rem 1.2rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  text-align: left;
}
.accordion-tab-list .tab-content {
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
}
.accordion-tab-list .tab-pane {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
}
.accordion-tab-list .tab-pane .tab-pane-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion-tab-list .tab-pane .tab-pane-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.accordion-tab-list .tab-pane .tab-pane-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion-tab-list .tab-pane .btn-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 48px;
}
.accordion-tab-list .tab-pane .btn-wrapper span {
  width: 30px;
  flex-shrink: 0;
  text-align: right;
  color: var(--neutral-300);
}
.accordion-tab-list .tab-pane .btn {
  padding: 12px 15px;
  gap: 8px;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
}
.accordion-tab-list .tab-pane .btn i {
  flex-shrink: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.accordion-search {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
}
.accordion-search .form-control-holder {
  position: relative;
}
.accordion-search .form-control {
  padding: 6px 15px;
  padding-right: 42px;
  height: 44px;
  font-size: 15px;
  max-width: 350px;
}
.accordion-search .btn-clear {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 5;
  padding: 2px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.accordion-search .btn-clear:before {
  display: block;
  transform: rotate(45deg);
}
.accordion-search .btn-clear:hover, .accordion-search .btn-clear:focus {
  background: hsla(var(--neutral-400-h), var(--neutral-400-s), var(--neutral-400-l), 0.1);
}

@media (min-width: 768px) {
  .navbar-brand-logo {
    flex-direction: row;
  }
  .navbar-brand-logo .logo-text {
    text-align: left;
  }
  .navbar-brand-logo .lt-title {
    margin-bottom: 2px;
  }
  .sec-module {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #showcase .sw-media {
    height: 350px;
  }
  #showcase .btn-scroll-holder {
    text-align: left;
  }
  #footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .navbar-top {
    gap: 10px 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .accordion-list .accordion-button {
    padding: 25px 25px;
  }
}
@media (min-width: 992px) {
  :root {
    --spacing-showcase: 2.5rem;
  }
  #header-top {
    text-align: left;
  }
  #header-top .box-date {
    flex-direction: row;
    justify-content: flex-end;
  }
  #header-top .box-date .date {
    display: block;
  }
  #showcase {
    flex-direction: row;
  }
  #showcase .sw-media {
    height: 400px;
  }
  #showcase .btn-scroll-holder {
    text-align: center;
  }
  #footer .box-address {
    margin-bottom: 0;
  }
  .sec-lister .sl-list-holder {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bd-item-holder .bd-item {
    width: calc(50% - 10px);
  }
  .notice-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .notice-wrapper .nw-holder {
    flex-direction: row;
  }
  .notice-wrapper .nw-slider {
    text-align: center;
  }
  .box-news-ticker {
    margin: var(--spacing-showcase) var(--spacing-showcase) 0 0;
    width: 350px;
    height: auto;
    max-height: none;
  }
  .accordion-list .accordion-button {
    padding: 30px 30px;
  }
  .accordion-list .collapse-holder {
    padding: 10px 0 20px 50px;
  }
  .accordion-list .collapse-inner-holder {
    padding: 20px 30px 30px 30px;
  }
  .accordion-tab-list .tab-holder {
    flex-direction: row;
  }
  .accordion-tab-list .nav {
    width: 240px;
  }
  .accordion-search {
    position: absolute;
    top: 4px;
    right: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .brand-holder {
    text-align: left;
  }
  .navbar-brand-logo {
    margin-bottom: 0; /* max-width: 500px;*/ /* flex-grow: 1; flex-basis: 100%; white-space: nowrap;*/
  }
  #showcase .sw-media {
    height: calc(100vh - 56px - 124px);
    max-height: 500px;
  }
  .sec-lister .sl-list-holder {
    padding-left: 35px;
    padding-right: 35px;
  }
  .bd-item-holder .bd-item {
    flex-direction: row;
    align-items: center;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar .navbar-brand {
    display: none;
  }
  .navbar .navbar-collapse .collapse-holder {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .dropdown:hover .dropdown-toggle {
    color: var(--primary-400);
    background: #fff;
  }
  .navbar-top {
    justify-content: space-between;
  }
  .navbar .nav-main {
    flex-direction: row;
    justify-content: flex-start;
  }
  .nav-top-wrapper {
    align-items: flex-end;
  }
  .nav-top {
    justify-content: flex-end;
    gap: 0.3rem;
  }
  .nav-top .btn {
    padding: 6px 10px;
    height: 40px;
    font-size: 0.875rem;
  }
  .nav-top > .nav-item:last-child {
    position: relative;
    margin-left: calc(50px - 0.5rem);
  }
  .nav-top > .nav-item:last-child:before {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -25px;
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
  }
  .accordion-tab-list .tab-pane {
    padding: 20px 30px 30px 30px;
  }
}
@media (min-width: 1400px) {
  .sec-lister .sl-list-holder {
    padding-left: 50px;
    padding-right: 50px;
  }
  .nav-top {
    gap: 0.5rem;
  }
  .nav-top .btn {
    padding: 8px 22px;
    height: 44px;
    font-size: 0.9375rem;
  }
}