:root {
  --color-gray-900: #0c0c10;
  --color-gray-800: #181820;
  --color-gray-700: #242430;
  --color-gray-600: #303040;
  --color-gray-500: #3c3c50;
  --color-gray-400: #636373;
  --color-gray-300: #8a8a96;
  --color-gray-200: #b1b1b9;
  --color-gray-100: #d8d8dc;
  --color-gray-50: #ececee;

  --color-secondary-900: #1a3995;
  --color-secondary-800: #153cbe;
  --color-secondary-700: #1544ed;
  --color-secondary-600: #2054ff;
  --color-secondary-500: #417cff;
  --color-secondary-400: #65a2ff;
  --color-secondary-300: #90c6ff;
  --color-secondary-200: #badeff;
  --color-secondary-100: #d9eeff;
  --color-secondary-50: #eaf6ff;

  --color-primary-900: #001d16;
  --color-primary-800: #003a2b;
  --color-primary-700: #005641;
  --color-primary-600: #007356;
  --color-primary-500: #00906c;
  --color-primary-400: #33a689;
  --color-primary-300: #66bca7;
  --color-primary-200: #99d3c4;
  --color-primary-100: #e6f4f0;
  --color-primary-50: #e6f4f0;

  --color-white: #ffffff;
  --color-black: #1a1a1a;
  --color-silver: #f4f4f6;

  --gap8: 0.5rem;
  --gap12: 0.75rem;
  --gap16: 1rem;
  --gap20: 1.25rem;
  --gap24: 1.5rem;
  --gap28: 1.75rem;
  --gap32: 2rem;
  --gap40: 2.5rem;
  --gap48: 3rem;
  --gap64: 4rem;
  --gap80: 5rem;

  --radius16: 1rem;
  --radius24: 1.5rem;
  --radius32: 2rem;
  --radius40: 2.5rem;
  --radius80: 5rem;
}

html {
  scroll-behavior: smooth;
  /* 14px / 16px = 0.875 */
  font-size: 87.5%;
}

html.acc_display img,
html.acc_display .absolute-bg-cover,
html.acc_display .loan-card-image,
html.acc_display video {
  filter: invert(1) !important;
}

html.acc_link a {
  position: relative;
}

html.acc_link a:after {
  width: 100%;
  background: var(--color-secondary-400);
  content: "";
  height: 100%;
  left: 0%;
  top: 0;
  position: absolute;
  /* right: 51%; */
  transition-duration: 0.3s;
  transition-property: left, right, opacity;
  transition-timing-function: ease-out;
  z-index: -1;
}

html.acc_cursor body {
  cursor: url("../images/cursor.svg"), auto;
}

html.acc_space {
  letter-spacing: 1px;
}

html.acc_title h1,
html.acc_title h2,
html.acc_title h3,
html.acc_title h4,
html.acc_title h5,
html.acc_title h6 {
  letter-spacing: 2px;
}

html.acc_size {
  font-size: 18px;
  /* Үндсэн rem хэмжээг өөрчилнө */
}

html.acc_display .accessibility-item-display,
html.acc_link .accessibility-item-link,
html.acc_cursor .accessibility-item-cursor,
html.acc_space .accessibility-item-space,
html.acc_size .accessibility-item-size,
html.acc_title .accessibility-item-title {
  background-color: var(--color-gray-800) !important;
  color: #fff !important;
}

html.acc_display .accessibility-item-display path,
html.acc_link .accessibility-item-link path,
html.acc_space .accessibility-item-space path,
html.acc_title .accessibility-item-title path,
html.acc_size .accessibility-item-size path {
  fill: #fff !important;
}

html.acc_cursor .accessibility-item-cursor path {
  stroke: #fff;
}

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;

  -webkit-font-smoothing: antialiased;
  margin: 0;
  user-select: none;
  background-color: var(--color-white);
  color: var(--color-gray-900);

  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 120%;
  /* 76.8px */
}

h3 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 120%;
  /* 57.6px */
}

h4 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 120%;
}

h5 {
  font-size: 2rem;
  /* font-size: 1.8rem; */
  font-weight: 800;
  line-height: 140%;
  /* 44.8px */
}

h6 {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 140%;
}

.text-small,
small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* 142.857% */
}

.text-small b,
small b {
  font-weight: 600;
}

.text-large {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  /* 150% */
}

