@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/****

****/
/*** site general styles ****/
:root {
  --bs-primary: #145683;
  --bs-primary-rgb: 20, 86, 131;
  --in-brand-blue: #145683;
  --in-brand-gold: #FDC248;
}

body {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #242424;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  width: 100%;
  max-width: 1390px;
}

/*** buttons styles ***/
.btn {
  -webkit-appearance: none;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 14px 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.btn-primary {
  border: 0;
  background-color: #145683;
}
.btn-primary:hover {
  background-color: #145683;
}
.btn-outline-white {
  border: 1px solid #E2E2E2;
  color: #FFFFFF;
}
.btn-outline-white:hover {
  background: #fff;
  color: #000;
}
.btn-gradient-primary {
  border: 1px solid #145683;
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  color: #F1F9FF;
}
.btn-gradient-primary:hover {
  background: linear-gradient(-171.56deg, #145683 -11.58%, #002438 100.16%);
  color: #fff;
}
.btn-gradient-warning {
  border-color: transparent;
  background: linear-gradient(276.53deg, #FFDF96 45.12%, #FFD06E 71.75%, #FDC248 98.38%);
  color: #145683;
}

/*** texts & fonts style *****/
h1 {
  font-size: 64px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
h3.custom-size {
  font-size: 26px;
  font-weight: 500;
}

.IN-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
.IN-title small {
  font-size: 75%;
  display: inline-block;
}

small {
  font-size: 14px;
  display: block;
}

.text-dark {
  color: #242424;
}
.text-gradient {
  /* Gradient */
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text-primary {
  color: #145683 !important;
}
.text-success {
  color: #009D2F !important;
}
.text-warning {
  color: #FDC248 !important;
}
.text-danger {
  color: #DE0101 !important;
}
.text-gray {
  color: #858585;
}
.text-gray2 {
  color: #666666;
}
.text-dark-gray {
  color: #3D3434;
}
.text-dark-gray2 {
  color: #555F6E;
}
.text-light {
  color: #F1F9FF;
}

.font-extra-small {
  font-size: 9.38px;
}
.font-small {
  font-size: 14px;
}
.font-medium {
  font-size: 18px;
}
.font-big {
  font-size: 20px;
}
.font-poppins {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
}
.font-italic {
  font-style: italic;
}

.weight-thin {
  font-weight: 300 !important;
}
.weight-regular {
  font-weight: 400 !important;
}
.weight-medium {
  font-weight: 500 !important;
}
.weight-bold {
  font-weight: 600 !important;
}
.weight-extra-bold {
  font-weight: 700 !important;
}

.line-height-144 {
  line-height: 144%;
}

/*** bg styles ****/
.bg-light-gray {
  background-color: #F9F9F9 !important;
}
.bg-light-blue {
  background-color: #E4F2FE !important;
}
.bg-gradient-warning {
  background: linear-gradient(98.76deg, #E3F7FF 3.75%, rgba(245, 234, 197, 0.75) 32.42%, rgba(249, 221, 145, 0.5) 47.06%, rgba(255, 195, 40, 0) 56.12%, rgba(249, 221, 145, 0.25) 61.82%, rgba(227, 247, 255, 0.5) 90.05%);
}

/*** margins&paddings styles ***/
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  .p-md-32 {
    padding: 32px !important;
  }
}

/*** borders style ****/
.border-gradient-primary {
  /*border-image: linear-gradient(to bottom, #418DC6 0%, #003150 100%) 1;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;*/
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.border-gradient-primary::before {
  content: "";
  background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 12px;
  z-index: -1;
}
.border-light-primary {
  border: 1px solid #30A9FF;
}
.border-gray {
  border: 1px solid #E5E5E5;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-12 {
  border-radius: 12px;
}
.border-radius-16 {
  border-radius: 16px;
}
.border-radius-20 {
  border-radius: 20px;
}

/** box shadow style ****/
.box-shadow-gray {
  box-shadow: 0px 0px 4px rgba(170, 170, 170, 0.25);
}

/*** height style ***/
@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

.form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1C1C1E;
  margin-bottom: 12px;
}

.form-control,
.form-select {
  height: 48px;
  border: 1px solid #8C8C8C;
  border-radius: 4px;
  font-size: 16px;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #8C8C8C;
}

textarea.form-control {
  height: 160px;
}

.form-check {
  position: relative;
  margin: 0;
  padding: 0;
}
.form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}
.form-check .form-check-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 48px;
  padding: 6px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #888888;
  transition: all 0.3s ease-in-out;
}
.form-check .form-check-label::before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.form-check .form-check-input:checked + .form-check-label {
  background: #F1F9FF;
  border: 1px solid #145683;
  font-weight: 600;
  color: #145683;
}
.form-check .form-check-input:checked + .form-check-label::before {
  width: 20px;
  height: 20px;
  background: url("../images/home/checked-icon.svg") no-repeat center center;
  margin-right: 8px;
}

.text-counter {
  line-height: 140%;
  color: #1C1C1E;
}

/*** upload file box style ****/
.upload-file-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F9FF;
  border: 1px dashed #145683;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 54px;
}
.upload-file-box img {
  vertical-align: middle;
  margin-right: 12px;
}
.upload-file-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*** absolute-img style ***/
.absolute-img {
  position: absolute;
}

/*** nav-tabs styles ****/
.nav-tabs {
  max-width: 100%;
  background: #F8FAFB;
  border: 1px solid #E1E1E1;
  border-radius: 16px;
  padding: 4px;
  overflow-x: auto;
  flex-flow: nowrap;
}
.nav-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: 0;
}
.nav-tabs .nav-item {
  min-width: fit-content;
}
.nav-tabs .nav-link {
  padding: 11px;
  border-radius: 12px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #818898;
  box-shadow: none;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover {
  border: 0;
  color: #145683;
}
.nav-tabs .nav-link.active {
  font-weight: 700;
  color: #145683;
  background: #F1F9FF;
  border-color: #145683;
  box-shadow: 0px 0px 1px rgba(113, 128, 150, 0.04), 0px 4px 8px rgba(113, 128, 150, 0.08);
}
.nav-tabs.nav-dark {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  border: 1px solid #E1E1E1;
  box-shadow: 0px 130px 52px rgba(0, 0, 0, 0.01), 0px 8px 18px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.nav-tabs.nav-dark .nav-link {
  color: #FFFFFF;
  padding: 18px;
}
.nav-tabs.nav-dark .nav-link.active {
  background-color: #FFFFFF;
  border-color: #F1F9FF;
}
.nav-tabs.nav-dark .nav-link.active span {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*** accordion styles ***/
.accordion {
  margin-top: 72px;
}
.accordion .accordion-item {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.accordion .accordion-item .accordion-button {
  padding: 0;
  border: 0;
  color: #101828;
  background: transparent;
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url("../images/general/plus-circle.svg") no-repeat center center;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: url("../images/general/minus-circle.svg") no-repeat center center;
}
.accordion .accordion-item .accordion-body {
  border: 0;
  padding: 0;
  padding-top: 12px;
  color: #667085;
}

/*** partners scroll style ****/
@keyframes partners-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.partners-scroll-wrapper {
  overflow: hidden;
  width: 100%;
}
.partners-scroll-track {
  display: flex;
  gap: 24px;
  padding: 20px;
  width: max-content;
  animation: partners-marquee 18s linear infinite;
}
.partners-scroll-track:hover {
  animation-play-state: paused;
}
.partner-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 59px rgba(0, 0.6, 0, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 35px;
  height: 110px;
  min-width: 160px;
  flex-shrink: 0;
}
.partner-box img {
  max-height: 60px;
  max-width: 130px;
  object-fit: contain;
}

/*** contact-info-box style ***/
.contact-info-box {
  padding: 14px 24px 22px;
  background: linear-gradient(90deg, #F1F9FF 20.19%, #BADCFA 100%);
  border-radius: 12px;
  border-bottom: 2px solid #145683;
  height: 100%;
}
.contact-info-box .text-gray {
  color: #6C7685;
}
.contact-info-box .text-gray i {
  margin-right: 6px;
}
.contact-info-box h3 {
  color: #145683;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  word-break: break-word;
}
.contact-info-box h3.contact-phone-numbers {
  white-space: nowrap;
  word-break: normal;
}
.contact-info-box h3.contact-phone-numbers .separator {
  margin: 0 2px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-info-box {
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-info-box h3 {
    font-size: 16px;
  }
}

/*** contact-form-note style ***/
.contact-form-note {
  padding: 16px 24px;
  background: #F1F9FF;
  border-left: 4px solid #145683;
  border-radius: 8px;
}
.contact-form-note p {
  color: #344054;
  font-size: 16px;
  line-height: 160%;
}

/*** tag style ****/
.tag {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03em;
  border: 1px solid #000;
  color: #000;
  padding: 8px 16px;
  border-radius: 60px;
}
.tag.tag-danger {
  border-color: #D9A00F;
  color: #3D3D3D;
}

.general-tag {
  display: inline-block;
  background: #F1F9FF;
  border: 1px solid #75C6FF;
  border-radius: 4px;
  padding: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #2B2B2B;
}

/*** dot style ***/
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
}

/*** pagination style ***/
.pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #767676;
  margin-left: 2px;
  margin-right: 2px;
  border: 0;
  border-radius: 8px;
}
.pagination .page-item.active .page-link {
  background: #145683;
  color: #fff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  width: auto;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  padding: 8px 14px;
  color: #667085;
}

/*** general card style ****/
.general-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 4px rgba(136, 136, 136, 0.25);
  border-radius: 10.9578px;
}
.general-card .small {
  line-height: 143%;
}

/**** video-modal style *****/
.video-modal {
  padding: 0 20px;
}
.video-modal .modal-dialog {
  max-width: 900px;
}
.video-modal .modal-content {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border: 0;
}
.video-modal .modal-header {
  border: 0;
  padding: 0;
  padding-bottom: 10px;
  opacity: 1;
}
.video-modal .modal-header .btn-close {
  background: transparent;
  color: #fff;
  opacity: 1;
  font-size: 24px;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal.video-modal-portrait .modal-dialog {
  max-width: 420px;
}
.video-modal .brand-video {
  display: block;
  width: 100%;
  max-height: 78vh;
  margin: 0 auto;
  aspect-ratio: 1080/1920;
  object-fit: contain;
  background: #000;
  border-radius: 16px;
}

/*** scroll-block style ****/
.scroll-block {
  overflow-x: auto;
  flex-flow: nowrap;
}
.scroll-block::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: 0;
}
.scroll-block .form-check {
  min-width: fit-content;
}
.scroll-block .tag {
  min-width: fit-content;
}

/**** table style ***/
.table-primary {
  --bs-table-bg: #F1F9FF;
  --bs-table-border-color: #EDEDED;
  border-color: #EDEDED;
}

.table {
  background: #fff;
}
.table td,
.table th {
  color: #2B2B2B;
  box-shadow: none;
  line-height: 140%;
  padding: 12px 16px;
  vertical-align: middle;
}
.table th {
  font-weight: 500;
  color: #1C1C1E;
}
/*** breadcrumb style ***/
.breadcrumb .breadcrumb-item {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.breadcrumb .breadcrumb-item a {
  font-weight: 400;
  color: #9F9F9F;
}

/*** reason box style ***/
.reason-box {
  display: flex;
  gap: 16px;
}
.reason-box .box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  background: #F1F9FF;
  border-radius: 8px;
}
.reason-box .content {
  flex: 1 0 0;
  color: #4E5969;
}
.reason-box .content .font-big {
  color: #181800;
  margin-bottom: 10px;
}

/*** search form style ****/
.search-form {
  background: #FFFFFF;
  border-radius: 48px;
  border: 1px solid #145683;
  overflow: hidden;
  padding: 24px;
}
.search-form .input-group-text,
.search-form .form-control {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  height: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
.search-form .input-group-text::placeholder,
.search-form .form-control::placeholder {
  color: #145683;
}
.search-form .input-group-text {
  margin-right: 24px;
}

/*** term-boxstyle ***/
.term-box .title {
  color: #181800;
  line-height: 174%;
  margin-bottom: 18px;
}
.term-box .title .box-num {
  padding: 7px 14px;
  background: #F1F9FF;
  border-radius: 8px;
  font-weight: 500;
  line-height: 150%;
  margin-right: 10px;
}
.term-box .title .box-num span {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.term-box .descripe {
  color: #4E5969;
}

/*** alert-note style ***/
.alert-note {
  background: #F1F9FF;
  padding: 12px;
  line-height: 174%;
  text-align: center;
}

/*** navbar styles - deep blue brand bar with gold call to action ****/
.navbar {
  background-color: #145683 !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.navbar > .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
.navbar.is-scrolled {
  background-color: #0F4A72 !important;
  box-shadow: 0 6px 24px rgba(0, 32, 56, 0.28);
}
.navbar .navbar-brand {
  padding: 12px 0;
  margin-right: 8px;
}
.navbar .navbar-brand img {
  height: 46px;
  width: auto;
  display: block;
}
.navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(253, 194, 72, 0.45);
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-nav {
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding: 26px 18px;
  position: relative;
  transition: color 0.16s ease;
}
.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #FDC248;
  transform: scaleX(0);
  transition: transform 0.18s ease;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus-visible {
  color: #FDC248;
}
.navbar .navbar-nav .nav-link:hover::before, .navbar .navbar-nav .nav-link.active::before, .navbar .navbar-nav .nav-link.show::before {
  transform: scaleX(1);
}
.navbar .navbar-nav .nav-link:focus-visible {
  outline: 2px solid rgba(253, 194, 72, 0.7);
  outline-offset: -4px;
}
.navbar .navbar-nav .login-link {
  padding-right: 10px;
}
/*** gold sign-up pill ***/
.navbar .navbar-nav .nav-link.btn-signup {
  background: #FDC248;
  color: #145683;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  transition: background-color 0.16s ease, color 0.16s ease;
}
.navbar .navbar-nav .nav-link.btn-signup::before {
  display: none;
}
.navbar .navbar-nav .nav-link.btn-signup:hover, .navbar .navbar-nav .nav-link.btn-signup:focus {
  background: #EFB229;
  color: #003150;
}
.navbar .navbar-nav .nav-link.btn-signup:focus-visible {
  outline: 3px solid rgba(253, 194, 72, 0.5);
  outline-offset: 2px;
}
/*** product / strategy dropdowns ***/
.navbar .dropdown-menu {
  border: 0;
  border-radius: 14px;
  padding: 8px;
  margin-top: 4px;
  min-width: 330px;
  box-shadow: 0 18px 44px rgba(0, 32, 56, 0.2);
}
.navbar .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 9px;
  padding: 11px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #145683;
  white-space: normal;
}
.navbar .dropdown-menu .dropdown-item i {
  font-size: 13px;
  opacity: 0.5;
  flex: none;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
  background: #F1F9FF;
  color: #003150;
}
.navbar .dropdown-menu .dropdown-item:hover i, .navbar .dropdown-menu .dropdown-item:focus i {
  opacity: 1;
}
.navbar .dropdown-menu .dropdown-item.disabled {
  color: #7F94A6;
  opacity: 1;
}
.navbar .dropdown-menu .coming-soon-badge {
  display: inline-block;
  flex: none;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 5px;
  background: #FFF4DC;
  color: #8A6208;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .navbar,
  .navbar .nav-link,
  .navbar .nav-link::before,
  .navbar .btn-signup {
    transition: none;
  }
}

.IN-hero {
  position: relative;
  margin-top: 2px;
}
.IN-hero .content-box {
  max-width: 480px;
  color: #242424;
}
.IN-hero h2 {
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 12px;
}
.IN-hero .explore-box .explore-box-text {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 51px;
  background: #FFFFFF;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #145683;
  border-radius: 10px 0px 0px 10px;
  font-weight: 500;
}
.IN-hero .explore-box .btn {
  display: flex;
  align-items: center;
  height: 51px;
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #145683;
  border-radius: 0px 10px 10px 0px;
  padding: 0 24px;
}
.IN-hero .absolute-img {
  right: 0;
  top: 54px;
  z-index: 1;
}
.IN-hero .carousel .box {
  z-index: 2;
  position: relative;
}
.IN-hero .carousel .carousel-item {
  background: linear-gradient(180deg, #FFFFFF 0%, #145683 100%);
}
.IN-hero .carousel .carousel-item .box {
  height: 625px;
  display: flex;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
}
.IN-hero .carousel .carousel-indicators {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  bottom: 50px;
  align-items: center;
}
.IN-hero .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 3px;
  background: transparent;
  opacity: 1;
  text-align: initial;
  background: #D9D9D9;
  display: block;
  text-indent: inherit;
  border: 0;
  border-radius: 50%;
}
.IN-hero .carousel .carousel-indicators .active {
  background: #EFB229;
  width: 16px;
  height: 16px;
}
.IN-use-guide {
  padding-top: 64px;
  padding-bottom: 60px;
}
.IN-use-guide .container {
  position: relative;
  z-index: 2;
}
.IN-use-guide .nav-tabs {
  max-width: 936px;
  margin-bottom: 28px;
}
.IN-use-guide .position-relative {
  position: relative;
}
.IN-use-guide .absolute-img-left {
  position: absolute;
  left: 0;
  top: 0;
}
.IN-use-guide .btn-gradient-primary {
  width: 100%;
  max-width: 213px;
}
.IN-use-guide .step {
  padding-bottom: 26px;
  position: relative;
}
.IN-use-guide .step::before, .IN-use-guide .step::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 1px;
  left: 27px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
}
.IN-use-guide .step::before {
  top: 0;
}
.IN-use-guide .step::after {
  top: 50%;
}
.IN-use-guide .step:first-child::before {
  display: none;
}
.IN-use-guide .step:last-child::after {
  display: none;
}
.IN-use-guide .step .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #145683;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.IN-use-guide .step .step-content {
  flex: 1 0 0;
  margin-left: 30px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 32px;
  line-height: 150%;
}
.IN-use-guide .step .step-content h3 {
  margin-bottom: 16px;
}
.IN-corpus-explained .white-box {
  background-color: #fff;
  border-radius: 40px 40px 0px 0px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.IN-corpus-explained .corpus-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #344054;
}
.IN-corpus-explained .corpus-chart {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto;
}
.IN-corpus-explained .chart-legend {
  max-width: 520px;
}
.IN-corpus-explained .chart-legend .legend-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #344054;
}
.IN-corpus-explained .chart-legend .legend-item i {
  font-size: 13px;
}
.IN-corpus-explained .corpus-content {
  max-width: 480px;
}
.IN-corpus-explained .corpus-content .corpus-intro {
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: #344054;
  margin-bottom: 20px;
}
.IN-corpus-explained .corpus-content .corpus-approach {
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: #344054;
  margin-bottom: 32px;
}
.IN-corpus-explained .corpus-content .btn-gradient-primary {
  font-size: 15px;
  padding: 12px 24px;
}
.IN-calculator .white-box {
  background-color: #fff;
  background-image: url("../images/general/bg-img.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto calc(100% - 100px);
  border-radius: 40px 40px 0px 0px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.IN-calculator .calculator-box {
  background: #fff;
  height: 100%;
  border: 1px solid #E4E4E4;
  box-shadow: 1px 2px 20px 4px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  padding: 30px 40px;
}
.IN-calculator .calculator-box .label-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2D2D2D;
}
.IN-calculator .calculator-box .label-text i {
  font-size: 14px;
  color: #858585;
}
.IN-calculator .calculator-box .range-num {
  width: 138px;
  background: #F9F9F9;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #101828;
  text-align: center;
}
.IN-calculator .calculator-box small {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: #4F4F4F;
}
@media (min-width: 992px) {
  .IN-calculator .calculate-result-box {
    width: 450px;
  }
}
.IN-calculator .calculate-result-box {
  height: 100%;
  background: #F1F9FF;
  border: 1px solid #145683;
  box-shadow: 1px 2px 20px 4px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  padding: 32px;
  font-weight: 500;
  line-height: 175%;
  color: #242424;
}
.IN-calculator .calculate-result-box .font-medium {
  line-height: 156%;
}
.IN-calculator .calculate-result-box .table-primary {
  --bs-table-bg: #E4F2FE;
  /* --bs-table-color: #242424;

  --bs-table-border-color: #BEBEBE;
  --bs-table-striped-bg: #c5d7f2;
  color:#242424;
  border-color:#E4F2FE;*/
}
.IN-calculator .calculate-result-box .table {
  background: #fff;
}
.IN-calculator .calculate-result-box .table td,
.IN-calculator .calculate-result-box .table th {
  color: #242424;
  font-size: 14px;
  box-shadow: none;
}
.IN-calculator .calculate-result-box .table th {
  font-weight: 500;
}
.IN-calculator .calculate-result-box .table td {
  font-weight: 600;
}
.IN-about-us {
  padding-top: 75px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.IN-about-us .about-us-box {
  position: relative;
  height: 670px;
  display: flex;
  align-items: center;
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  border: 2px solid #E6E6E6;
  box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  padding: 40px 60px;
}
.IN-about-us .about-us-box .absolute-img {
  left: 0;
}
.IN-about-us .about-us-box .row {
  position: relative;
}
.IN-about-us .about-us-box h1 {
  color: #F1F9FF;
}
.IN-about-us .about-us-box .swipper-container {
  padding-bottom: 60px;
  position: relative;
}
.IN-about-us .about-us-box .swiper {
  width: 100%;
  max-width: 357px;
  height: 370px;
}
.IN-about-us .about-us-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 26px 40px;
  line-height: 140%;
}
.IN-about-us .about-us-box .swiper-slide h3 {
  line-height: 120%;
}
.IN-about-us .about-us-box .swiper-slide img {
  width: 60px;
}
.IN-about-us .about-us-box .swiper-slide:nth-child(1n) {
  background: linear-gradient(180deg, #EA63FF 0%, #8B1868 100%);
}
.IN-about-us .about-us-box .swiper-slide:nth-child(2n) {
  background: linear-gradient(180deg, #E8941F 0%, #D63F3F 100%);
}
.IN-about-us .about-us-box .swiper-slide:nth-child(3n) {
  background: linear-gradient(180deg, #1BC2C2 0%, #176FBC 100%);
}
.IN-about-us .about-us-box .swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}
.IN-about-us .about-us-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
}
.IN-about-us .about-us-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #145683;
}
.IN-partners {
  padding-top: 60px;
  padding-bottom: 60px;
}
.IN-dashboard-img {
  padding-top: 163px;
  background: #F9F9F9 url("../images/home/bg2.svg") no-repeat center top 30px;
  background-size: 100% auto;
}
.IN-dashboard-img .short-desc {
  max-width: 980px;
  margin: 0 auto;
  line-height: 145%;
}
.IN-investment-video {
  padding-top: 110px;
  padding-bottom: 150px;
  background: #F9F9F9 url("../images/home/bg3.svg") no-repeat right bottom;
}
.IN-investment-video .video-player-box {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 32, 56, 0.22);
}
.IN-investment-video .video-player-box .brand-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080/1920;
  object-fit: cover;
  background: #000;
}
.IN-investment-video .video-player-box .btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  font-size: 90px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.IN-investment-video .video-player-box .btn-play i {
  line-height: 0;
  margin-left: 9px;
  margin-top: 2px;
}
.IN-investment-video .video-player-box .btn-play:hover {
  background: #fff;
  color: #145683;
  font-size: 70px;
}
.IN-investment-video .video-player-box .btn-play:focus-visible {
  outline: 3px solid #FDC248;
  outline-offset: 3px;
}
.IN-investment-video .video-player-box.is-playing .btn-play {
  opacity: 0;
  visibility: hidden;
}
.IN-download-app {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
}
.IN-faq {
  padding-top: 145px;
  padding-bottom: 210px;
}

/*** inner pages styles ***/
.IN-hero-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #145683;
  background-image: url("../images/general/hero-bg-top.svg"), url("../images/general/hero-bg-right.svg"), url("../images/general/use-bg-left.svg");
  background-repeat: no-repeat;
  background-position: top center, bottom right, bottom left;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #DFDEDE;
}
.IN-hero-inner h1 {
  color: #E9E9E9;
  font-size: 48px;
  font-weight: 600;
}
.IN-hero-inner#about-us-hero {
  position: relative;
  padding-top: 66px;
  padding-bottom: 121px;
}
.IN-hero-inner#pension-hero {
  padding-top: 28px;
  padding-bottom: 35px;
  background-image: url("../images/pension/hero-bg.svg"), url("../images/pension/bg-left-top.svg"), url("../images/pension/bg-right-bottom.svg");
  background-repeat: no-repeat;
  background-position: center center, left top, bottom right;
  background-size: cover, auto auto, auto auto;
}
.IN-hero-inner#gold-hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/gold/hero-bg.jpg") no-repeat center center;
  color: #E9E9E9;
  background-size: cover;
}
.IN-hero-inner#gold-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 91, 155, 0.69);
}
.IN-hero-inner#gold-hero .container-fluid {
  position: relative;
}
.IN-hero-inner#gold-hero .content-box {
  max-width: 500px;
}
.IN-hero-inner#gold-hero .badge {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  padding: 10px 10px 10px 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #E9E9E9;
}
.IN-hero-inner#gold-hero .badge img {
  margin-right: 4px;
}
.IN-hero-inner#gold-hero h1 {
  font-size: 64px;
  line-height: 124%;
}
.IN-hero-inner#gold-hero .text-gray {
  color: #627795;
}
.IN-hero-inner#gold-hero .invest-form-box {
  background: #FFFFFF;
  box-shadow: 0.781796px 1.56359px 15.6359px 3.12718px rgba(0, 0, 0, 0.02);
  border-radius: 18.7631px;
  padding: 23px 31px;
  font-size: 14px;
}
.IN-hero-inner#gold-hero .invest-form-box .nav-tabs {
  padding: 3px;
  background: #F8FAFB;
  border: 0.781796px solid #E1E1E1;
  border-radius: 12.5087px;
}
.IN-hero-inner#gold-hero .invest-form-box .nav-tabs .nav-link {
  padding: 10px;
  border-radius: 9px;
  background: #F9F9F9;
  font-size: 12.5px;
  color: #818898;
  border: 0;
}
.IN-hero-inner#gold-hero .invest-form-box .nav-tabs .nav-link.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.781796px rgba(113, 128, 150, 0.04), 0px 3.12718px 6.25436px rgba(113, 128, 150, 0.08);
  color: #145683;
  font-weight: 700;
}
.IN-hero-inner#gold-hero .invest-form-box .gold-note {
  background: #F2F2F2;
  padding: 3px;
  font-weight: 500;
  line-height: 141%;
  color: #9E9E9E;
}
.IN-hero-inner#gold-hero .invest-form-box .invest-price-box {
  padding: 10.9451px;
  gap: 12.51px;
  border: 0.781796px solid #D4D4D4;
  border-radius: 9.38155px;
  font-size: 9.38px;
  color: #242424;
  font-weight: 600;
}
.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .buy-note {
  padding: 2.34539px 6.25436px;
  background: #FFEBEB;
  border-radius: 62.5436px;
  color: #DE0101;
  font-weight: 500;
  font-size: 9.38155px;
  line-height: 11px;
  text-transform: capitalize;
  padding: 3px 6px;
  margin-bottom: 9.3px;
}
.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .buy-note .dot {
  background: #DE0101;
  margin-right: 5px;
  width: 4.7px;
  height: 4.7px;
}
.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .size {
  padding: 3.12718px;
  background: #F1F9FF;
  border: 0.781796px solid #145683;
  border-radius: 3.12718px;
  width: fit-content;
  font-size: 9.38155px;
  line-height: 11px;
}
.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .price {
  font-size: 12.5087px;
  line-height: 15px;
}
.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .price span {
  font-size: 9.38px;
}
.IN-hero-inner#gold-hero .invest-form-box .translate-box .form-control {
  height: 40px;
  border-radius: 0;
  border: 0;
  border-bottom: 0.781796px solid #CBCBCB;
  filter: drop-shadow(0px 0.781796px 1.56359px rgba(16, 24, 40, 0.05));
  padding: 10.9px 12.5px;
  font-size: 14px;
}
.IN-hero-inner#gold-hero .invest-form-box .translate-box .form-control::placeholder {
  color: #BABABA;
}
.IN-hero-inner#safestox-hero {
  position: relative;
  background-image: none;
  background: url("../images/safestox/hero-bg.jpg") no-repeat center center;
  color: #fff;
  line-height: 120%;
}
.IN-hero-inner#safestox-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.IN-hero-inner#safestox-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200;
}
.IN-hero-inner#safestox-hero h1 {
  color: #fff;
}
.IN-hero-inner#safestox-hero .box-content {
  background: linear-gradient(90deg, rgba(207, 204, 255, 0.0068) 0%, rgba(207, 204, 255, 0.34) 51.92%, rgba(207, 204, 255, 0.0068) 100%);
  backdrop-filter: blur(19px);
  border-radius: 40px;
  padding: 32px 70px;
}
@media (max-width: 767.98px) {
  .IN-hero-inner#safestox-hero .box-content {
    padding: 32px 16px;
    font-size: 14px;
  }
}
.IN-how-use {
  background: url("../images/general/use-bg-left2.svg") no-repeat top left, url("../images/general/use-bg-bottom.png") no-repeat bottom right;
  color: #333;
}
.IN-how-use .font-big {
  line-height: 130%;
}
.IN-how-use .coming-soon-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 6px;
  border: 1px solid #296EA1;
  border-radius: 4px;
  color: #296EA1;
  vertical-align: middle;
  margin-left: 6px;
  white-space: nowrap;
}
.IN-contact-form .container {
  max-width: 1180px;
}
.IN-contact-form .or {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IN-contact-form .or::before, .IN-contact-form .or::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background: #D7D7D7;
}
.IN-contact-form .or .or-text {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #242424;
  padding: 0 24px;
  background: #fff;
}
.IN-contact-form .form-box {
  padding: 30px 24px;
  background: #FFFFFF;
  border: 1px solid #145683;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
}
.IN-contact-form .form-box h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.5;
}
.IN-contact-form .form-box h3 {
  max-width: 726px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .IN-contact-form .form-box form {
    padding: 32px;
  }
}
.IN-contact-form .form-box form .btn.custom-width {
  width: 100%;
  max-width: 195px;
}
.IN-contact-form .form-box .btn-shadow {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}
.IN-faq-page {
  padding-top: 60px;
  padding-bottom: 140px;
  background: url("../images/faq/faq-bg-left.svg") no-repeat top 60px left, url("../images/faq/faq-bg-right.svg") no-repeat center right;
}
.IN-faq-page .faq-sidebar {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  border-radius: 20px;
  padding: 24px 16px;
  box-shadow: 0px 130px 52px rgba(0, 0, 0, 0.01), 0px 8px 18px rgba(0, 0, 0, 0.1);
}
.IN-faq-page .faq-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.IN-faq-page .faq-menu-item {
  padding: 14px 20px;
  margin-bottom: 8px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.IN-faq-page .faq-menu-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}
.IN-faq-page .faq-menu-item.active {
  background: #FFFFFF !important;
  color: #145683 !important;
  font-weight: 700;
  box-shadow: 0px 4px 12px rgba(0, 60, 102, 0.1);
}
.IN-faq-page .faq-menu-item.active .chevron-icon {
  color: #145683 !important;
}
.IN-faq-page .faq-menu-item .chevron-icon {
  color: #FFFFFF;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.IN-faq-page .faq-menu-item.expanded .chevron-icon {
  transform: rotate(180deg);
}
.IN-faq-page .faq-submenu-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.IN-faq-page .faq-submenu {
  list-style: none;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-right: 8px;
}
.IN-faq-page .faq-submenu-item {
  padding: 10px 16px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.IN-faq-page .faq-submenu-item:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}
.IN-faq-page .faq-submenu-item.active {
  color: #145683 !important;
  background: #FFFFFF !important;
  font-weight: 700;
  box-shadow: 0px 4px 12px rgba(0, 60, 102, 0.15);
}
.IN-faq-page .faq-content-pane-container {
  padding-left: 40px;
  border-left: 1.5px solid rgba(0, 91, 155, 0.15);
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .IN-faq-page .faq-content-pane-container {
    padding-left: 0;
    border-left: none;
    border-top: 1.5px solid rgba(0, 91, 155, 0.15);
    padding-top: 32px;
    margin-top: 16px;
  }
}
.IN-faq-page .faq-category-title {
  font-weight: 700;
  font-size: 28px;
  color: #101828;
  border-bottom: 2px solid rgba(0, 91, 155, 0.05);
  padding-bottom: 12px;
}
.IN-faq-page .accordion {
  margin-top: 16px;
  margin-bottom: 24px;
}
.IN-faq-page .accordion .accordion-item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 91, 155, 0.15);
  border-radius: 12px !important;
  margin-bottom: 16px !important;
  padding: 20px 24px !important;
  box-shadow: 0px 2px 6px rgba(0, 91, 155, 0.02);
  transition: all 0.3s ease;
}
.IN-faq-page .accordion .accordion-item:hover {
  border-color: rgba(0, 91, 155, 0.4);
  box-shadow: 0px 4px 16px rgba(0, 91, 155, 0.08);
}
.IN-faq-page .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  padding: 0 !important;
  line-height: 1.4;
}
.IN-faq-page .accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url("../images/general/plus-circle.svg") no-repeat center center;
  background-size: contain;
}
.IN-faq-page .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: url("../images/general/minus-circle.svg") no-repeat center center;
  background-size: contain;
}
.IN-faq-page .accordion .accordion-item .accordion-body {
  padding-top: 12px !important;
  font-size: 15px;
  color: #4A5568;
  line-height: 1.6;
}
.IN-faq-page .accordion .accordion-item .accordion-body ul {
  margin-top: 12px;
  padding-left: 16px;
  color: #4A5568;
}
.IN-faq-page .accordion .accordion-item .accordion-body ul li {
  margin-bottom: 8px;
}
.IN-pension-plans {
  padding-top: 76px;
  padding-bottom: 32px;
}
.IN-pension-plans .plan-box {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px 32px;
  color: #1A1A1A;
  line-height: 114%;
}
.IN-pension-plans .plan-box h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.IN-pension-plans .plan-box .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
}
.IN-pension-plans .plan-box .price span {
  font-size: 30px;
  letter-spacing: -0.04em;
}
.IN-pension-plans .plan-box .percentage {
  line-height: 110%;
  letter-spacing: -0.04em;
}
.IN-pension-plans .plan-box a {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #1A1A1A;
}
.IN-pension-plans .feature-plan {
  background: #145683;
  box-shadow: 0px 130px 52px rgba(0, 0, 0, 0.01), 0px 73px 44px rgba(0, 0, 0, 0.05), 0px 33px 33px rgba(0, 0, 0, 0.09), 0px 8px 18px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  padding: 10px 4px 4px 4px;
}
.IN-pension-plans .feature-plan .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
}
.IN-baskets {
  padding-top: 30px;
}
.IN-baskets .container {
  max-width: 1350px;
}
.IN-baskets .nav-tabs {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: #F1F9FF;
}
.IN-baskets .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  text-align: initial;
  padding: 24px 20px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #1A1A1A;
  border-radius: 0;
  font-weight: 400;
}
.IN-baskets .nav-tabs .nav-link .text-gray2 {
  margin-bottom: 6px;
}
.IN-baskets .nav-tabs .nav-link h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #1A1A1A;
}
.IN-baskets .nav-tabs .nav-link .img-box {
  width: 92px;
}
.IN-baskets .nav-tabs .nav-link .link-content {
  flex: 1 0 0;
}
.IN-baskets .nav-tabs .nav-link.active {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  font-weight: 400;
}
.IN-baskets .nav-tabs .nav-link.active .text-gray2 {
  color: #F5F5F5;
}
.IN-baskets .nav-tabs .nav-link.active h3 {
  color: #fff;
}
.IN-baskets .nav-tabs .nav-item:last-child .nav-link {
  border-right: 0;
}
.IN-baskets .card {
  background: #FFFFFF;
  box-shadow: 0px 4.13699px 58.9521px rgba(0, 0, 0, 0.08);
  border-radius: 8.27397px;
  padding: 18px;
  height: 100%;
}
.IN-baskets .card .graph-img {
  max-width: 210px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.IN-baskets .card .graph-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  font-weight: 500;
  font-size: 14.4456px;
  line-height: 143%;
  color: #4E5969;
}
.IN-baskets .card .text-dark-gray {
  color: #4E5969;
}
.IN-plan-cards {
  padding-top: 104px;
  padding-bottom: 120px;
}
.IN-plan-cards .plan-box {
  max-width: 974px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px;
  border: 1px solid #003150;
  padding: 40px;
}
.IN-plan-cards .plan-box .card {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  border: 1px solid #003150;
  padding: 32px 48px;
  text-align: center;
  max-width: 367px;
  margin: 0 auto;
  background: url("../images/portfolio/card-left-top-bg.png") no-repeat top left -20px, url("../images/portfolio/card-bottom-bg.png") no-repeat bottom right;
}
.IN-plan-cards .plan-box .card .card-title {
  padding-top: 100px;
  padding-bottom: 100px;
}
.IN-plan-cards .plan-box .card .btn {
  font-size: 24px;
  font-weight: 600;
  padding: 8px 13px;
}
.IN-plan-cards .plan-box .col-12:nth-child(even) .card {
  background: url("../images/portfolio/card-right-bg.png") no-repeat right top, url("../images/portfolio/card-left-bg.png") no-repeat left center;
}
.IN-stocks-info .portfolio-main-heading {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  border: 2px solid #296EA1;
  border-radius: 6px;
  padding: 10px 28px;
}
.IN-stocks-info .portfolio-chart-wrapper {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.IN-stocks-info .stocks-y-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  color: #555;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  margin-right: 12px;
  border-right: 1px solid #d8e6f3;
}
.IN-stocks-info .features-chart {
  flex: 1;
  min-width: 0;
}
.IN-stocks-info .features-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 0;
}
.IN-stocks-info .feat-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 4px 8px;
}
.IN-stocks-info .feat-node .feat-box {
  flex: 1;
  border: 1.5px solid #296EA1;
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a2e;
  width: 100%;
  line-height: 1.4;
}
.IN-stocks-info .feat-node .feat-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #296EA1;
  background: #fff;
  margin-top: 8px;
  flex-shrink: 0;
}
.IN-stocks-info .feat-node--active .feat-box {
  background: linear-gradient(135deg, #418DC6, #003150);
  color: #fff;
  border-color: transparent;
}
.IN-stocks-info .feat-node--active .feat-dot {
  background: linear-gradient(135deg, #418DC6, #003150);
  border-color: #418DC6;
}
.IN-stocks-info .chart-sep {
  grid-column: 1/-1;
  height: 1.5px;
  background: repeating-linear-gradient(to right, #296EA1 0, #296EA1 6px, transparent 6px, transparent 14px);
  opacity: 0.5;
}
.IN-stocks-info .strategy-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  padding-left: 4px;
}
.IN-stocks-info .strategy-footer .footer-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #296EA1, #a8c6e8);
}
.IN-stocks-info .strategy-footer .footer-text {
  font-size: 14px;
  color: #444;
  margin: 0;
  font-style: italic;
  white-space: nowrap;
}
.IN-stocks-info .pension-info-content {
  text-align: center;
  padding: 20px 0 10px;
}
.IN-stocks-info .pension-info-content .pension-info-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  max-width: 900px;
  margin: 0 auto 16px;
  line-height: 1.5;
}
.IN-stocks-info .pension-info-content .pension-info-text {
  font-size: 15px;
  color: #555;
  max-width: 760px;
  margin: 0 auto 16px;
  line-height: 1.6;
}
.IN-stocks-info .pension-info-content .investment-basket-note {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.IN-retirment-plans {
  padding-top: 60px;
  padding-bottom: 60px;
}
.IN-retirment-plans .retirement-plans-scroll-wrapper {
  position: relative;
}
.IN-retirment-plans .retirement-plans-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.IN-retirment-plans .retirement-plans-scroll-container::-webkit-scrollbar {
  display: none;
}
.IN-retirment-plans .retirement-plans-scroll-track {
  display: flex;
  gap: 20px;
  padding: 20px 4px 28px;
}
.IN-retirment-plans .plan-card {
  flex: 0 0 240px;
  width: 240px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  scroll-snap-align: start;
  line-height: 1.5;
  transition: box-shadow 0.2s ease;
}
.IN-retirment-plans .plan-card:hover {
  box-shadow: 0px 8px 32px rgba(0, 60, 102, 0.14);
}
.IN-team {
  position: relative;
}
.IN-team .details-block {
  margin-top: -87px;
}
.IN-team .details-block .img-box,
.IN-team .details-block .IN-details-box {
  border: 1px solid #003150;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  line-height: 1.5;
}
.IN-team .details-block .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IN-team .team-ifo-block {
  padding-top: 80px;
  padding-bottom: 30px;
  background: url("../images/faq/faq-bg-left.svg") no-repeat top left, url("../images/faq/faq-bg-right.svg") no-repeat bottom right;
}
.IN-team .team-ifo-block .team-box {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #003150;
  border-radius: 40px;
  padding: 40px 80px;
}
.IN-team .team-ifo-block .team-box .gx-5 {
  --bs-gutter-x: 138px ;
}
.IN-team .team-ifo-block .team-box .member-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: -39px 40px 33px rgba(0, 0, 0, 0.01), -17px 18px 25px rgba(0, 0, 0, 0.02), -4px 4px 14px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  border: 1px solid #418DC6;
  padding: 20px;
}
.IN-team .team-ifo-block .team-box .member-box .text-black {
  color: #000;
  line-height: 140%;
}
.IN-team .team-ifo-block .team-box .member-box .member-title {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  border-radius: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #F1F9FF;
  padding: 20px;
}
.IN-team .team-ifo-block .team-box .member-box .member-title span {
  font-weight: 600;
  font-size: 16px;
}
.IN-team .team-ifo-block .team-box .member-box .member-img {
  height: 136px;
  position: absolute;
  bottom: -1px;
  right: -58px;
}
.IN-intent {
  padding-top: 50px;
  padding-bottom: 100px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .IN-intent .g-md-5 {
    --bs-gutter-y: 40px;
  }
}
.IN-intent .intent-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #418DC6;
  border-radius: 24px;
  height: 271px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