.text-medium {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45rem;
  /* 155.556% */
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.w-100 {
  width: 100%;
}

a {
  /* -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; */
  /* color: #002f49; */
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: unset;
  text-decoration: none;
  color: #000;
}

.t-all {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.t-width {
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.t-color {
  -webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  -o-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.absolute-bg-cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vc_row {
  /* margin-left: 0 !important;
  margin-right: 0 !important; */
}

.vc_column-inner {
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}

.vc_row {
  visibility: hidden;
}

.vc_row.vc_row-stretch {
  visibility: visible;
}

.vc_row {
  transition: none !important;
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  /* Ensure full height for each column container */
}

.vc_row.vc_row-o-equal-height .vc_column-inner {
  height: 100% !important;
  /* Make inner column fill the height */
  display: flex !important;
  /* Use flexbox to handle child elements */
  flex-direction: column !important;
  /* Ensure vertical layout */
  justify-content: space-between !important;
  /* Optionally adjust content layout */
}

.gap40 .row,
.gap40 .vc_row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.gap40 .row [class^="col"],
.gap40 .vc_column_container>.vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

/* container */
.container {
  max-width: 1530px;
}

.container-withoutpad {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.container-1200 {
  /* max-width: 1200px; */
  max-width: calc(1200px + 2rem);
  width: 100%;
  margin: 0 auto;

  padding-left: 1rem;
  padding-right: 1rem;
}

.container-news {
  max-width: calc(1110px + 2rem);
  width: 100%;
  margin: 0 auto;

  padding-left: 1rem;
  padding-right: 1rem;
}

.container-small {
  max-width: calc(960px + 2rem);
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

@media (max-width: 1600px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    max-width: 1400px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-withoutpad {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 1400px;
  }
}

.ratio-wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}

.ratio-wrap img {
  width: 100%;
  height: auto;
}

.header-space {
  display: block;
  height: 10rem;
}

/* -- START Components & paragraph -- */
.fw-bold {
  font-weight: bold !important;
}

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

.fw-normal {
  font-weight: normal !important;
}

/* color */
.text-primary {
  color: var(--color-secondary-500) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.text-dark {
  color: var(--color-gray-900) !important;
}

.text-gray {
  color: var(--color-gray-500) !important;
}

.text-dot {
  color: var(--color-gray-300) !important;
}

.bg-gray {
  background-color: var(--color-silver) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-dark {
  background-color: var(--color-gray-800) !important;
}

/* Button */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}

/* size */
.btn,
.btn-md {
  height: 40px;
  padding: 10px 16px;
  gap: 8px;
  border-radius: 14px;
  /* text */
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
}

.btn-sm {
  height: 36px;
  padding: 8px 12px;
  gap: 6px;
  border-radius: 12px;
  /* text */
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
}

.btn-lg {
  height: 44px;
  padding: 10px 18px;
  gap: 8px;
  border-radius: 16px;
  /* text */
  font-weight: 700;
  font-size: 13px;
  /* font-size: 1rem; */
  line-height: 24px;
}

.btn-xl {
  height: 48px;
  padding: 12px 20px;
  gap: 8px;
  border-radius: 18px;
  /* text */
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
}

.btn-2xl {
  height: 56px;
  padding: 14px 28px;
  gap: 12px;
  border-radius: 1.25rem;
  /* text */
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 28px;
}

/* only icon */
.btn-icon.btn,
.btn-icon.btn-md {
  min-width: 40px;
  max-width: 40px;
  padding: 10px;
}

.btn-icon.btn-sm {
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  padding: 4px;
}

.btn-icon.btn-lg {
  min-width: 44px;
  max-width: 44px;
  padding: 12px;
}

.btn-icon.btn-xl {
  min-width: 48px;
  max-width: 48px;
  padding: 14px;
}

.btn-icon.btn-2xl {
  min-width: 56px;
  max-width: 56px;
  padding: 16px;
}

.btn-icon.rounded {
  border-radius: 100% !important;
}

/* colors */
.btn-gray {
  color: var(--color-gray-700);
  background-color: var(--color-gray-50);
}

.btn-info {
  border: none;
}

.btn-info {
  color: var(--color-primary-500);
  background-color: var(--color-primary-50);
}

.btn-info:hover {
  color: var(--color-primary-500);
  background-color: var(--color-primary-100);
}

.btn-primary {
  color: var(--color-white);
  background-color: var(--color-primary-500);
}

.btn-primary:hover {
  background-color: var(--color-primary-600);
}

.btn-secondary {
  color: var(--color-white);
  background-color: var(--color-secondary-500);
}

.btn-secondary:hover {
  background-color: var(--color-secondary-600);
}

.btn-white {
  color: var(--color-gray-700);
  background-color: var(--color-white);
}

.btn-white {
  color: var(--color-gray-700);
  background-color: var(--color-gray-50);
}

.btn-ghost-gray {
  color: var(--color-gray-700);
}

.btn-ghost-gray:hover {
  color: var(--color-gray-700);
  background-color: var(--color-gray-50);
}

.btn-outline-gray {
  color: var(--color-gray-700);
  border: 1px solid var(--color-gray-100);
}

.btn-outline-gray:hover {
  color: var(--color-gray-700);
  border-color: var(--color-gray-100);
  background: var(--color-gray-50);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: inherit;
  border-color: inherit;
  opacity: 0.2;
}

.btn-outline-dark {
  color: var(--color-gray-900);
  border: 1px solid var(--color-gray-100);
}

.btn-outline-dark:hover {
  color: var(--color-gray-900);
  border-color: var(--color-gray-100);
  background: var(--color-gray-50);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: inherit;
  border-color: inherit;
  opacity: 0.2;
}


.btn-outline-light {
  color: var(--color-white);
  border: 1px solid var(--color-gray-400);
}

.btn-outline-secondary {
  color: var(--color-secondary-500);
  border: 1px solid var(--color-gray-100);
}

.btn-outline-secondary:hover {
  color: var(--color-secondary-600);
  border-color: var(--color-secondary-500);
  background: transparent;
}

/* spaces & gap */
.space {
  display: block;
  width: 100%;
  height: var(--gap32);
}

.space-8 {
  height: var(--gap8);
}

.space-12 {
  height: var(--gap12);
}

.space-16 {
  height: var(--gap16);
}

.space-24 {
  height: var(--gap24);
}

.space-32 {
  height: var(--gap32);
}

.space-40 {
  height: var(--gap40);
}

.space-48 {
  height: var(--gap48);
}

.space-64 {
  height: var(--gap64);
}

.space-80 {
  height: var(--gap80);
}

.gap8 {
  gap: var(--gap8);
}

.gap12 {
  gap: var(--gap12);
}

.gap16 {
  gap: var(--gap16);
}

.gap24 {
  gap: var(--gap24);
}

.gap32 {
  gap: var(--gap32);
}

.gap40 {
  gap: var(--gap40) !important;
}

.gap48 {
  gap: var(--gap48);
}

.gap64 {
  gap: var(--gap64);
}

.gap80 {
  gap: var(--gap80);
}

/* -- END Components -- */

/* s */
/* -- START Header -- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 16px 0;
  z-index: 99;
}

.site-header-wrap {
  padding: 18px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-gray-50);

  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
  border-radius: var(--gap32);
  backdrop-filter: blur(6px);
}

.site-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-brand-logo svg,
.site-brand-logo img {
  height: 34px;
  width: auto;
  margin-bottom: 5px;
  margin-left: 5px;
}

.header {
  background-color: #f6f2eb;
  color: #000000;
  position: fixed;
  font-size: 1.125rem;
  width: 100%;
  z-index: 90;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.header-top {
  background-color: #003266;
  color: #fff;
  height: 44px;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav>li {
  padding-bottom: 25px;
}

.nav>li:hover>a {
  color: var(--color-gray-700);
  background-color: var(--color-gray-50);
}

.nav>li:hover .sub-menu.depth0 {
  display: flex;
}

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-menu.depth0 {
  position: absolute;
  display: none;
  margin-top: 25px;
  /* transform: translateY(25px); */
  /* margin-top: var(--gap20); */
  /* display: flex; */
  padding: var(--gap32);
  align-items: flex-start;
  gap: var(--gap40);

  border-radius: var(--radius32);
  background-color: var(--color-white);

  /* Dark/xl */
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.sub-menu.depth0>li {
  padding-right: var(--gap32);
  border-right: 1px solid var(--color-gray-50);
}

.sub-menu.depth0>li:last-child {
  padding-right: 0;
  border: none;
}

.sub-menu.depth0>li>a {
  color: var(--color-gray-300);
  padding-left: var(--gap20);
  padding-right: var(--gap24);
  margin-bottom: var(--gap16);
}

.sub-menu.depth1 {
  width: 380px;
}

.sub-menu.depth1>li>a {
  height: auto !important;
  padding: var(--gap20) !important;

  color: var(--black, #1a1a1a);

  /* Text/Medium/Bold */
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 155.556% */
}

.sub-menu.depth1>li>a:hover {
  background-color: var(--color-silver);
}

.sub-menu.depth1>li>a svg,
.sub-menu.depth1>li>a img {
  width: 20px;
  height: 20px;
}

/* search */
.site-search-wrap {
  margin-top: 1px;
  padding: var(--gap32);
  flex: 1 0 0;
  border-radius: var(--gap32);
}

.search-input-wrap {
  height: 52px;
  padding: var(--gap16) var(--gap20) var(--gap16) var(--gap32);

  border-radius: var(--radius24);
  border: 1px solid var(--color-gray-100);
  background: var(--color-gray-50);
}
.dark-header 
.search-input-wrap {
  border: 1px solid var(--color-gray-500);
  background: var(--color-gray-600);
}

.search-abs-input {
  position: absolute;
  inset: 0;
  outline: none;
  border: none;
  background-color: transparent;
  padding-left: var(--gap80);
  padding-right: var(--gap80);

  color: var(--color-gray-900);

  font-size: 1rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}

.search-abs-input::placeholder {
  color: var(--color-gray-300);
  font-weight: 500;
}

.search-abs-input::-moz-placeholder {
  color: var(--color-gray-300);
  font-weight: 500;
}

.search-abs-input::-webkit-input-placeholder {
  color: var(--color-gray-300);
  font-weight: 500;
}

.lang-btn {
  position: relative;
}

.lang-btn:hover .lang-menu {
  display: block;
}

.lang-menu {
  min-width: 160px;
  display: none;
  position: absolute;
  right: -25px;
  padding-top: 65px;
}

.lang-box {
  padding: var(--gap12);
  align-items: flex-start;
  gap: var(--gap40);
  border-radius: var(--radius32);
  background-color: var(--color-white);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.lang-item {
  height: auto !important;
  padding: var(--gap20) !important;
  color: var(--black, #1a1a1a);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  text-align: center;
  border-radius: var(--radius24);
}

.lang-item.current {
  background-color: var(--color-silver);
}

.header-btn svg {
  max-height: 100%;
}

.header-btn:hover path {
  fill: var(--color-primary-500);
}

.header-btn2:hover path {
  stroke: var(--color-primary-500);
}

.dark-header .header-btn2 svg path {
  stroke: var(--color-white);
}

.header-btn.btn-primary:hover path {
  fill: var(--color-white);
}

/* dark style */
.in-black,
.dark-header .in-white {
  display: none;
}

.dark-header .in-black {
  display: inline-block;
}

.dark-header .site-header-wrap {
  background: var(--color-gray-700);
  border: transparent;
}

.dark-header .btn-ghost-gray {
  color: var(--color-gray-400);
}

.dark-header .sub-menu.depth0 {
  background: var(--color-gray-700);
  /* Dark/xl */
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.dark-header .sub-menu.depth0>li>a {
  color: var(--color-gray-400);
}

.dark-header .sub-menu.depth1>li>a {
  color: var(--color-white);
}

.dark-header .sub-menu.depth1>li>a svg path {
  fill: var(--color-white) !important;
}

.dark-header .sub-menu.depth1>li>a:hover {
  background-color: var(--color-gray-400);
}

.dark-header .sub-menu.depth0>li {
  border-right: 1px solid var(--color-gray-400);
}

.dark-header .sub-menu.depth0>li:last-child {
  padding-right: 0;
  border: none;
}

.dark-header .btn-outline-secondary {
  border: 1px solid var(--color-gray-600);
}

.dark-header .btn-outline-secondary svg path {
  fill: #fff;
}

.dark-header .site-search-wrap {
  background: var(--color-gray-700) !important;
}

.dark-header .search-ifnput-wrap {
  border-color: var(--color-gray-500);
  background: var(--color-gray-600);
}

.dark-header .search-abs-input {
  color: var(--color-white);
}

.white-icon,
.dark-header .black-icon {
  display: none;
}

.dark-header .white-icon {
  display: block;
}

.dark-header .header-btn svg path {
  fill: #ffffff;
}

.dark-header .header-btn:hover svg path {
  fill: var(--color-primary-600);
}

/* -- END Header -- */

/* -- START Footer -- */
.footer {
  font-weight: 500;
  padding-top: 64px;
  padding-bottom: 120px;

  background: var(--color-gray-800);
  color: var(--color-gray-200);

  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}

.footer-content-wrap,
.footer-content-wrap a {
  color: var(--color-gray-200);
}

.footer-content-wrap {
  gap: var(--gap48);
}

.footer-content-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu-wrap {
  display: flex;
  width: 100%;
  gap: var(--gap24);
  /* justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: var(--gap16); */
}

.footer-menu-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap48);
  /* max-width: 240px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

   */
}

.footer-menu-wrap ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap8);
}

.footer-menu-wrap ul li:first-child a {
  font-weight: 700;
  color: var(--color-white);
  position: relative;
  display: block;
  cursor: default;
}

.footer-menu-wrap a {
  color: var(--color-gray-200);
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  /* 150% */
}

.footer-content-wrap a:hover {
  text-decoration: underline;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: var(--gap48);
  width: 100%;
  padding-top: var(--gap24);
  padding-bottom: var(--gap24);

  border-top: 1px solid var(--color-gray-600);



}

.footer-info ul {
  display: flex;
  justify-content: end;
  gap: 24px;
}

.footer-info ul li {
  display: inline-block;
}

.footer-info ul li a {
  white-space: nowrap;
}

.footer-logo img {
  height: 32px;
}

.footer .social-link {
  display: flex;
}

.footer .social-link svg {
  width: 18px;
  height: 18px;
}

.footer .social-link:hover path {
  fill: var(--color-white);
}

/* -- END Footer -- */

.icon-fill.icon-primary {
  fill: var(--color-primary-500);
}

.icon-stroke.icon-primary {
  stroke: var(--color-primary-500);
}

/* -- START Blue icon -- */
.blue-page .btn-primary,
.blue-page .scrolltotop-wrap .btn-primary {
  color: var(--color-white);
  background-color: var(--color-secondary-500);
}

.blue-page .rating-starts .filled {
  fill: var(--color-secondary-500);
}

.blue-page .rating-starts-flat .filled {
  fill: var(--color-secondary-500);
}

.blue-page .rating-starts svg path {
  stroke: var(--color-secondary-500);
}

.blue-page .toolbar-wrap .icon-stroke {
  stroke: var(--color-secondary-500);
}

.blue-page .toolbar-wrap .icon-fill {
  fill: var(--color-secondary-500);
}

.blue-page .feedback-navigator-wrap .icon-fill {
  fill: var(--color-secondary-500);
}

.blue-page .header-btn:hover path {
  fill: var(--color-secondary-500);
}

.blue-page .header-btn.btn-primary:hover path {
  fill: var(--color-white);
}

.blue-page .icon-fill {
  fill: var(--color-secondary-500);
}

.blue-page .rating-info-box-star .filled {
  fill: var(--color-secondary-500);
}

.blue-page .progress-bar {
  background-color: var(--color-secondary-500);
}

.blue-page .rating-star path {
  stroke: var(--color-secondary-200) !important;
}

.blue-page .rating-star.active path {
  stroke: var(--color-secondary-500) !important;
}

.blue-page .rating-star.active {
  fill: var(--color-secondary-500);
}

/* -- END Blue icon -- */


/* -- START FIXED -- */
.toolbar-wrap,
.scrolltotop-wrap,
.feedback-navigator-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  gap: var(--gap12);
  bottom: var(--gap32);
  z-index: 99;
}

.toolbar-wrap {
  left: 50%;
  transform: translateX(-50%);
}

.toolbar-wrap {
  padding: 8px;
  border-radius: 1.25rem;
  border: 1px solid var(--color-gray-50);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(16px);
}

.toolbar-wrap .btn-sm {
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
}



.btn-chat.active {
  color: var(--color-gray-700);
  background-color: var(--color-gray-50);
}


.sub-chats {
  position: absolute;
  bottom: 54px;
  display: flex;
  gap: var(--gap8);
  flex-direction: column;
  padding-bottom: var(--gap12);

  transition: all 0.2s ease;
  transform: translateY(30px);
  visibility: hidden;
}

.btn-chat.active .sub-chats {
  /* display: flex; */
  transform: translateY(0);
  visibility: visible;
}

.sub-chats a {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
}

.sub-chats img {
  max-width: 100%;
}

.sub-chats .chat-qr {
  display: none;
  position: absolute;
  background-color: var(--color-white);
  padding: var(--gap12);
  border-radius: var(--radius16);
  width: 140px;
  height: 140px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.sub-chats a:hover .chat-qr {
  display: block;
}

.toolbar-wrap .icon-stroke {
  stroke: var(--color-primary-500);
}

.toolbar-wrap .icon-fill {
  fill: var(--color-primary-500);
}

.scrolltotop-wrap {
  right: auto;
}

.scrolltotop-wrap .btn-2xl {
  min-width: 54px !important;
  max-width: 54px !important;
  height: 54px;
}

.feedback-navigator-wrap {
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);

  padding: var(--gap12);

  background: rgba(255, 255, 255, 0.95);
  border-top-left-radius: var(--radius24);
  border-bottom-left-radius: var(--radius24);
  border: 1px solid var(--color-gray-50);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(16px);

  color: var(--color-gray-700);
  display: flex;
  gap: var(--gap12);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feedback-navigator-wrap small {
  position: relative;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.feedback-navigator-wrap .icon-fill {
  fill: var(--color-primary-500);
}

/* -- END FIXED -- */

.page-wrap {
  user-select: text;
}

.page-content {
  font-weight: 600;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* -- START Video cover -- */
.video-cover-wrap,
.video-cover-overlay,
.video-cover-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.video-cover-overlay {
  z-index: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.video-cover-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.video-cover-video.blackwhite video {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}

/* -- END Video cover -- */

/* -- START Main slider -- */
.hero-slider-wrap {
  padding-top: 14rem;
  padding-bottom: 160px;
  margin-left: -5rem;
  margin-right: -5rem;
  height: 100vh;
  max-height: 1080px !important;
  gap: var(--gap48);
}

.hero-slider {
  width: 100%;
  padding-bottom: 36px;
}

.hero-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
}

.hero-slider .swiper-pagination {
  bottom: 0 !important;
  line-height: 12px;
}

.hero-slider .swiper-pagination-bullet {
  background-color: var(--color-black);
  opacity: 0.25;
  width: 12px;
  height: 12px;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .slide-item {
  /* slide item */
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  transition: all 0.3s ease-out;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  transform: scale(0.77145);
  box-shadow: 0px 3.2px 12.8px 3.2px rgba(0, 0, 0, 0.05);
}

.hero-slider .swiper-slide-active .slide-item {
  width: 360px;
  transform: scale(1);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
}

.hero-slider .slide-item-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 29.81%);
}

.hero-slider .swiper-slide-active .slide-item-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 29.81%);
}

.hero-slider .slide-item-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-align: left;
  padding: var(--gap24) var(--gap32);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.hero-slider .slide-item-more {
  font-size: 14px;
  display: flex;
  padding: var(--gap16);
  align-items: center;
  gap: var(--gap16);
  align-self: stretch;

  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  line-height: 1.25rem;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  color: var(--color-gray-100);
  display: none;
  top: 45%;
}

.hero-slider .slide-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {

  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    display: block;
  }
}

.wordslide-wrap {
  height: 50px;
  margin: 0 auto;

  display: inline-flex;
  align-items: center;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 50px;
  position: relative;
}

/* .wordslide-dot {
  letter-spacing: -11px;
  color: #6f7d9b;
  width: 0;
  right: 0;
  position: absolute;
  white-space: nowrap;
} */
.wordslide-text {
  white-space: nowrap;
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size: 39px;
  font-weight: 900;
  color: #171336;
  width: 100%;
  text-align: center;
}

.ws-hiddentext {
  width: auto;
  height: 0px;
  overflow: hidden;
  font-size: 39px;
  font-weight: 900;
}

.wordslide-slider {
  width: 100%;
  height: 100%;

  position: absolute;
  left: 0;

  width: 0;
  transform: skewX(-6deg);
  animation: sliderAnimate 4s ease-in-out infinite;

  border-right: 12px solid var(--color-primary-500);
  background: var(--color-primary-600);
  background: linear-gradient(90deg, rgba(0, 115, 86, 0) 0%, rgba(0, 115, 86, 0.2) 100%);
}

@keyframes sliderAnimate {
  0% {
    width: 0%;
  }

  11% {
    width: 100%;
  }

  72% {
    width: 100%;
  }

  83% {
    width: 0%;
  }

  100% {
    width: 0;
  }
}

.ws-text1 {
  width: 0;
  overflow: hidden;
  animation: text1Animate 8s ease infinite;
}

.ws-text2 {
  width: 0;
  margin-top: -50px;
  overflow: hidden;
  animation: text1Animate 8s ease infinite;
  animation-delay: 4s;
}

@keyframes text1Animate {
  0% {
    width: 0%;
  }

  8% {
    width: 100%;
  }

  36% {
    width: 100%;
  }

  40% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes text2Animate {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  25% {
    width: 0;
  }

  30% {
    width: 0;
  }

  33% {
    width: 100%;
  }

  40% {
    width: 100%;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

/* -- END Main slider -- */

.product-intro-row {
  display: flex;
  gap: var(--gap64);
}

.product-intro-col1 {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: var(--gap32);
}

.product-intro-col2 {
  width: 400px;
}

.product-intro-col2 img {
  max-width: 100%;
}

.product-intro-info {
  color: var(--color-gray-500);
}

.product-intro-info h1,
.product-intro-info h5,
.product-intro-info h3 {
  color: var(--color-gray-900);
}

.loan-card-info,
.loan-card-info .text-medium,
.product-intro-info,
.product-intro-info .text-medium {
  font-size: 15px;
  line-height: 1.5;
}

/* -- START Loan card -- */
.loan-card {
  padding: var(--gap40) var(--gap80);

  display: flex;
  padding: var(--gap40) var(--gap40) var(--gap40) var(--gap80);
  align-items: center;
  align-self: stretch;
  gap: var(--gap40);

  border-radius: var(--gap40);
  background: var(--color-gray-700);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
}

.loan-card.white {
  box-shadow: none;
  background-color: var(--color-white);
}

.loan-card.white .loan-card-info {
  color: var(--color-gray-500);
}

.loan-card-info {
  flex: 1;
  color: var(--color-gray-100);
}

.loan-card-info small {
  color: var(--color-gray-300);
}

.loan-card-image {
  width: 640px;
  border-radius: var(--radius24);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.loan-card-image img {
  height: auto;
}

.loan-slider {
  padding-bottom: var(--gap40);
}

.loan-slider .swiper-pagination {
  bottom: 0 !important;
  line-height: 8px;
}

.loan-slider .swiper-pagination-bullet {
  background-color: var(--color-white);
  margin: 0 4px !important;
  opacity: 0.5;
  width: 8px;
  height: 8px;
}

.loan-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

/* -- END Loan card -- */

/* -- START News card -- */
.news-slider .swiper-slide {
  /* width: 360px; */
}

.news-card {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
  border: none;
  background: var(--color-silver);
  font-size: 0.875rem;
  background-color: var(--color-white);
}

.news-card .card-body {
  padding: var(--gap16) var(--gap24);
}

.news-card .card-label {
  color: var(--color-gray-400);
}

.news-card .card-title {

  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;

  overflow: hidden;
  color: var(--color-gray-500);
  text-overflow: ellipsis;
}

.news-card:hover .card-title {
  color: var(--color-gray-900);
}



/* -- END News card -- */

/* -- START Timline slider -- */
.timeline-card .card-body {
  background-color: #f4f4f6;
}

.timeline-card .overlay,
.timeline-card .year {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-card .year {
  z-index: 4;
}

.timeline-card .overlay {
  z-index: 3;
  background-color: var(--color-gray-900);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline-card:hover .overlay {
  opacity: 0.4;
}

.news-slider .swiper-pagination,
.timeline-slider .swiper-pagination {
  bottom: 0 !important;
  line-height: 8px;
}

.news-slider .swiper-pagination-bullet,
.timeline-slider .swiper-pagination-bullet {
  background-color: var(--color-gray-900);
  margin: 0 4px !important;
  opacity: 0.5;
  width: 8px;
  height: 8px;
}

.news-slider .swiper-pagination-bullet-active,
.timeline-slider .swiper-pagination-bullet-active {
  opacity: 1;
}




/* 
/* -- END Timline slider -- */

/* -- START Page head -- */
.page-head-wrap {
  height: 800px;
}

.page-head-wrap.job {
  height: auto;
  min-height: 300px;
}

.page-title-wrap {
  padding-left: var(--gap32);
}

.page-title {
  /* font-size: 48px;
  line-height: 1.4;
  font-weight: 800; */

  font-size: 2.8rem;
  font-weight: 800;
  line-height: 120%;
}

.page-title.job {
  text-align: center;
  font-size: 2.8rem;
}

.page-title.s39 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 120%;
}

.custom-page-title .cdesc {
  color: var(--color-gray-500);
}

.page-head-desc {
  color: var(--color-gray-500);
}

.text-white .page-head-desc {
  color: #fff !important;
}

/* -- END Page head -- */

/* -- START Support page head -- */
.support-head-container {
  background-color: #181824;
}

.support-head-container .absolute-bg-cover {
  opacity: 0.5;
}

.support-head-wrap {
  height: 880px;
  padding-top: 152px;
  padding-bottom: var(--gap80);
}

.support-head-wrap.small {
  height: 480px;
}

.support-head-wrap.small h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
}

.support-input-wrap {
  /* margin-left: auto;
  margin-right: auto; */
  max-width: 1000px;
  width: 100%;
  height: 5rem;
  padding: var(--gap28) var(--gap12) var(--gap28) var(--gap32);

  border-radius: var(--radius80);

  background: var(--color-gray-700);
}

.support-abs-input {
  position: absolute;
  inset: 0;
  outline: none;
  border: none;
  background-color: transparent;
  padding-left: var(--gap80);
  padding-right: var(--gap80);

  color: var(--color-white);

  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}

.support-abs-input::placeholder {
  color: var(--color-gray-300);
  font-weight: 500;
}

.support-abs-input::-moz-placeholder {
  color: var(--color-gray-300);
  font-weight: 500;
}

.support-abs-input::-webkit-input-placeholder {
  color: var(--color-gray-300);
  font-weight: 500;
}

.support-menu {
  padding: 0;
  list-style: none;
}

.support-menu .btn-dark {
  background-color: var(--color-gray-700);
}

/* -- END Support page head -- */

/* -- START Box -- */
.box-wrap {
  padding: var(--gap40);
  border-radius: var(--radius40);
  color: var(--color-gray-800);
}

.box-wrap h1 {
  font-size: 17px;
  color: var(--color-gray-900);
}

.box-wrap h5,
.box-wrap h6 {
  color: var(--color-gray-900);
  font-size: 17px;
}

.box-wrap.white {
  background-color: var(--color-white);
}

.box-wrap.gray {
  background-color: var(--color-silver);
}

.box-icon {
  max-width: 40px;
  max-height: 40px;
}

.box-big {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* text-align: center; */
  justify-content: space-between;
  gap: var(--gap32);
  height: 240px;
  color: var(--color-gray-500);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-height: 160px;
}

.box-big .box-titlew-wrap {
  min-height: auto !important;
}

.box-small-square {
  /* min-height: 280px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1;
  max-height: 190px;
  width: 100%;
}

.box-small-wide {
  min-height: 160px;
  display: flex;
  gap: var(--gap24);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.box-small-wide h6 {
  font-size: 17px;
  line-height: 1.2;
}

.box-small-wide .text-large {
  font-size: 14px;
  line-height: 1.4;
}

.box-small-wide .space {
  height: 8px !important;
}

.box-titlew-wrap {
  min-height: 50px;
}

/* -- END Box -- */

/* -- START Box -- */
.content-image {
  width: auto;
  max-width: 100%;
  border-radius: var(--radius40);
}

/* -- END Box -- */

/* -- START Partners logo -- */
.partners-logo-wrap {
  overflow: hidden;
  border-radius: var(--radius40);
  gap: var(--gap48);
  padding: var(--gap64);
  background-color: var(--color-white);

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.partners-logo-wrap .swiper-slide{
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}
.partners-logo-wrap .swiper-slide{
  text-align: center;
}
.partners-logo-wrap .swiper-slide:hover{
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
}
.partners-logo-wrap .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
}

/* -- END Partners logo -- */


.bounce {
  display: flex;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  animation-delay: 3s;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.25em; }
    70% { top: -0.4em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.25em; }
    70% { top: -0.4em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.25em; }
    70% { top: -0.4em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.25em; }
    70% { top: -0.4em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.25em; }
    70% { top: -0.4em; }
    100% { top: 0; }
}

/* -- START Modal -- */
.modal-content {
  border-radius: var(--radius40);
  /* border: 1px solid var(--color-gray-500); */
  background: var(--color-white);
  border: none;
}

.modal-closer {
  position: absolute;
  right: var(--gap40);
  top: var(--gap40);
  cursor: pointer;
  z-index: 99;
  transform: translateY(-50%) translateX(50%);
}

.modal-backdrop.show {
  backdrop-filter: blur(8px);
  /* opacity: 1; */
}

.modal-body {
  padding: var(--gap24);
}

/* -- END Modal -- */

/* -- START Share -- */
.share-dropdown {
  border-radius: var(--radius16);
  padding-top: var(--gap16);
  padding-bottom: var(--gap16);
}

/* -- END Share -- */

/* -- START Member -- */
.member-item:hover .member-image {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.member-image {
  overflow: hidden;
  border-radius: var(--radius40);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: filter .3s ease;
}

.member-image.colored {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.member-dialog .modal-body {
  padding: var(--gap40);
  gap: var(--gap32);
  display: flex;
}

.member-dialog .member-image {
  width: 370px;
  border-radius: var(--radius16);
}

.member-info {
  flex: 1;
}

/* -- END Member -- */

/* -- START policy -- */
.policy-image {
  overflow: hidden;
  border-radius: var(--radius40);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  aspect-ratio: 13 / 7;
}

/* -- END policy -- */


.black-box {
  padding: var(--gap40);
  padding-top: var(--gap24);
  border-radius: var(--gap40);
  background: var(--color-gray-900);

  color: var(--color-white);
  font-size: 14px;
  line-height: 1.8;
}

.black-box h3,
.black-box h4,
.black-box h5,
.black-box h6 {
  margin-bottom: 10px;
}

/* -- START report -- */
.report-item {
  border-radius: var(--radius40);
}

.report-image {
  overflow: hidden;

  aspect-ratio: 2 / 1;
  /* min-height: 285px; */
  max-height: 200px;
}

.report-info {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-info h3 {
  text-align: center;
  font-size: 17px;
  padding: 50px;
  width: 100%;
}

.report-logo {
  position: absolute;
  left: 25px;
  top: 25px;
  max-height: 48px;
}

.report-overlay {
  position: absolute;
  inset: 0;
  background: #1818299e;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 100%); */
}

/* -- END report -- */

/* -- START content -- */
.content-featured {
  border-radius: var(--radius40);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: var(--gap16);
}

.content img,
.content p {
  margin-bottom: var(--gap32);
}

.content {
  text-align: justify;
  text-justify: inter-word;
}

.content p {
  line-height: 30px;
}

.content-date {
  font-size: 1rem;
  color: var(--color-gray-500);
}

.content {
  font-weight: 600;
  font-size: 15px;
}

.share-dropdown-toggle::after {
  display: none !important;
}

/* -- END content -- */

/* -- START pagination -- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap12);
}

.page-numbers {
  display: flex;
  width: 48px;
  height: 48px;

  justify-content: center;
  align-items: center;
  border-radius: 1.125rem;
  color: var(--color-gray-700);

  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  /* 150% */

  border: 1px solid transparent;
}

.page-numbers.current {
  color: var(--color-white);
  background: var(--color-gray-700);
}

.prev.page-numbers,
.next.page-numbers {
  border-color: var(--color-gray-100);
}

/* -- END content -- */

/* -- START Branch -- */
.branch-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 32px; */
  align-self: stretch;
  border-radius: var(--gap32);
  background: var(--color-silver);
}

.branch-item.withpad {
  gap: 32px;
  padding: 32px;
}

.branch-map,
.branch-image {
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--radius24);
}

.branch-info {
  display: flex;
  padding: var(--gap32);
  padding-right: 60px;

  color: var(--color-gray-800);

  border-radius: var(--gap24);
  background: var(--color-white);

  font-size: 1rem;
  font-weight: 600;
}

.branch-map {
  position: relative;
}

.branch-map-item {
  position: absolute;
  inset: 0;
}

.branch-map.big {
  position: relative;
  height: 400px;
}

.branch-info svg {
  min-width: 20px;
  width: 20px;
}

.branch-head {
  padding: var(--gap32);
  cursor: pointer;
}

.branch-body {
  padding: var(--gap32);
  padding-top: 0;
}

button[aria-expanded="false"].btn-collapse svg {
  transform: rotate(180deg) !important;
}

button[aria-expanded="true"].btn-collapse svg {
  transform: rotate(0deg) !important;
}


/* -- END Branch -- */

/* -- START Search item -- */
.search-item {
  padding: var(--gap32);
  border-radius: var(--radius32);
  background-color: var(--color-silver);
  display: flex;
  gap: var(--gap32);
}

.search-image {
  width: 200px;
  height: 120px;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: var(--color-gray-100);
}

.search-item-title {
  color: var(--color-gray-800);
  font-size: 1.5rem;
}

.search-item-info {
  flex: 1;
  margin-top: var(--gap16);
  font-size: 1.25rem;
  color: var(--color-gray-500);
}

.search-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* -- END Search item -- */

/* -- START Discussion item -- */
.discussion-item {
  position: relative;
  padding: var(--gap32);
  border-radius: var(--radius40);
  background-color: var(--color-white);

  display: flex;
  align-items: start;
  flex-direction: column;
  gap: var(--gap16);
}

.discussion-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* -- END Discussion item -- */


/* CSS */
/* Гүйдэг товч (thumb) өнгө өөрчлөх */
.form-range::-webkit-slider-thumb {
  background-color: var(--color-primary-500);
  border: var(--color-primary-500);
}

/* Дэвсгэр (track) өнгө өөрчлөх */
.form-range::-webkit-slider-runnable-track {
  background: var(--color-gray-100)
}

/* Firefox-д тохируулах */
.form-range::-moz-range-thumb {
  background-color: var(--color-primary-500);
  border: var(--color-primary-500);
}

.form-range::-moz-range-track {
  background: var(--color-gray-100)
}


/* -- START Discussion item -- */
.info-box-title {
  font-weight: 800;
}

.info-box {
  border-radius: var(--radius40);
  background-color: var(--color-secondary-600);
  min-height: 240px;
  color: var(--color-white);
  font-size: 88px;
  font-weight: 800;
  line-height: 120%;
  /* 105.6px */
}

.comment-slider .swiper-slide {
  width: 460px;
}

.comment-box {
  display: flex;
  padding: var(--gap32);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap12);

  border-radius: var(--radius40);
  background: var(--color-white);
  color: var(--color-gray-500);

  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  /* 155.556% */
}

.comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 1.125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.comment-name {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 20px;
  color: var(--color-gray-900);
  /* 155.556% */
}

.comment-pos {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

.comment-box.intern {
  background-color: var(--color-silver);
}

/* .comment-box.intern .comment-avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
} */

/* .comment-box.intern .comment-name {
  color: var(--color-gray-500);
} */

/* -- END Discussion item -- */

/* -- START Job item -- */
.job-dialog .modal-body {
  padding: 40px;
}

.job-dialog .modal-content {
  overflow: hidden;
}

.job-item {
  display: flex;
  padding: var(--gap40);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap24);

  border-radius: var(--radius40);
  background: var(--color-silver);

  font-size: 14px;
  font-weight: 600;
  color: var(--color-gray-500);
}

.job-item h5 {
  font-size: 17px;
}

.job-category {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.job-category li a {
  color: var(--black, #1a1a1a);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  padding: 5px 0;
}

.job-list-title {
  color: var(--color-gray-900);

  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

.job-intro {
  font-size: 15px;
  color: var(--color-gray-400);
  line-height: 1.65rem;
}

.job-content {
  color: var(--color-gray-400);
  font-weight: 600;
  font-size: 14px;
}

.job-content h1,
.job-content h2,
.job-content h3,
.job-content h4,
.job-content h5,
.job-content h6 {
  color: var(--color-gray-700);
  margin-bottom: var(--gap24);
}

.job-cover {
  opacity: 0.3;
}

.job-cat-wrap {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-gray-50);
  display: flex;
  flex-direction: column;
  padding: var(--gap32);
  /* gap: var(--gap40); */
  border-radius: var(--radius32);
  background-color: var(--color-white);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.job-cat-wrap .accordion-header .accordion-button {
  color: var(--color-gray-300);
  padding-left: var(--gap20);
  padding-right: var(--gap24);
  margin-bottom: var(--gap16);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  outline: none;
  box-shadow: none;
}

.job-cat-wrap .accordion-item {
  border: none;
}

.job-cat-wrap .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  /* color: var(--color-gray-900); */
}

.job-cat-wrap .accordion-body {
  padding-top: 0;
}

.job-cat-wrap .accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.41009 6.9107C4.73553 6.58527 5.26317 6.58527 5.5886 6.9107L9.99935 11.3214L14.4101 6.9107C14.7355 6.58527 15.2632 6.58527 15.5886 6.9107C15.914 7.23614 15.914 7.76378 15.5886 8.08921L10.5886 13.0892C10.2632 13.4147 9.73553 13.4147 9.41009 13.0892L4.41009 8.08921C4.08466 7.76378 4.08466 7.23614 4.41009 6.9107Z' fill='%238a8a96'/%3E%3C/svg%3E");
}

.job-cat-wrap .accordion-button:not(.collapsed)::after {
  background-image: gray;
}

/* -- END Job item -- */

.zoomContainer{
  overflow: hidden;
  border-radius: var(--radius40);
}
/* -- START Form -- */
.form-control {
  padding: 9px 10px;
  border-radius: 0.875rem;
  border: 1px solid var(--color-gray-100);
  background: #fcfcfc;

  font-size: 0.875rem;
  font-weight: 600;
}

.form-select {
  padding: 9px 10px;
  border-radius: 0.875rem;
  border: 1px solid var(--color-gray-100);

  font-size: 0.875rem;
  font-weight: 600;
}

.wpcf7-list-item-label,
.form-label {
  color: var(--color-gray-900);

  font-size: 1rem !important;
  font-weight: 600;
  line-height: 18px;
  /* 150% */
}

/* -- END Form -- */

/* -- START accessibility -- */
.accessibility-dialog {
  max-width: 800px;
  width: 100%;
  color: var(--color-gray-800);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  padding: var(--gap32);
}

.accessibility-box {
  border-radius: 1.25rem;
  border: 1px solid var(--color-gray-100);
  background: var(--color-white);
  padding: var(--gap24);
}

.accessibility-dialog .modal-body {
  padding: var(--gap24);
}

.accessibility-box svg {
  width: 48px;
  min-width: 48px;
}

.accessibility-item-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: var(--gap24);
}

.accessibility-item {
  display: flex;
  padding: var(--gap32);
  flex-direction: column;
  align-items: center;
  gap: var(--gap32);
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 1.25rem;
  border: 1px solid var(--color-gray-50);
  background: var(--color-white);

  color: var(--color-gray-800);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  /* 150% */

  cursor: pointer;
}

/* -- END accessibility -- */

/* -- START cv -- */
.cv-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap24);
  padding: var(--gap24);
  border-radius: var(--radius40);
  background: var(--color-silver);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

/* -- END cv -- */

/* -- START Box slide -- */
.box-slider {
  padding-bottom: 50px;
}

.box-slide {
  padding: var(--gap40) var(--gap80);
  display: flex;
  padding: var(--gap40) var(--gap40) var(--gap40) var(--gap80);
  align-items: center;
  align-self: stretch;
  gap: var(--gap40);
  border-radius: var(--gap40);
  background: var(--color-gray-700);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
  color: var(--color-white);
}

.box-slide-info {
  flex: 1;
  color: var(--color-gray-100);
}

.box-slide-image {
  width: 640px;
  border-radius: var(--radius24);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.box-slide-title {
  color: var(--color-white);
}

.box-slider .swiper-pagination-bullet {
  background-color: var(--color-gray-100);
  opacity: 0.5;
}

.box-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

/* -- END Box slide -- */

/* -- START Event card -- */

.event-card {
  overflow: hidden;
  width: 100%;
  border-radius: var(--radius40);
  border: none;
  background: var(--color-white);
}

.event-card .card-image {
  border-radius: var(--radius40);
  overflow: hidden;
}

.event-card .card-body {
  padding: var(--gap16) var(--gap24);
  padding-bottom: var(--gap24);
}

.event-card .card-label {
  color: var(--color-gray-400);
}

.event-card .card-title {
  color: var(--color-gray-500);
  margin-bottom: 0;

  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
  /* 150% */

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;

  overflow: hidden;
  color: var(--color-gray-900);
  text-overflow: ellipsis;
}

.event-avatar {
  width: 48px;
  height: 48px;
  border-radius: 1.125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event-user-name {
  color: var(--color-gray-500);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
}

.event-user-pos {
  color: var(--color-gray-500);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.event-card.horizontal {
  flex-direction: row;
}

.event-card.horizontal .card-title {
  -webkit-line-clamp: 3;
}

.event-card.horizontal .card-image {
  flex: 4;
}

.event-card.horizontal .card-body {
  flex: 6;
}

.event-card.horizontal .event-user-name {
  font-size: 1rem;
}

/* -- END Event card -- */

/* -- START Video -- */
.video-wrap {
  overflow: hidden;
  border-radius: var(--radius40);
  aspect-ratio: 16 / 9;
  max-height: 500px;
  margin: 0 auto;
}

.video-wrap video {
  display: block;
  height: 100%;
}

/* -- END Video -- */

/* -- START Rating -- */
.rating {
  margin-top: 5px;
  color: var(--color-gray-900);
}

.raging-dialog {
  width: 400px;
}

.raging-dialog .modal-content {
  border-radius: 1.25rem;
}

.review-title {
  color: #19181b;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 30px;
  /* 150% */
}

.rating-starts .filled {
  fill: #00906c;
}

.rating-starts .nonefilled {
  fill: none;
}

.rating-starts .fillgray {
  fill: var(--color-gray-100);
}

.rating-starts-flat .filled {
  fill: #00906c;
}

.rating-starts-flat .nonefilled {
  fill: none;
}

.rating-starts-flat .fillgray {
  fill: var(--color-gray-100);
}


.rating-star {
  cursor: pointer;
}

.rating-star.active {
  fill: var(--color-primary-500);
}

.rating-star.active path {
  stroke: var(--color-primary-500) !important;
}

.rating-detail-dialog {
  width: 1080px;
  max-width: 1080px;
  max-height: 760px;
}

.rating-detail-dialog .modal-body {
  padding: var(--gap40);
}

.rating-info-box {
  display: block;
  width: 100%;
  padding: var(--gap24);
  border-radius: var(--radius32);
  border: 1px solid var(--color-gray-200);
  background: var(--color-white);
  font-size: 14px;
  color: var(--color-gray-500);
  font-weight: 700;
}

.rating-info-box.no-border {
  border: none !important;
}

.rating-info-box .label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-gray-400);
}

.rating-info-box-star .filled {
  fill: var(--color-primary-500);
}

.rating-info-box-star .nonefilled {
  fill: var(--color-gray-100);
}


.rating-head {
  color: var(--color-gray-900);
  font-size: 1.5rem;
  font-weight: 700;
}

.progress-item {
  display: flex;
  align-items: center;
}

.progress-item .no {
  color: var(--color-gray-500);
  min-width: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.progress {
  flex: 1;
  height: 4px;
  background-color: #d8d8dc;
}

.progress-bar {
  background-color: var(--color-primary-500);
}

/* -- END Rating -- */

.success-dialog {}

.gray-list-wrap {
  padding: var(--gap40);
  border-radius: var(--gap40);
  background: var(--color-silver);
  display: flex;
  flex-direction: column;
  gap: var(--gap12);
}

.gray-list-item {
  display: flex;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}

.gray-list-item-label {
  color: var(--color-gray-400);
}

.gray-list-item-value {
  color: var(--color-gray-900);
}

.auto-box {
  border-radius: var(--Number-32, 32px);
  border: 1px solid var(--Silver, #f4f4f6);
  background: var(--White, #fff);
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;

  font-size: 0.875rem;
  font-weight: 600;
}

.auto-image {
  height: 200px;
  border-radius: var(--radius24);
  overflow: hidden;
}

.auto-info-box {
  flex: 1;
  border-radius: var(--radius24);
  padding: var(--gap32);
  border: 1px solid var(--Silver, #f4f4f6);
  display: flex;
  gap: var(--gap28);
  flex-direction: column;
}

.auto-item {
  display: flex;
  gap: var(--gap16);
}

.auto-item svg {
  min-width: 20px;
  width: 20px;
}

.amarzeel-form-wrap {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.amarzeel-form-wrap .nav-pills {
  display: flex;
  gap: var(--gap16);
}

.amarzeel-form-wrap .nav-pills li {
  flex: 1;
}

.amarzeel-form-wrap .nav-pills .btn {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--color-gray-700);
  border: 1px solid var(--color-gray-100);
}

.amarzeel-form-wrap .nav-pills .btn.active {
  color: #fff !important;
  background-color: #1a1e21 !important;
  border-color: #191c1f !important;
}

.amarzeel-form-wrap .nav-pills .btn path {
  stroke: #191c1f;
}

.amarzeel-form-wrap .nav-pills .btn.active path {
  stroke: #fff;
}

.calculator-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.calculator-wrap .nav-pills {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border-radius: 32px;
  background: var(--White, #fff);
  /* Dark/md */
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.calculator-wrap .nav-item {
  margin: 0;
  padding: 0;
}

.calculator-wrap .nav-pills .btn {
  color: var(--color-gray-700);
  border-radius: 48px;
}

.calculator-wrap .nav-pills .btn.active {
  color: #fff !important;
  background-color: #1a1e21 !important;
  border-color: #191c1f !important;
}

.calc-item-box {
  padding: var(--gap32);
  border-radius: var(--Number-20, 20px);
  background: var(--White, #fff);
}

.calc-label {
  color: var(--color-gray-500);
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.mm-input {
  padding: 8px;
  border-radius: var(--Number-16, 16px);
  border: 1px solid var(--Color-Gray-100, #d8d8dc);
  background: #fcfcfc;

  display: flex;
  align-items: center;
  gap: var(--Number-12, 12px);
  align-self: stretch;
}

.mm-input input {
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  background-color: transparent;
}

.calc-value {
  color: var(--color-gray-800);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
}

.calc-item-box.large {
  gap: var(--gap64);
  padding-left: var(--gap64);
  padding-right: var(--gap64);
}

.cal-line {
  width: 1px;
  background-color: var(--color-gray-100);
}

.wpcf7-list-item-label {
  font-size: 12px;
}

/* -- START responsive -- */
@media (max-width: 1599.98px) {
  .box-titlew-wrap {}
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  :root {
    --gap8: 0.4rem;
    --gap12: 0.5rem;
    --gap16: 0.75rem;
    --gap20: 1rem;
    --gap24: 1.25rem;
    --gap28: 1.5rem;
    --gap32: 1.75rem;
    --gap40: 2rem;
    --gap48: 2.5rem;
    --gap64: 3rem;
    --gap80: 4rem;

    --radius16: 0.75rem;
    --radius24: 1rem;
    --radius32: 1.5rem;
    --radius40: 2rem;
    --radius80: 4rem;
  }

  .btn,
  .btn-md {
    border-radius: 12px;
  }

  .btn-sm {
    border-radius: 10px;
  }

  .btn-lg {
    border-radius: 14px;
    font-size: 12.25px;
  }

  .sub-menu.depth1>li>a {
    font-size: 12.25px;
  }

  .btn-xl {
    border-radius: 16px;
  }

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

  .site-header-wrap {
    /* height: 84px; */
  }

  .container-small {
    max-width: calc(900px + 2rem);
  }

  .box-slide-image,
  .loan-card-image {
    width: 50%;
  }

  .hero-slider .swiper-slide {
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-slider .swiper-slide .slide-item {
    width: 300px;
  }

  /* .hero-slider .swiper-slide-active {
    padding: 0;
    height: 400px;
  }
  .hero-slider .swiper-slide-active .slide-item {
    width: 300px;
  } */

  .wordslide-wrap {
    height: 40px;
  }

  .wordslide-text {
    line-height: 40px;
    font-size: 39px;
  }

  .ws-text2 {
    margin-top: -40px;
  }

  .hero-slider-wrap {
    padding-bottom: 120px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

  .container-withoutpad,
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-slider-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .member-dialog .member-image {
    width: 200px;
  }
  .rating-detail-dialog{
    width: 100%;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .show-menu {
    overflow-y: hidden;
    padding-right: 17px;
  }

  .show-menu .nav-mobile {
    display: flex;
  }

  .nav-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0;
    max-height: calc(100vh - 172px);
    overflow-y: auto;

    gap: 0;
    border-radius: var(--radius32);
    background-color: var(--color-white);
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  }

  .nav-mobile>li {
    width: 100%;
    padding-bottom: 0;
  }

  .nav-mobile>li>a {
    display: none;
  }

  .nav-mobile .sub-menu.depth0 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    align-items: normal;
    box-shadow: none !important;
    padding-bottom: 0 !important;
  }

  .nav-mobile .sub-menu.depth0>li {
    border-right: none;
    padding-right: 0;
  }

  .nav-mobile .sub-menu.depth1 {
    width: 100%;
  }

  .lang-menu {
    left: 50%;
    transform: translateX(-50%);
  }

  .toolbar-wrap .btn span {
    display: none;
  }

  .loan-card {
    flex-direction: column-reverse;
    padding-left: var(--gap40);
  }

  .box-slide-image,
  .loan-card-image {
    width: 100%;
  }

  .member-dialog .modal-body {
    flex-direction: column;
  }

  .box-slide {
    flex-direction: column;
    padding-left: var(--gap40);
  }

  .box-slide-image {
    width: 100%;
    height: auto;
  }

  .footer-info ul {
    display: inline-block;
    justify-content: start;
  }

  .footer-info ul li {
    margin-right: 15px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  h1 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.6rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.3rem;
  }

  .product-intro-row {
    flex-direction: column-reverse !important;
    align-items: center !important;
    gap: var(--gap32);
  }

  .product-intro-col2 {
    width: 100%;
  }

  .product-intro-col1 {
    align-items: center;
    text-align: center;
  }

  .footer-menu-wrap {
    flex-wrap: wrap;
    justify-content: start;
  }

  .footer-menu-col {
    flex-basis: 50%;
  }

  .box-big {
    height: auto;
  }

  .box-small-square {
    gap: var(--gap32);
    height: auto;
    min-height: auto;
  }

  .footer-menu-col .gap48 {
    gap: 16px;
  }

  .footer-menu-wrap ul li {
    display: none;
  }

  .footer-menu-wrap ul li:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
  }
  .footer-menu-wrap ul li:first-child::after{
    content: "";
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
    position: relative;
    display: flex;
    background-size: contain;
    background-image: url(../images/arrow-white.svg);
  }

  .footer-menu-wrap ul li:first-child a {
    text-decoration: none;
    cursor: pointer;
  }
  .footer-menu.active li:first-child::after{
    transform: rotate(0deg);
  }
  .footer-menu.active li {
    display: block;
  }
  .footer-menu.active li:last-child {
    margin-bottom: 10px;
  }
  .gray-list-wrap{
    margin-bottom: 15px;
  }

  .gray-list-item{
    font-size: 14px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .raging-dialog{
    width: auto;
  }
  .accessibility-item-wrap {
    grid-template-columns: auto auto;
  }

  .footer-info ul {
    justify-content: start;
  }
  .calc-item-box{
    margin-bottom: 15px;
    flex-direction: column !important;
  }
  .cal-line{
    width: 100%;
    height: 1px;
  }
  .calculator-wrap .nav-pills{
    justify-content: center;
  }


  h1 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 2.1rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.3rem;
  }
  .job-dialog .modal-body{
    padding: 30px;
  }
}