.IN-intent .intent-box div {
  position: relative;
  z-index: 2;
}
.IN-intent .intent-box::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 40px);
  top: calc(50% - 40px);
  height: 80px;
  width: 80px;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #74BCE8 1.21%, #6cbbec 31.12%, #66B7EB 56.29%, #50b0f0 79.65%, #33a5f6 100%);
  opacity: 0;
  transition: width 0.4s ease-out, height 0.4s ease-out, right 0.4s ease-out, top 0.4s ease-out, opacity 0.5s ease-out;
}
.IN-intent .intent-box.big::before {
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  transition: width 0.4s ease-out, height 0.4s ease-out, right 0.4s ease-out, top 0.4s ease-out, opacity 0.5s ease-out;
}
.IN-intent .intent-box .text-gradient {
  transition: all 0.3s ease-in-out;
}
.IN-intent .intent-box:hover {
  color: #fff;
}
.IN-intent .intent-box:hover::before {
  top: 0;
  right: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
}
.IN-intent .intent-box:hover .text-gradient {
  -webkit-text-fill-color: #fff;
  background: transparent;
  color: #fff;
}
.IN-pension-cards {
  padding-top: 40px;
  padding-bottom: 75px;
  /* .input-group {
      background: #FFFFFF;
      border-radius: 12px;
      border: 1px solid #DBDBDB;
      overflow: hidden;
      padding: 14px;

      .input-group-text,
      .form-control {
          background: transparent;
          border: 0;
          box-shadow: none !important;
          height: 25px;
          padding: 0;
          font-size: 18px;
          font-weight: 500;

          &::placeholder {
              color: #767676;
          }
      }

      .input-group-text {
          margin-right: 20px;
      }
  }*/
}
.IN-pension-cards .card {
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 4px rgba(136, 136, 136, 0.25);
  border-radius: 10.9578px;
}
.IN-pension-cards .card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D7E7F9;
  border-radius: 12px;
}
.IN-pension-cards .card .card-body {
  padding: 0;
  line-height: 143%;
}
.IN-pension-cards .card .card-body .font-big {
  color: #252B37;
  line-height: 140%;
}
.IN-pension-cards .card .card-body .tag {
  font-weight: 500;
  font-size: 12px;
  color: #418DC6;
  background: #E5F6FF;
  border-radius: 23px;
  padding: 8px 10px;
  border: 0;
}
.IN-pension-cards .card .card-body ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
  padding-left: 14px;
}
.IN-pension-cards .card .card-body ul li::marker {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  border-radius: 1px;
}
.IN-pension-cards .card .card-footer {
  border: 0;
  background: transparent;
  padding: 0;
}
.IN-pension-cards .card .card-footer .btn-gradient-primary {
  background: linear-gradient(90deg, #006BEB 0%, #25A1DC 50%, #00948F 100%);
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  padding: 7px 10px;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.IN-pension-cards .card .card-footer .btn-gradient-primary img {
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.IN-pension-cards .card .card-footer .btn-gradient-primary:hover {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
}
.IN-pension-cards .card .card-footer .btn-gradient-primary:hover img {
  margin-left: 20px;
}
.IN-pension-cards .card.big-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.IN-invest-steps {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 1200px) {
  .IN-invest-steps .gx-xl-5 {
    --bs-gutter-x: 40px;
  }
}
.IN-invest-steps .invest-step-box {
  padding: 20px;
  background: #E0F2FF;
  border-radius: 20px;
  height: 100%;
}
.IN-invest-steps .invest-step-box .text-gray {
  color: #909090 !important;
  line-height: 140%;
}
.IN-gold-catalogue {
  padding-top: 40px;
  padding-bottom: 40px;
}
.IN-gold-catalogue .nav-tabs {
  width: fit-content;
  margin: 0 auto;
  background: #F4F4F4;
  border-radius: 12px;
  border: 0;
  padding: 0;
}
.IN-gold-catalogue .nav-tabs .nav-item:not(:last-child) {
  margin-right: 32px;
}
.IN-gold-catalogue .nav-tabs .nav-link {
  padding: 8.5px 13.5px;
  color: #296EA1;
  font-size: 24px;
  line-height: 142%;
  font-weight: 400;
  min-width: 186px;
}
.IN-gold-catalogue .nav-tabs .nav-link.active {
  border: 0;
  background: #145683;
  font-weight: 400;
  color: #fff;
}
.IN-gold-catalogue .catalogue-card {
  padding: 12.9683px;
}
.IN-gold-catalogue .catalogue-card img {
  height: 224px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.IN-gold-catalogue .catalogue-card ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  list-style: none;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
}
.IN-gold-catalogue .catalogue-card ul li {
  color: #7B7B7B;
  line-height: 143%;
}
.IN-gold-catalogue .catalogue-card ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #7B7B7B;
}
.IN-certifications {
  padding-top: 86px;
  padding-bottom: 86px;
  line-height: 142%;
}
.IN-certifications .text-gray {
  color: #6E6E6E !important;
}
.IN-certifications .certify-img-block {
  position: relative;
}
.IN-certifications .certify-img-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 17.68px;
  background: rgba(0, 0, 0, 0.53);
}
.IN-certifications .certify-img-block .block-img {
  height: 204px;
  width: 100%;
  object-fit: cover;
  border-radius: 17.68px;
}
.IN-certifications .certify-img-block .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.IN-certifications .certify-img-block .content .IN-title {
  font-weight: 500;
  font-size: 35.3538px;
  line-height: 120%;
}
.IN-certifications .certify-img-block .content h3 {
  font-size: 29.4615px;
  line-height: 140%;
  margin-bottom: 0;
}
.IN-feature-product {
  padding-top: 59px;
  padding-bottom: 59px;
  box-shadow: 0px 3px 4px rgba(170, 169, 169, 0.25);
  line-height: 140%;
}
.IN-feature-product .text-gray {
  color: #7B7B7B;
}
.IN-feature-product .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0EEED;
  border-radius: 20px;
  padding: 16px;
  height: 100%;
}
.IN-feature-product .feature-badge {
  background: linear-gradient(276.53deg, #FFDF96 45.12%, #FFD06E 71.75%, #FDC248 98.38%);
  border-radius: 30px;
  padding: 8.5px 14.5px;
  font-size: 18px;
  line-height: 140%;
  color: #145683;
  width: fit-content;
}
.IN-feature-product h2 {
  line-height: 120%;
}
.IN-feature-product .tag {
  min-width: 81px;
  padding: 8.5px 11.5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  border: 0;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}
.IN-feature-product .tag.tag-warning {
  background: #FEF9C3;
  color: #CC8E00;
}
.IN-feature-product .tag.tag-danger {
  background: #FFEBEB;
  color: #DE0101;
}
.IN-feature-product .tag.tag-primary {
  background: #DBEAFE;
  color: #4273D5;
}
.IN-feature-product .tag.tag-success {
  background: #DCFCE7;
  color: #00B73F;
}
.IN-feature-product .rate i {
  color: #FDC248;
}
.IN-feature-product .rate span {
  margin-left: 13px;
}
.IN-feature-product .IN-title {
  font-size: 35px;
}
.IN-why-gold {
  padding-top: 60px;
  padding-bottom: 60px;
}
.IN-why-gold .card {
  padding: 30px;
}
.IN-why-gold .card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.06px;
  height: 73.06px;
  background: #E5EAE8;
  border-radius: 50%;
  margin: 0 auto 13px auto;
}
.IN-sell-gold {
  padding-top: 56px;
  padding-bottom: 56px;
}
.IN-sell-gold h3 {
  font-size: 22px;
}
.IN-sell-gold .card {
  border: 0;
  box-shadow: none;
}
.IN-sell-gold .card .card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.06px;
  height: 73.06px;
  background: #145683;
  border-radius: 50%;
  margin: 0 auto 13px auto;
  font-weight: 600;
  font-size: 26px;
  line-height: 108%;
  color: #FFFFFF;
}
.IN-gold-guide {
  padding-bottom: 130px;
}
.IN-gold-guide .card {
  padding: 37px 30px;
  height: 100%;
}
.IN-gold-guide .card img {
  width: 59px;
}
.IN-terms a {
  color: #145683;
}
.IN-terms .content-box {
  background: #fff;
  border: 1px solid #000000;
  filter: drop-shadow(2px 1px 10px rgba(0, 0, 0, 0.25));
  border-radius: 16px;
  padding: 24px;
  line-height: 150%;
  color: #242424;
}
.IN-terms .content-box ul {
  margin-bottom: 0;
}
.IN-pension-basic {
  line-height: 144%;
}
.IN-pension-basic .IN-title {
  color: #161616;
}
.IN-pension-basic .table-responsive.border-gray tbody tr:last-child td {
  border: 0;
  box-shadow: none;
}
.IN-pension-basic ul li:not(:last-child),
.IN-pension-basic ol li:not(:last-child) {
  margin-bottom: 5px;
}
.IN-safestox-intro {
  padding-top: 80px;
  padding-bottom: 240px;
  background: url("../images/safestox/bg-left-top.png") no-repeat left top, url("../images/safestox/bg-right-bottom.png") no-repeat right bottom;
}
.IN-safestox-intro .intro-box {
  background: linear-gradient(171.56deg, rgba(0, 149, 255, 0.1) -11.58%, rgba(0, 60, 102, 0.1) 100.16%);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px 80px;
  line-height: 144%;
  color: #181800;
}
.IN-safestox-intro .intro-box .circle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 246px;
  width: 246px;
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0 auto;
}
.IN-safestox-about {
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  padding-bottom: 80px;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  color: #F1F9FF;
}
.IN-safestox-about .rating-box {
  position: relative;
  background: linear-gradient(93.84deg, rgba(255, 153, 0, 0.8) 1.54%, rgba(222, 1, 1, 0.8) 94.87%);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  line-height: 140%;
  top: -119px;
}
.IN-safestox-about .rating-box ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.IN-safestox-about .rating-box ul li {
  position: relative;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 144%;
}
.IN-safestox-about .rating-box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.IN-safestox-about .rating-box ul li::before {
  content: "";
  display: block;
  margin-top: 2px;
  width: 20px;
  height: 28px;
  background: url("../images/safestox/star-white-img.svg") no-repeat center center;
}
.IN-safestox-about .rating-box ul li div {
  flex: 1 0 0;
  padding-left: 16px;
}
.IN-safestox-about .content {
  margin-top: -120px;
}
.IN-safestox-about h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 144%;
  max-width: 1253px;
  margin: 0 auto;
}
.IN-safestox-financial .rating-box {
  max-width: 1360px;
  margin: 80px 0 80px auto;
  padding: 55px 90px;
  background: #F1F9FF;
  box-shadow: 0px 0px 16px rgba(0, 91, 155, 0.18);
  border-radius: 160px 0px 0px 160px;
  overflow: hidden;
}
.IN-safestox-financial .rating-box h3 {
  line-height: 150%;
}
.IN-safestox-financial .rating-box .rate-step {
  padding: 12px 28px;
  font-weight: 500;
  font-size: 24px;
  line-height: 144%;
  border-radius: 330px;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
.IN-safestox-financial .rating-box .rate-step span {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
}
.IN-safestox-financial .rating-box .rate-step.success {
  background: rgba(0, 157, 47, 0.122);
  transform: translateX(calc(100% + 60px));
}
.IN-safestox-financial .rating-box .rate-step.success span {
  color: #009D2F;
}
.IN-safestox-financial .rating-box .rate-step.warning {
  background: rgba(255, 153, 0, 0.122);
  transform: translateX(calc(100% + 80px));
}
.IN-safestox-financial .rating-box .rate-step.warning span {
  color: #FF9900;
}
.IN-safestox-financial .rating-box .rate-step.danger {
  background: rgba(222, 1, 1, 0.122);
  transform: translateX(calc(100% + 100px));
}
.IN-safestox-financial .rating-box .rate-step.danger span {
  color: #DE0101;
}
@media (min-width: 992px) {
  .IN-safestox-financial .rating-box.active .rate-step {
    transform: translateX(0) !important;
  }
  .IN-safestox-financial .rating-box.active .rate-step:nth-child(1) {
    transition-delay: 0s;
  }
  .IN-safestox-financial .rating-box.active .rate-step:nth-child(2) {
    transition-delay: 0.15s;
  }
  .IN-safestox-financial .rating-box.active .rate-step:nth-child(3) {
    transition-delay: 0.3s;
  }
}
.IN-safestox-financial .value-list {
  display: flex;
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.IN-safestox-financial .value-list li {
  flex: 1 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.IN-safestox-financial .value-list li img {
  margin-right: 10px;
}
.IN-safestox-financial .value-list li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.251);
}
.IN-safestox-financial .financial-products {
  background: url("../images/safestox/financial-bg.png") no-repeat center top;
  background-size: 100% 100%;
  padding-top: 34px;
  padding-bottom: 94px;
}
.IN-safestox-financial .financial-products .product-box {
  margin-top: 45px;
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  height: calc(100% - 45px);
}
.IN-safestox-financial .financial-products .product-box .box-head {
  height: 64px;
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  border-radius: 8px 8px 0 0;
}
.IN-safestox-financial .financial-products .product-box .box-head .box-icon {
  position: relative;
  width: 91.31px;
  height: 91.31px;
  border-radius: 50%;
  background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  top: -45px;
}
.IN-safestox-financial .financial-products .product-box .box-head .box-icon::before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  border-radius: 50%;
  background: #FEFEFE;
}
.IN-safestox-financial .financial-products .product-box .box-head .box-icon img {
  z-index: 2;
  position: relative;
}
.IN-safestox-financial .financial-products .product-box .box-body {
  background: #fff;
  height: calc(100% - 64px);
  border-radius: 0 0 8px 8px;
  padding: 25px 18px;
}
.IN-safestox-financial .financial-products .product-box .box-body ul {
  margin: 0;
  padding-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
}
.IN-safestox-how-works {
  line-height: 150%;
}
.IN-safestox-how-works .disclaimer-box {
  background: #F1F9FF;
  border-radius: 16px;
  padding: 32px;
  line-height: 133%;
}
.IN-safestox-what-is-mf {
  padding: 80px 0 60px;
  background: radial-gradient(circle at 10% 20%, rgba(0, 91, 155, 0.03) 0%, transparent 40%);
  position: relative;
}
.IN-safestox-what-is-mf .what-is-mf-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.IN-safestox-what-is-mf .what-is-mf-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #1A1A1A;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
.IN-safestox-what-is-mf .what-is-mf-description {
  font-size: 16px;
  line-height: 160%;
  color: #666666;
  margin-bottom: 32px;
}
.IN-safestox-what-is-mf .what-is-mf-description strong {
  color: #1A1A1A;
  font-weight: 600;
}
.IN-safestox-what-is-mf .btn-start-investing {
  background: linear-gradient(180deg, #145683 0%, #003150 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  box-shadow: 0px 4px 10px rgba(0, 91, 155, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.IN-safestox-what-is-mf .btn-start-investing:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 15px rgba(0, 91, 155, 0.3);
  background: linear-gradient(180deg, #006ebc 0%, #004d82 100%);
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .IN-safestox-what-is-mf {
    padding: 50px 0 40px;
  }
  .IN-safestox-what-is-mf .what-is-mf-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .IN-safestox-what-is-mf .what-is-mf-description {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 24px;
  }
}
.IN-safestox-mf-benefits {
  padding: 60px 0;
}
.IN-safestox-mf-benefits .container {
  background: #E4F2FE;
  border-radius: 20px;
  padding: 50px 40px;
  max-width: 1140px;
}
.IN-safestox-mf-benefits .benefits-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #1A1A1A;
  margin-bottom: 40px;
}
.IN-safestox-mf-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.IN-safestox-mf-benefits .benefits-grid-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 66.66%;
  margin: 0 auto;
}
.IN-safestox-mf-benefits .benefit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #E2ECF3;
  box-shadow: 0px 4px 20px rgba(0, 91, 155, 0.02);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.IN-safestox-mf-benefits .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(0, 91, 155, 0.06);
  border-color: #D2E2EE;
}
.IN-safestox-mf-benefits .benefit-card .benefit-icon-wrapper {
  width: 42px;
  height: 42px;
  background: #EAF9F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.IN-safestox-mf-benefits .benefit-card .benefit-icon-wrapper .benefit-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.IN-safestox-mf-benefits .benefit-card .benefit-bg-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
  pointer-events: none;
}
.IN-safestox-mf-benefits .benefit-card .benefit-bg-icon .bg-icon {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
  opacity: 0.85;
}
.IN-safestox-mf-benefits .benefit-card .benefit-text {
  font-size: 15px;
  line-height: 155%;
  color: #4A4A4A;
  margin: 0;
  font-weight: 500;
  z-index: 2;
  position: relative;
  max-width: 85%;
}
.IN-safestox-mf-benefits .benefit-card .benefit-text strong {
  color: #1A1A1A;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .IN-safestox-mf-benefits .container {
    padding: 30px 20px;
  }
  .IN-safestox-mf-benefits .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .IN-safestox-mf-benefits .benefits-grid-row2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .IN-safestox-mf-benefits .benefits-grid, .IN-safestox-mf-benefits .benefits-grid-row2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .IN-safestox-mf-benefits .benefit-card {
    min-height: auto;
  }
  .IN-safestox-mf-benefits .benefit-card .benefit-bg-icon {
    width: 35%;
  }
}
.IN-safestox-why-invulb {
  padding: 60px 0 100px;
}
.IN-safestox-why-invulb .why-invulb-title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #1A1A1A;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}
.IN-safestox-why-invulb .why-invulb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.IN-safestox-why-invulb .why-invulb-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid #EBF2F7;
  box-shadow: 0px 10px 30px rgba(0, 91, 155, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.IN-safestox-why-invulb .why-invulb-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 15px 40px rgba(0, 91, 155, 0.08);
  border-color: #D2E1ED;
}
.IN-safestox-why-invulb .why-invulb-card .why-invulb-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.IN-safestox-why-invulb .why-invulb-card .why-invulb-icon-wrapper .why-invulb-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.IN-safestox-why-invulb .why-invulb-card:nth-child(1) .why-invulb-icon-wrapper {
  background: #E8F0FE;
}
.IN-safestox-why-invulb .why-invulb-card:nth-child(2) .why-invulb-icon-wrapper {
  background: #F3E8FF;
}
.IN-safestox-why-invulb .why-invulb-card:nth-child(3) .why-invulb-icon-wrapper {
  background: #DCFCE7;
}
.IN-safestox-why-invulb .why-invulb-card:nth-child(4) .why-invulb-icon-wrapper {
  background: #E8F0FE;
}
.IN-safestox-why-invulb .why-invulb-card .why-invulb-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #1A1A1A;
  margin-bottom: 16px;
  letter-spacing: -0.2px;
}
.IN-safestox-why-invulb .why-invulb-card .why-invulb-text {
  font-size: 14px;
  line-height: 155%;
  color: #666666;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .IN-safestox-why-invulb .why-invulb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .IN-safestox-why-invulb {
    padding: 50px 0 70px;
  }
  .IN-safestox-why-invulb .why-invulb-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .IN-safestox-why-invulb .why-invulb-card {
    padding: 24px 20px;
  }
}
.IN-safestox-explore-baskets {
  padding: 80px 0;
  background: #ffffff;
}
.IN-safestox-explore-baskets .explore-baskets-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
.IN-safestox-explore-baskets .header-left {
  max-width: 720px;
}
.IN-safestox-explore-baskets .explore-baskets-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  color: #1A1A1A;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.IN-safestox-explore-baskets .explore-baskets-description {
  font-size: 16px;
  line-height: 160%;
  color: #666666;
  margin: 0;
}
.IN-safestox-explore-baskets .explore-baskets-description strong {
  color: #1A1A1A;
  font-weight: 600;
}
.IN-safestox-explore-baskets .header-right {
  padding-top: 10px;
}
.IN-safestox-explore-baskets .btn-get-started {
  background: linear-gradient(180deg, #145683 0%, #003150 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  box-shadow: 0px 4px 10px rgba(0, 91, 155, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.IN-safestox-explore-baskets .btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 15px rgba(0, 91, 155, 0.3);
  background: linear-gradient(180deg, #006ebc 0%, #004d82 100%);
  color: #ffffff;
}
.IN-safestox-explore-baskets .pension-plans-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.IN-safestox-explore-baskets .pension-plan-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.IN-safestox-explore-baskets .pension-plan-item .plan-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 13px;
  line-height: 150%;
  color: #666666;
  margin: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.IN-safestox-explore-baskets .pension-plan-item.active {
  background: #E4F2FE;
  border-color: rgba(0, 91, 155, 0.05);
}
.IN-safestox-explore-baskets .pension-plan-item.active .plan-description {
  max-height: 100px;
  opacity: 1;
  margin-top: 8px;
}
.IN-safestox-explore-baskets .plan-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #145683;
  margin: 0;
  transition: color 0.3s ease;
}
.IN-safestox-explore-baskets .pension-plan-item:not(.active) .plan-name {
  color: #4A4A4A;
  font-weight: 600;
}
.IN-safestox-explore-baskets .pension-plan-item:hover:not(.active) {
  background: #f8fbfd;
}
.IN-safestox-explore-baskets .plan-arrow-wrapper {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #D2E2EE;
  color: #145683;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}
.IN-safestox-explore-baskets .pension-plan-item.active .plan-arrow-wrapper {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 91, 155, 0.1);
}
.IN-safestox-explore-baskets .pension-plan-item:hover .plan-arrow-wrapper {
  transform: translateX(3px);
}
.IN-safestox-explore-baskets .explore-baskets-visual-box {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.IN-safestox-explore-baskets .visual-blue-container {
  background: #E4F2FE;
  border-radius: 24px;
  width: 100%;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.IN-safestox-explore-baskets .phone-mockup-frame {
  width: 250px;
  height: 220px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.IN-safestox-explore-baskets .visual-phone-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}
@media (max-width: 991.98px) {
  .IN-safestox-explore-baskets {
    padding: 60px 0;
  }
  .IN-safestox-explore-baskets .explore-baskets-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }
  .IN-safestox-explore-baskets .header-right {
    padding-top: 0;
  }
  .IN-safestox-explore-baskets .explore-baskets-visual-box {
    margin-top: 32px;
  }
  .IN-safestox-explore-baskets .visual-blue-container {
    min-height: 300px;
  }
  .IN-safestox-explore-baskets .phone-mockup-frame {
    width: 200px;
    height: 180px;
  }
}
.IN-safestox-mobile-app {
  padding: 80px 0;
  background: #ffffff;
}
.IN-safestox-mobile-app .mobile-app-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.IN-safestox-mobile-app .mobile-app-card-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.IN-safestox-mobile-app .mobile-app-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0px 8px 30px rgba(0, 59, 102, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.IN-safestox-mobile-app .mobile-app-img:hover {
  transform: translateY(-6px);
  box-shadow: 0px 20px 45px rgba(0, 59, 102, 0.18);
}
@media (max-width: 991.98px) {
  .IN-safestox-mobile-app {
    padding: 50px 0;
  }
}

footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("../images/general/footer-bg-left.svg") no-repeat bottom left, url("../images/general/footer-bg-right.svg") no-repeat bottom right;
}
footer .container {
  max-width: 1130px;
}
footer .title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #002438;
}
footer ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  line-height: 140%;
  color: #002438;
}
footer .contact-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 188%;
  text-decoration: underline !important;
}
footer .note {
  line-height: 22px;
  margin-bottom: 64px;
}
footer .copyright {
  text-decoration: underline;
  font-size: 14px;
  color: #002438;
}
footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 32.48px;
  border: 1px solid rgba(10, 20, 47, 0.25);
  border-radius: 19.5px;
  transition: all 0.3s ease-in-out;
}
footer .social-links a:not(:last-child) {
  margin-right: 14px;
}
footer .social-links a:hover {
  transform: scale(1.2);
  background: linear-gradient(276.53deg, #FFDF96 45.12%, #FFD06E 71.75%, #FDC248 98.38%);
  border-color: transparent;
}

/*** media query styles ****/
@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    border: 0;
    padding: 0;
  }
  .navbar .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 280px;
    height: 100%;
    padding: 16px;
    padding-top: 10px;
    background: #145683;
    box-shadow: rgba(149, 157, 165, 0.2) 6px 0px 24px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
  }
  .navbar .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar .navbar-nav .nav-link {
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar .navbar-nav .nav-link.text-gradient {
    -webkit-text-fill-color: #fff;
  }
  .navbar .navbar-nav .nav-link.btn-outline-primary {
    border: 0;
    padding: 15px 0;
    background: transparent;
  }
  .navbar .navbar-nav .nav-link::before {
    display: none;
  }
  .navbar .navbar-nav .nav-link.btn-signup {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    border-bottom: 0;
    padding: 14px 20px;
  }
  .navbar .dropdown-menu {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
    padding: 4px;
    margin-bottom: 6px;
  }
  .navbar .dropdown-menu .dropdown-item {
    color: #E8F2FB;
    padding: 10px 12px;
  }
  .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
  }
  .navbar .dropdown-menu .dropdown-item.disabled {
    color: #A8C1D6;
  }
  .IN-hero .absolute-img {
    display: none;
  }
  .IN-hero h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .IN-hero .download-links img {
    max-width: 160px;
  }
  .IN-use-guide .absolute-img-left {
    display: none;
  }
  .IN-calculator .white-box {
    background-image: none;
  }
  .IN-about-us .about-us-box {
    overflow: hidden;
    position: relative;
  }
  .IN-about-us .about-us-box .absolute-img {
    left: 43px;
    top: -9px;
    transform: rotate(45deg);
  }
  .IN-about-us .about-us-box .absolute-img img {
    max-height: 200px;
  }
  .IN-about-us .about-us-box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    right: -7px;
    height: 200px;
    width: 200px;
    background: url(../images/general/bg-img2.svg) no-repeat center center;
    background-size: 100% 100%;
    transform: rotateZ(209deg);
  }
  .IN-dashboard-img {
    padding-top: 75px;
  }
  .IN-investment-video {
    padding-bottom: 100px;
  }
  .IN-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  footer {
    background-size: auto 25%, auto 50%;
  }
  .IN-baskets .nav-tabs .nav-link h3 {
    font-size: 24px;
  }
  .IN-contact-form .form-box h2 {
    font-size: 50px;
  }
  .IN-team .details-block .img-box,
  .IN-team .details-block .IN-details-box {
    font-size: 14px;
  }
  .IN-safestox-financial .rating-box {
    padding: 24px 16px;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
  }
  .IN-safestox-financial .rating-box .rate-step {
    margin: 0 auto;
    transform: translateX(0) !important;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  .IN-title {
    font-size: 26px;
  }
  .accordion .accordion-item {
    font-size: 16px;
  }
  .form-check .form-check-label {
    padding: 6px 16px;
  }
  .search-form {
    padding: 16px 24px;
  }
  .search-form .input-group-text {
    margin-right: 16px;
  }
  .search-form .form-control {
    font-size: 14px;
  }
  .IN-hero {
    text-align: center;
  }
  .IN-hero .content-box {
    position: relative;
    max-width: 100%;
    z-index: 3;
    color: #fff;
  }
  .IN-hero .content-box h2 {
    color: #fff;
  }
  .IN-hero .content-box h2 br {
    display: none;
  }
  .IN-hero .content-box .explore-box {
    justify-content: center;
  }
  .IN-hero .img {
    max-height: 400px;
  }
  .IN-hero .carousel .carousel-indicators {
    bottom: 15px;
  }
  .IN-hero .carousel .carousel-item {
    background: linear-gradient(171.56deg, #418DC6 -11.58%, #003150 100.16%);
  }
  .IN-hero .carousel .carousel-item .box {
    background-position: center bottom !important;
  }
  .IN-hero .carousel .carousel-item .box::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  }
  .IN-use-guide .step {
    padding-bottom: 16px;
  }
  .IN-use-guide .step .step-number {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .IN-use-guide .step::before, .IN-use-guide .step::after {
    left: 17px;
  }
  .IN-use-guide .step .step-content {
    margin-left: 16px;
    padding: 24px;
    font-size: 14px;
  }
  .IN-use-guide .step .step-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .IN-investment-video {
    background: #f9f9f9;
  }
  .IN-hero-inner {
    font-size: 20px;
  }
  .IN-hero-inner h1 {
    font-size: 40px;
  }
  .IN-team .team-ifo-block .team-box {
    padding: 40px 30px;
  }
  .IN-team .team-ifo-block .team-box .member-box .member-img {
    display: none;
  }
  .IN-gold-catalogue .nav-tabs .nav-link {
    font-size: 16px;
  }
  .IN-certifications .certify-img-block .content .IN-title {
    font-size: 26px;
  }
  .IN-certifications .certify-img-block .content h3 {
    font-size: 18px;
  }
  .IN-safestox-intro .intro-box {
    padding: 40px 16px;
  }
  .IN-safestox-intro .intro-box .font-big,
  .IN-safestox-intro .intro-box h3 {
    font-size: 16px;
  }
  .IN-safestox-intro .intro-box .circle-box {
    height: 200px;
    width: 200px;
    font-size: 20px;
  }
  .IN-safestox-about h3 {
    font-size: 16px;
    text-align: center;
  }
  .IN-safestox-about .rating-box ul li {
    font-size: 16px;
  }
  .IN-safestox-financial h3 {
    font-size: 18px;
  }
  .IN-safestox-financial .rating-box .rate-step {
    font-size: 16px;
  }
  .IN-safestox-financial .rating-box .rate-step span {
    font-size: 20px;
  }
  .IN-safestox-financial .value-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .IN-safestox-financial .value-list li {
    font-size: 16px;
    margin-bottom: 15px;
    border: 0 !important;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .font-medium {
    font-size: 16px;
  }
  .font-big {
    font-size: 18px;
  }
  .form-label {
    font-size: 14px;
  }
  .nav-tabs .nav-link {
    font-size: 14px;
  }
  .IN-about-us .about-us-box {
    height: auto;
    padding: 30px;
  }
  .IN-about-us .about-us-box .swiper-slide {
    padding: 15px 20px;
  }
  .IN-calculator .calculator-box {
    padding: 30px 20px;
  }
  .IN-calculator .calculator-box .label-text {
    font-size: 14px;
  }
  .IN-hero-inner {
    font-size: 16px;
  }
  .IN-hero-inner h1 {
    font-size: 35px;
  }
  .IN-plan-cards .plan-box .card .btn {
    font-size: 16px;
  }
  .contact-info-box h3 {
    font-size: 20px;
  }
  .IN-contact-form .form-box h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .IN-safestox-intro {
    padding-top: 40px;
    padding-bottom: 200px;
  }
  .IN-safestox-intro .intro-box .circle-box {
    height: 150px;
    width: 150px;
    font-size: 16px;
  }
  .IN-safestox-about h3 {
    font-size: 16px;
    text-align: center;
  }
  .IN-safestox-about .rating-box ul li {
    font-size: 14px;
  }
  .IN-safestox-about .rating-box ul li::before {
    display: none;
  }
  .IN-safestox-about .rating-box ul li div {
    padding-left: 0;
  }
  .IN-safestox-financial .financial-products {
    background: transparent;
  }
  .IN-safestox-financial .financial-products .product-box {
    margin-top: 34px;
    height: auto;
    border-color: #e8e7e7;
  }
  .IN-safestox-financial .financial-products .product-box .box-head {
    height: 50px;
  }
  .IN-safestox-financial .financial-products .product-box .box-head .box-icon {
    width: 70px;
    height: 70px;
    top: -33px;
    padding: 16px;
  }
  .IN-safestox-financial .financial-products .product-box .box-head .box-icon::before {
    width: 55px;
    height: 55px;
  }
  .IN-safestox-how-works .disclaimer-box {
    padding: 30px 16px;
  }
  .IN-safestox-how-works .disclaimer-box .font-medium {
    font-size: 12px;
  }
}
