@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

body {
  padding-top: 79px;
  font-family: "Myriad Pro", "Lato";
  font-weight: normal;
  color: #434348;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1142px !important;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5b6885;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5b6885;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5b6885;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5b6885;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5b6885;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5b6885;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5b6885;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1116px;
  }
}

@media screen and (max-width: 767px) {
  .prl8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

.title_72,
.title_60,
.title_32,
.title_48,
.title_24,
.title_16 {
  font-family: "Figtree", "Lato";
}

.title_72 {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0px;
  text-wrap: balance;
  text-transform: capitalize;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .title_72 {
    font-size: 48px;
    margin: 0 0 32px;
  }
}
.title_72 span {
  background: -webkit-gradient(linear, left top, right top, from(#f4640c), to(#ffc300));
  background: linear-gradient(90deg, #f4640c 0%, #ffc300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_60 {
  color: #0b0c10;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.2px;
  margin: 0 0 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .title_60 {
    font-size: 48px;
  }
}

.title_48 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .title_48 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}

.title_32 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .title_32 {
    font-size: 24px;
  }
}

.title_24 {
  color: #0b0c10;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .title_24 {
    font-size: 16px;
  }
}

.title_20 {
  color: #434348;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .title_20 {
    font-size: 18px;
  }
}

.title_16 {
  color: #1e202b;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: capitalize;
}

.sub_heading {
  color: #5b6885;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 8px;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .sub_heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sub_heading {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.grey {
  color: #0b0c10;
}

.grey2 {
  color: #262932;
}

.orange {
  color: #f88808;
}

.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

.red {
  color: #cc332b;
}

#thankYouMessage {
  display: none;
  position: fixed;
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  z-index: 1024;
}
#thankYouMessage .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
#thankYouMessage .flexBox img {
  width: 48px;
  height: 48px;
}
#thankYouMessage .flexBox .contents {
  position: relative;
}
#thankYouMessage .flexBox .contents::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d9d5d1;
  position: absolute;
  left: -16px;
  top: 0;
}
#thankYouMessage .flexBox .contents h4 {
  color: #1e202b;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 4px;
}
#thankYouMessage .flexBox .contents p {
  color: #434348;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.tags span {
  padding: 4px 12px;
  border-radius: 100px;
  background-color: #f6f1eb;
  color: #434348;
  font-family: "Myriad Pro", "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .tags span {
    padding: 5px 12px;
  }
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 36px;
  --bs-pagination-color: #1e202b;
  --bs-border-color: #1e202b;
  border: 0;
  gap: 8px;
}
.pagination .page-item svg path {
  stroke: #1e202b;
}
.pagination .page-item.disabled svg path {
  stroke: #5b6885;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  border-color: transparent;
  background-color: transparent;
  font-family: "Myriad Pro", "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  height: 32px;
  width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
  background-color: transparent;
  color: #1e202b;
  border-color: #1e202b;
}

.header {
  padding: 8px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1025;
  background-color: #fff;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 40px;
}
.header .header-inner .header-logo {
  display: block;
  width: 122px;
  height: 48px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .header .header-inner .header-logo {
    width: 89px;
    height: 40px;
  }
}
.header .header-inner .header-logo img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header .header-inner .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 30px;
  margin-left: auto;
}
.header .header-inner .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 992px) {
  .header .header-inner .navbar {
    margin-bottom: 40px;
    max-height: calc(100dvh - 64px);
    overflow: auto;
  }
}
@media screen and (max-width: 992px) {
  .header .header-inner .navbar li {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
    padding: 0 12px;
    border-bottom: 1px solid #f9f9f9;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .navbar li {
    max-width: 540px;
  }
}
.header .header-inner .navbar li a:not(.btnSeconday) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 5px;
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  padding-bottom: 4px;
}
.header .header-inner .navbar li a:not(.btnSeconday)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #f88808;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .header .header-inner .navbar li a:not(.btnSeconday)::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header .header-inner .navbar li a:not(.btnSeconday) {
    display: block;
    padding: 16px 0;
  }
}
.header .header-inner .navbar li a:not(.btnSeconday):hover, .header .header-inner .navbar li a:not(.btnSeconday):focus {
  color: #f88808;
}
.header .header-inner .navbar li a:not(.btnSeconday).active {
  color: #f88808;
}
.header .header-inner .navbar li a:not(.btnSeconday).active::after {
  width: 100%;
}
.header .header-inner .navbar li.mobile-btns {
  display: none;
}
@media screen and (max-width: 992px) {
  .header .header-inner .navbar li.mobile-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header .header-inner .navbar li.mobile-btns .btnSeconday {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .header .header-inner .navbar li.mobile-btns .btnSeconday {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-inline: 35px;
    margin: 0;
    min-width: 100%;
  }
}
.header .header-inner .navbar li.mobile-btns .btnSeconday:first-child {
  color: #0b0c10;
}
.header .header-inner .navbar li.mobile-btns .btnSeconday:last-child {
  color: #fff;
}
.header .header-inner .navbar li.mobile-btns .btnSeconday em::after {
  display: none;
}
.header .header-inner .navbar li.active a:not(.btnSeconday), .header .header-inner .navbar li.current-menu-item a:not(.btnSeconday) {
  border-bottom: 2px solid #f88808;
  color: #0b0c10;
  font-weight: 600;
}
.header .header-inner .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .header .header-inner .btn-wrap .btnSeconday {
    display: none;
  }
}
.header .header-inner .btn-wrap .btnSeconday em::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .header .header-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(100%) scale(0.5);
    transform: translateX(100%) scale(0.5);
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
    padding-top: 64px;
    opacity: 0;
    visibility: hidden;
  }
  .header .header-menu.show-menu {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 992px) {
  .header .header-menu .btnSeconday {
    margin: 0 auto 16px;
    max-width: 320px;
    width: calc(100% - 32px);
    display: block;
  }
}
.header .hamburger-icon {
  display: none;
  height: 36px;
  width: 36px;
  position: relative;
  background-color: #fef2e6;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .header .hamburger-icon {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
}
.header .hamburger-icon svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.header .hamburger-icon svg path {
  stroke: #0b0c10;
}
.header .hamburger-icon svg.menu-close {
  opacity: 0;
  visibility: hidden;
}
.header .hamburger-icon svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger-icon.active svg.menu-open {
  opacity: 0;
  visibility: hidden;
}
.header .hamburger-icon.active svg.menu-close {
  opacity: 1;
  visibility: visible;
}
.header.fixed-header {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.footer {
  padding: 40px 0;
  background-color: #f6f1eb;
  color: #0b0c10;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .footer .row {
    gap: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .col-xl-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 991px) {
  .footer .col-xl-3:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 14px;
    line-height: 140%;
  }
}
.footer .footer-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.footer p {
  margin: 0 0 16px;
  color: #434348;
  font-family: "Myriad Pro", "Lato";
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer .footer-logo {
  width: 147px;
  height: 66px;
  display: inline-block;
  margin: 0 0 46px;
}
@media screen and (max-width: 991px) {
  .footer .footer-logo {
    margin: 0 0 40px;
  }
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #f4640c;
}
.footer h5 {
  color: #5b6885;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 159%;
  margin: 0 0 18px;
  margin-left: -24px;
}
@media screen and (max-width: 767px) {
  .footer h5 {
    margin-left: 0px;
  }
}
.footer .col-6,
.footer .col-12 {
  padding-top: 30px;
}
.footer .col-6:first-child,
.footer .col-12:first-child {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .footer .col-6,
  .footer .col-12 {
    padding-top: 0;
  }
}
.footer .footer_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer_inner_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer .footer-inner {
  color: #262932;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
.footer .footer-inner:has(.block-link) .block-link {
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 991px) {
  .footer .footer-inner:has(.block-link) .block-link:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-inner {
    font-size: 14px;
  }
}
.footer .footer-inner li {
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer-inner li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner li {
    margin: 0 0 28px;
  }
}
.footer .footer-inner li:last-child {
  margin-bottom: 0;
}
.footer .footer-inner .block-link {
  display: grid;
  grid-template-columns: 53px auto;
  gap: 20px;
  padding: 21px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .block-link {
    padding: 12px;
    grid-template-columns: 52px auto;
    gap: 12px;
  }
}
.footer .footer-inner .block-link:last-child {
  margin-bottom: 0;
}
.footer .footer-bottom {
  margin: 18px 0 0;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .copyright {
    border-top: 1px solid rgba(36, 28, 21, 0.1);
    padding-top: 16px;
    text-align: center;
  }
}
.footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  align-items: center;
  padding: 0;
}

.btnArrow-animate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Figtree", "Lato";
  gap: 12px;
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid #f4640c;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #0b0c10;
  background-color: #fef2e6;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 20px 0px rgba(244, 100, 12, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 20px 0px rgba(244, 100, 12, 0.1);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .btnArrow-animate {
    font-size: 14px;
    line-height: 100%;
    padding: 17px 39px;
    gap: 8px;
  }
}

.arrowloop {
  display: block;
  height: 10px;
  width: 10px;
  position: relative;
  padding: 11px;
}

.arrow {
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/icon/chevron-down-gradient.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.arrow-1 {
  -webkit-animation: first-arrow 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: first-arrow 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-2 {
  -webkit-animation: second-arrow 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: second-arrow 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-3 {
  -webkit-animation: third-arrow 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: third-arrow 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes first-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  34% {
    opacity: 0;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes first-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  34% {
    opacity: 0;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes second-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  66% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  67% {
    opacity: 0;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}
@keyframes second-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  66% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  67% {
    opacity: 0;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}
@-webkit-keyframes third-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  1% {
    opacity: 0;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes third-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  1% {
    opacity: 0;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.btnSeconday {
  padding: 0 24px;
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 100px;
  border: 1px solid #f4640c;
  background-color: #fef2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.btnSeconday span {
  overflow: hidden;
  display: block;
  height: 40px;
  position: relative;
}
.btnSeconday em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: 8px;
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btnSeconday em:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btnSeconday em:last-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btnSeconday em::after {
  content: "";
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/img/icon/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
}
.btnSeconday:hover span em:first-child {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.btnSeconday:hover span em:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.btnSeconday.button-orange-back {
  background-color: #f88808;
  color: #fff;
  padding-inline: 32px;
  border: none;
}
.btnSeconday.button-orange-back em::after {
  display: none;
}

.scroll__indiator__wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .scroll__indiator__wrapper {
    display: none;
  }
}
.scroll__indiator__wrapper::before {
  content: "";
  background-image: url(../../assets/img/home/line.svg);
  background-repeat: no-repeat;
  width: 3px;
  height: 3366px;
  position: absolute;
  top: 10%;
  left: 6%;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .scroll__indiator__wrapper::before {
    left: 1.8%;
  }
}
@media screen and (max-width: 991px) {
  .scroll__indiator__wrapper::before {
    left: 2.2%;
  }
}
@media screen and (max-width: 767px) {
  .scroll__indiator__wrapper::before {
    left: 3%;
  }
}
.scroll__indiator__wrapper #movingIcon {
  position: fixed;
  top: 14%;
  left: 3.8%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.1s linear;
  transition: opacity 0.2s ease, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, opacity 0.2s ease;
  transition: transform 0.1s linear, opacity 0.2s ease, -webkit-transform 0.1s linear;
  width: 65px;
  height: 65px;
  z-index: 4;
}
@media screen and (min-width: 1450px) {
  .scroll__indiator__wrapper #movingIcon {
    left: 4%;
  }
}
@media screen and (min-width: 1600px) {
  .scroll__indiator__wrapper #movingIcon {
    left: 4.2%;
  }
}
@media screen and (min-width: 1700px) {
  .scroll__indiator__wrapper #movingIcon {
    left: 4.4%;
  }
}
@media screen and (max-width: 1300px) {
  .scroll__indiator__wrapper #movingIcon {
    left: 0;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll__indiator__wrapper #movingIcon {
    width: 40px;
    height: 40px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .scroll__indiator__wrapper #movingIcon {
    width: 26px;
    height: 26px;
  }
}

.hero__banner__wrapper {
  padding: 126px 0 110px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero__banner__wrapper {
    padding: 126px 0 86px;
  }
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper {
    padding: 146px 0 40px;
  }
}
.hero__banner__wrapper .lottie_wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .lottie_wrap {
    top: -16%;
  }
}
@media screen and (min-width: 1601px) {
  .hero__banner__wrapper .lottie_wrap {
    right: 10%;
  }
}
.hero__banner__wrapper .lottie_wrap #homeLottie {
  max-width: 874px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .lottie_wrap #homeLottie {
    width: 628px;
    -o-object-position: left;
    object-position: left;
  }
}
.hero__banner__wrapper .title_wrap {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .title_wrap {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
  }
}
.hero__banner__wrapper .title_wrap .title_72 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .hero__banner__wrapper .title_wrap .title_72 br {
    display: none;
  }
}
.hero__banner__wrapper .title_wrap p {
  margin-bottom: 0;
  max-width: 602px;
}
.hero__banner__wrapper .btnArrow-animate {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .btnArrow-animate {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .hero__banner__wrapper .btnArrow-animate {
    padding: 17px 12px;
  }
}

.counter__wrapper {
  padding: 36px 0;
  background-color: #f6f1eb;
}
@media screen and (max-width: 767px) {
  .counter__wrapper {
    padding: 0 0 32px 0;
  }
}
.counter__wrapper p {
  color: #434348;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .counter__wrapper p {
    font-size: 14px;
    line-height: 150%;
  }
}
.counter__wrapper .counter-in {
  position: relative;
}
@media screen and (max-width: 767px) {
  .counter__wrapper .counter-in {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .counter__wrapper .counter-in p br {
    display: none;
  }
}
.counter__wrapper .counter-in::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(31.97%, rgba(38, 41, 50, 0.1)), color-stop(48.17%, rgba(75, 77, 85, 0.1)));
  background: linear-gradient(90deg, rgba(38, 41, 50, 0.1) 31.97%, rgba(75, 77, 85, 0.1) 48.17%);
  position: absolute;
  width: 1px;
  height: 124px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .counter__wrapper .counter-in::after {
    width: 202px;
    top: unset;
    height: 1px;
    left: 0;
    margin: 0 auto;
  }
}
.counter__wrapper .col-md-4:last-child .counter-in::after {
  display: none;
}

.investments__rive__wrapper {
  background: #e4d7c6;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .investments__rive__wrapper {
    padding: 48px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .investments__rive__wrapper .title_32 {
    margin-bottom: 16px;
  }
}
.investments__rive__wrapper .rive_wrap {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .investments__rive__wrapper .rive_wrap::before {
    content: "";
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 72%;
    z-index: 10;
    left: 0;
    top: 28%;
  }
}
@media screen and (max-width: 991px) {
  .investments__rive__wrapper .rive_wrap::after {
    content: "";
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 20%;
    z-index: 10;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .investments__rive__wrapper .rive_wrap {
    height: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .investments__rive__wrapper .rive_wrap {
    height: 550px;
  }
}
@media screen and (max-width: 360px) {
  .investments__rive__wrapper .rive_wrap {
    height: 380px;
  }
}
.investments__rive__wrapper .rive_wrap #investmentRive {
  width: 100%;
  height: 100%;
}
.investments__rive__wrapper .rive_wrap .btnRive {
  display: block;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  padding: 24px 0;
  border-radius: 24px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .investments__rive__wrapper .rive_wrap .btnRive {
    padding: 28px 0;
    bottom: 9%;
  }
}

.case__study__wraper {
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .case__study__wraper {
    padding: 40px 0 108px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .case__study__wraper .btnSeconday {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 320px;
  }
}
.case__study__wraper .case_study > a {
  display: block;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .case__study__wraper .case_study > a {
    padding: 0;
    display: grid;
    grid-template-columns: 156px auto;
    gap: 16px;
  }
}
.case__study__wraper .case_study > a:hover {
  background-color: #fef2e6;
}
@media screen and (max-width: 767px) {
  .case__study__wraper .case_study > a:hover {
    background-color: #fff;
  }
}
.case__study__wraper .case_study_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case__study__wraper .case_study_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .case__study__wraper .case_study_bottom {
    margin-top: 32px;
    gap: 24px;
  }
}
.case__study__wraper .case_study_bottom .case_study {
  width: 100%;
  max-width: calc(25% - 18px);
}
@media screen and (max-width: 991px) {
  .case__study__wraper .case_study_bottom .case_study {
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .case__study__wraper .case_study_bottom .case_study {
    max-width: 100%;
  }
}
.case__study__wraper .case_study_bottom .case_study figure {
  width: 100%;
  height: 141px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case__study__wraper .case_study_bottom .case_study figure {
    height: 87px;
    width: 100%;
    margin-bottom: 0;
  }
}
.case__study__wraper .case_study_bottom .case_study figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.case__study__wraper .case_study_bottom .case_study p {
  color: #1e202b;
  font-size: 18px;
  font-weight: 600;
  font-family: "Figtree", "Lato";
  margin: 0;
  overflow: hidden;
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .case__study__wraper .case_study_bottom .case_study p {
    font-size: 14px;
    padding-right: 0;
  }
}
.case__study__wraper .case_study_bottom .case_study p::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 5px;
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icon/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .case__study__wraper .case_study_bottom .case_study p::after {
    display: none;
  }
}
.case__study__wraper .case_study_bottom .case_study a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case__study__wraper .case_study_bottom .case_study a:hover p::after {
  opacity: 1;
  visibility: visible;
}

.counter__wrapper,
.nifty__graph__wrapper {
  position: relative;
}
.counter__wrapper .year_wrap,
.nifty__graph__wrapper .year_wrap {
  position: absolute;
  bottom: 12px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .counter__wrapper .year_wrap,
  .nifty__graph__wrapper .year_wrap {
    gap: 50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.counter__wrapper .year_wrap .disclaimer_wrap,
.nifty__graph__wrapper .year_wrap .disclaimer_wrap {
  position: relative;
}
.counter__wrapper .year_wrap .disclaimer_wrap em,
.nifty__graph__wrapper .year_wrap .disclaimer_wrap em {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Figtree", "Lato";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e4d7c6;
  cursor: pointer;
  color: #0b0c10;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
}
@media screen and (max-width: 767px) {
  .counter__wrapper .year_wrap .disclaimer_wrap em,
  .nifty__graph__wrapper .year_wrap .disclaimer_wrap em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
}
.counter__wrapper .year_wrap .disclaimer_wrap em::after,
.nifty__graph__wrapper .year_wrap .disclaimer_wrap em::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  top: calc(-100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.counter__wrapper .year_wrap .disclaimer_wrap em i,
.nifty__graph__wrapper .year_wrap .disclaimer_wrap em i {
  display: block;
  border-radius: 8px;
  background-color: #fff;
  color: #434348;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.28px;
  padding: 12px 16px;
  min-width: 800px;
  position: absolute;
  bottom: 136%;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  right: -12px;
  opacity: 0;
  visibility: hidden;
  font-family: "Myriad Pro", "Lato";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  word-break: break-word;
  text-align: left;
  overflow-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .counter__wrapper .year_wrap .disclaimer_wrap em i,
  .nifty__graph__wrapper .year_wrap .disclaimer_wrap em i {
    min-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .counter__wrapper .year_wrap .disclaimer_wrap em i,
  .nifty__graph__wrapper .year_wrap .disclaimer_wrap em i {
    min-width: 300px;
  }
}
.counter__wrapper .year_wrap .disclaimer_wrap em:hover::after,
.counter__wrapper .year_wrap .disclaimer_wrap em:hover i,
.nifty__graph__wrapper .year_wrap .disclaimer_wrap em:hover::after,
.nifty__graph__wrapper .year_wrap .disclaimer_wrap em:hover i {
  opacity: 1;
  visibility: visible;
}
.counter__wrapper .year_wrap p,
.nifty__graph__wrapper .year_wrap p {
  color: #5b6885;
  font-family: "Myriad Pro", "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.nifty__graph__wrapper {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper {
    padding: 48px 0 80px 0;
  }
}
.nifty__graph__wrapper .sub_heading {
  color: #434348;
}
.nifty__graph__wrapper .title_48 {
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .title_48 {
    margin-bottom: 16px;
  }
}
.nifty__graph__wrapper .mobile-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .mobile-show {
    display: block;
    width: 100%;
  }
}
.nifty__graph__wrapper .nifty__description {
  font-size: 18px;
  color: #434348;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .nifty__description {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.nifty__graph__wrapper .nifty__description span {
  color: #5a8329;
}
.nifty__graph__wrapper .nifty__description span:last-child {
  color: #da382c;
}
.nifty__graph__wrapper .niftyGraph-outer {
  padding-top: 105px;
  font-family: "Red Hat Mono";
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer {
    padding-top: 32px;
    display: none;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .graphtitle {
  display: block;
  color: #9ea3af;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .graphtitle {
    display: none;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph {
  font-size: 16px;
  color: #262932;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph {
    font-size: 12px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph * {
  font-style: normal;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title {
  max-width: 168px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title {
    max-width: 64px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span {
  display: block;
  opacity: 0.25;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span {
    margin-bottom: 56px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.zeromark {
  opacity: 0.3;
  color: #262932;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.zeromark::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1000%;
  left: calc(100% - 110px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #262932;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.zeromark::after {
    left: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span:first-child {
    z-index: 2;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1000%;
  left: calc(100% - 110px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #262932;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span::after {
    left: calc(100% - 30px);
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.bottom1 {
  margin-bottom: 35px;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.bottom2 {
  margin-bottom: 0;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.bottom1, .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.bottom2 {
  opacity: 1;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.bottom1::after, .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .y-axis-title span.bottom2::after {
  display: none;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 168px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 45px;
  padding-left: 53px;
}
@media screen and (max-width: 1024px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn {
    width: calc(100% - 64px);
    padding-left: 0;
    gap: 0 4px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-top-indicator,
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-left-indicator,
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-bottom-indicator {
  position: absolute;
  color: #262932;
  font-family: "Caveat", cursive;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  width: 146px;
  text-align: left;
  z-index: 7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-top-indicator,
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-left-indicator,
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-bottom-indicator {
    display: none;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-top-indicator::before,
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-left-indicator::before,
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-bottom-indicator::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-top-indicator {
  top: -65px;
  left: 99%;
}
@media screen and (max-width: 991px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-top-indicator {
    top: -60px;
    left: 130%;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-top-indicator::before {
  width: 39px;
  height: 36px;
  background-image: url("../../assets/img/home/market-model-graph/curve-arrow-bottom.svg");
  background-size: 39px 36px;
  right: 107%;
  left: auto;
  top: 20px;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-left-indicator {
  top: 105px;
  left: -130px;
  width: 103px;
}
@media screen and (max-width: 991px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-left-indicator {
    left: -160px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-left-indicator::before {
  width: 39px;
  height: 36px;
  background-image: url("../../assets/img/home/market-model-graph/curve-arrow-left.svg");
  background-size: 39px 36px;
  left: 110%;
  top: 0;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-bottom-indicator {
  width: 162px;
  top: 300px;
  left: -20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-bottom-indicator {
    top: 300px;
    left: -50px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn .graph-bottom-indicator::before {
  width: 14px;
  height: 33px;
  background-image: url("../../assets/img/home/market-model-graph/curve-arrow-top.svg");
  background-size: 39px 36px;
  left: 70px;
  top: auto;
  bottom: calc(100% + 10px);
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn.show-tooltip .graph-top-indicator,
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn.show-tooltip .graph-left-indicator,
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .niftyGraphInn.show-tooltip .graph-bottom-indicator {
  opacity: 1;
  visibility: visible;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 170, 44, 0)), color-stop(50%, rgba(112, 170, 44, 0.09)), to(rgba(112, 170, 44, 0))), #fff;
  background: linear-gradient(180deg, rgba(112, 170, 44, 0) 0%, rgba(112, 170, 44, 0.09) 50%, rgba(112, 170, 44, 0) 100%), #fff;
  text-align: center;
  width: 100%;
  max-width: 108px;
  position: relative;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level label {
  height: 186px;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level label i {
  position: absolute;
  top: 83px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level label i {
    top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level label {
    height: 132px;
  }
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level {
    max-width: 38px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 199, 85, 0)), color-stop(50%, rgba(148, 199, 85, 0.09)), to(rgba(148, 199, 85, 0))), #fff;
  background: linear-gradient(180deg, rgba(148, 199, 85, 0) 0%, rgba(148, 199, 85, 0.09) 50%, rgba(148, 199, 85, 0) 100%), #fff;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(2) label {
  height: 163px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(2) label {
    height: 116px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(2) label i {
  top: 83px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(2) label i {
    top: 45px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(179, 206, 78, 0)), color-stop(50%, rgba(179, 206, 78, 0.09)), to(rgba(179, 206, 78, 0))), #fff;
  background: linear-gradient(180deg, rgba(179, 206, 78, 0) 0%, rgba(179, 206, 78, 0.09) 50%, rgba(179, 206, 78, 0) 100%), #fff;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(3) label {
  height: 213px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(3) label {
    height: 151px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(3) label i {
  top: 72px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(3) label i {
    top: 63px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 201, 65, 0)), color-stop(50%, rgba(217, 201, 65, 0.09)), to(rgba(217, 201, 65, 0))), #fff;
  background: linear-gradient(180deg, rgba(217, 201, 65, 0) 0%, rgba(217, 201, 65, 0.09) 50%, rgba(217, 201, 65, 0) 100%), #fff;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(4) label {
  height: 218px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(4) label {
    height: 155px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(4) label i {
  top: 88px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(4) label i {
    top: 65px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(5) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 195, 0, 0)), color-stop(50%, rgba(255, 195, 0, 0.09)), to(rgba(255, 195, 0, 0))), #fff;
  background: linear-gradient(180deg, rgba(255, 195, 0, 0) 0%, rgba(255, 195, 0, 0.09) 50%, rgba(255, 195, 0, 0) 100%), #fff;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(5) label {
  height: 185px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(5) label {
    height: 131px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(5) label i {
  top: 51px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(5) label i {
    top: 53px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(6) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 89, 89, 0)), color-stop(50%, rgba(248, 89, 89, 0.09)), to(rgba(248, 89, 89, 0))), #fff;
  background: linear-gradient(180deg, rgba(248, 89, 89, 0) 0%, rgba(248, 89, 89, 0.09) 50%, rgba(248, 89, 89, 0) 100%), #fff;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(6) label {
  height: 147px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(6) label {
    height: 105px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(6) label i {
  top: 53px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level:nth-child(6) label i {
    top: 40px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level span {
  display: block;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level span.bottom1 {
  margin-bottom: 35px;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level span.bottom2 {
  margin-bottom: 0;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level span.bottom1, .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level span.bottom2 {
  opacity: 1;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level span.bottom1::after, .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level span.bottom2::after {
  display: none;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer {
  height: calc(100% - 105px);
  position: relative;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #188c16;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.dark-green {
  top: 0;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.dark-green label {
  background-color: #70aa2c;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.mid-green {
  color: #188c16;
  top: 8%;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.mid-green label {
  background-color: #94c755;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.light-green {
  top: 15%;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.light-green label {
  background-color: #b3ce4e;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.dark-yellow {
  top: 22%;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.dark-yellow label {
  background-color: #d9c941;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.light-yellow {
  top: 30%;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.light-yellow label {
  background-color: #ffc300;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.dark-red {
  top: 40%;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a.dark-red label {
  background-color: #f85959;
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a label {
  border-radius: 60px;
  width: 43px;
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a label {
    font-size: 10px;
    width: 30px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a label i {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a label i {
    width: 26px;
    height: 26px;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a label i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 43px;
  height: 2px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a label i::after {
    display: none;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a em {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a em {
    opacity: 1;
  }
}
.nifty__graph__wrapper .niftyGraph-outer .niftyGraph .nifty-level .box-outer a:hover em {
  opacity: 1;
}
.nifty__graph__wrapper .graph-cta {
  margin-top: 48px;
  text-align: center;
  width: 96%;
}
.nifty__graph__wrapper .graph-cta .btnArrow-animate {
  padding-inline: 12px;
}
@media screen and (max-width: 767px) {
  .nifty__graph__wrapper .graph-cta {
    margin-top: 32px;
    text-align: left;
  }
}

.market__reaction__wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper {
    padding: 48px 0;
  }
}
.market__reaction__wrapper h3 {
  color: #434348;
}
.market__reaction__wrapper h2 {
  margin-bottom: 24px;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper h2 {
    margin: 0 0 16px;
    text-wrap: balance;
  }
}
.market__reaction__wrapper p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper p {
    margin: 0 0 32px;
  }
}
.market__reaction__wrapper .highlight-sec {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #d9d5d1;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .highlight-sec {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
.market__reaction__wrapper .highlight-sec h4 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .market__reaction__wrapper .highlight-sec h4 {
    margin-bottom: 10px;
  }
}
.market__reaction__wrapper .highlight-sec .swiper-pagination {
  bottom: -8px;
  display: none;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .highlight-sec .swiper-pagination {
    display: block;
  }
}
.market__reaction__wrapper .highlight-sec .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #c5af94;
  opacity: 1;
}
.market__reaction__wrapper .highlight-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f4640c;
}
.market__reaction__wrapper .market-reaction-mid {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .market__reaction__wrapper .market-reaction-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .market__reaction__wrapper .market-reaction-mid .col-12:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.market__reaction__wrapper h4 {
  color: #5a8329;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper h4 {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.market__reaction__wrapper .folder-wrapper-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.market__reaction__wrapper .folder-wrapper-outer.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0 8px;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .folder-wrapper-outer.swiper {
    padding: 24px 0 32px;
  }
}
.market__reaction__wrapper .folder-wrapper-outer.swiper .swiper-wrapper {
  gap: 16px 0;
}
.market__reaction__wrapper .swiper-button-next, .market__reaction__wrapper .swiper-button-prev {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #f4640c;
  border-radius: 50%;
  top: 36px;
  right: 25px;
  left: auto;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .swiper-button-next, .market__reaction__wrapper .swiper-button-prev {
    display: none;
  }
}
.market__reaction__wrapper .swiper-button-next::after, .market__reaction__wrapper .swiper-button-prev::after {
  font-size: 12px;
  color: inherit;
  font-weight: 700;
}
.market__reaction__wrapper .swiper-button-next:hover, .market__reaction__wrapper .swiper-button-prev:hover {
  border-color: #f4640c;
  background-color: #fef2e6;
}
.market__reaction__wrapper .swiper-button-prev {
  right: 77px;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .swiper-button-prev {
    right: 64px;
  }
}
.market__reaction__wrapper .folder-wrapper {
  border: 4px solid #fabd97;
  border-top-width: 24px;
  border-radius: 12px 0px 12px 12px;
  color: #1e202b;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.market__reaction__wrapper .folder-wrapper::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 23px);
  right: -4px;
  width: 206px;
  height: 22px;
  background-image: url("../../assets/img/home/market-reactions/orange.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 206px 22px;
}
.market__reaction__wrapper .folder-wrapper.mg_top {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .folder-wrapper.mg_top {
    margin-top: 48px;
  }
}
.market__reaction__wrapper .folder-wrapper.pink {
  border-color: #f9b9b5;
}
.market__reaction__wrapper .folder-wrapper.pink::before {
  background-image: url("../../assets/img/home/market-reactions/pink.svg");
}
.market__reaction__wrapper .folder-wrapper.green {
  border-color: #c1e09c;
}
.market__reaction__wrapper .folder-wrapper.green::before {
  background-image: url("../../assets/img/home/market-reactions/green.svg");
}
.market__reaction__wrapper .folder-wrapper.yellow {
  border-color: #f3d79f;
}
.market__reaction__wrapper .folder-wrapper.yellow::before {
  background-image: url("../../assets/img/home/market-reactions/yellow.svg");
}
.market__reaction__wrapper .folder-wrapper .year_wrap {
  position: absolute;
  right: 24px;
  top: -42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
.market__reaction__wrapper .folder-wrapper .year_wrap span {
  position: relative;
  height: 24px;
  width: 24px;
}
.market__reaction__wrapper .folder-wrapper .year_wrap span::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/home/white-arrow.svg");
  background-repeat: no-repeat;
  right: 0px;
  height: 22px;
  top: 4px;
  width: 22px;
  -webkit-filter: invert(1);
  filter: invert(1);
  cursor: pointer;
}
.market__reaction__wrapper .folder-wrapper .year_wrap:hover h5 {
  color: #fff;
}
.market__reaction__wrapper .folder-wrapper .year_wrap:hover span::after {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.market__reaction__wrapper .folder-wrapper h5 {
  color: #0b0c10;
  text-align: right;
  font-family: "Figtree", "Lato";
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  cursor: pointer;
}
.market__reaction__wrapper .folder-wrapper h5:hover {
  color: #fff;
}
.market__reaction__wrapper .latest_commentries_wrapper {
  border-radius: 16px;
  background-color: #f6f1eb;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .latest_commentries_wrapper {
    padding: 16px 0;
  }
}
.market__reaction__wrapper .latest_commentries_wrapper h4 {
  padding: 0 24px;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .latest_commentries_wrapper h4 {
    padding: 0 16px;
  }
}
.market__reaction__wrapper .latest_commentries_wrapper .commentry-outer {
  padding: 12px;
  margin: 12px 12px 24px 12px;
  color: inherit;
  display: block;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .latest_commentries_wrapper .commentry-outer {
    padding: 16px;
  }
}
.market__reaction__wrapper .latest_commentries_wrapper .commentry-outer::after {
  content: "";
  border-bottom: 1px solid #d9d5d1;
  width: calc(100% + 24px);
  bottom: -12px;
  left: -12px;
  right: 0;
  position: absolute;
}
.market__reaction__wrapper .latest_commentries_wrapper .commentry-outer:hover {
  background: #fffcf8;
  border-radius: 12px;
}
.market__reaction__wrapper .latest_commentries_wrapper .btn-wrap {
  padding: 24px 24px 0;
  text-align: center;
  border-top: 1px solid #d9d5d1;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .latest_commentries_wrapper .btn-wrap {
    padding: 16px 16px 0;
  }
}
.market__reaction__wrapper .latest_commentries_wrapper .btn-wrap .btnSeconday {
  display: inline-block;
  max-width: inherit;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .market__reaction__wrapper .latest_commentries_wrapper .btn-wrap .btnSeconday {
    width: 100%;
  }
}
.market__reaction__wrapper .commentry-outer {
  padding: 8px 16px;
  position: relative;
  font-family: "Figtree", "Lato";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.market__reaction__wrapper .commentry-outer::after {
  content: "";
  border-bottom: 1px solid #f6f1eb;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.market__reaction__wrapper .commentry-outer h6 {
  color: #1e202b;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  height: 72px;
}
.market__reaction__wrapper .commentry-outer:last-child {
  border-bottom: 0;
}
.market__reaction__wrapper .commentry-outer span {
  color: rgba(67, 67, 72, 0.8);
  font-family: "Myriad Pro", "Lato";
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 150%;
}
.market__reaction__wrapper .commentry-outer:last-child::after {
  border-bottom: none;
}
.market__reaction__wrapper .commentry-outer:hover {
  background: #f6f1eb;
  border-radius: 12px;
}
.market__reaction__wrapper .approch-sec {
  padding: 24px;
  border-radius: 16px;
  background-color: #f6f1eb;
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .market__reaction__wrapper .approch-sec {
    margin-top: 32px;
    padding: 16px;
  }
}
.market__reaction__wrapper .approch-sec .col-12 {
  position: relative;
}
.market__reaction__wrapper .approch-sec::before {
  content: "";
  position: absolute;
  width: 506px;
  height: 562px;
  right: -1%;
  top: -91%;
  background-image: url(../../assets/img/home/approch/approach-back.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 506px 562px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .market__reaction__wrapper .approch-sec::before {
    display: none;
  }
}
.market__reaction__wrapper .approch-sec h3 {
  color: #434348;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .market__reaction__wrapper .approch-sec h3 {
    margin-bottom: 0;
  }
}
.market__reaction__wrapper .approch-sec h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .market__reaction__wrapper .approch-sec h2 {
    margin-bottom: 16px;
    text-wrap: balance;
  }
}
.market__reaction__wrapper .approch-sec p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .market__reaction__wrapper .approch-sec p {
    margin-bottom: 24px;
  }
}
.market__reaction__wrapper .approch-sec .btnSeconday {
  background-color: #fff;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 480px) {
  .market__reaction__wrapper .approch-sec .btnSeconday {
    max-width: inherit;
  }
}

.investments__risk__wrapper {
  padding: 160px 0 80px 0;
  background-color: #f6f1eb;
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper {
    padding: 48px 0;
  }
}
.investments__risk__wrapper .title_48 {
  margin: 0 0 24px;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .title_48 {
    margin: 0 0 26px;
  }
}
.investments__risk__wrapper p {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper p {
    margin: 0 0 26px;
  }
}
@media screen and (max-width: 991px) {
  .investments__risk__wrapper .tabs-sec {
    padding: 30px 0 33px;
  }
}
.investments__risk__wrapper .tab-menu {
  position: relative;
}
@media screen and (max-width: 991px) {
  .investments__risk__wrapper .tab-menu {
    max-width: 480px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 640px) {
  .investments__risk__wrapper .tab-menu {
    max-width: 330px;
  }
}
.investments__risk__wrapper .tab-menu ul {
  margin: -25px auto 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 29px;
  background-color: #e4d7c6;
  padding: 5px;
  max-width: 358px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .investments__risk__wrapper .tab-menu ul {
    margin: 15px 60px 0px auto;
  }
}
@media screen and (max-width: 991px) {
  .investments__risk__wrapper .tab-menu ul {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-menu ul {
    padding: 6px 4px;
    max-width: 282px;
  }
}
.investments__risk__wrapper .tab-menu ul li {
  padding: 0 5px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border-right: 1px solid rgba(11, 12, 16, 0.1);
}
.investments__risk__wrapper .tab-menu ul li:first-child {
  padding-left: 0;
}
.investments__risk__wrapper .tab-menu ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.investments__risk__wrapper .tab-menu ul li a {
  display: inline-block;
  width: 100%;
  color: #0b0c10;
  text-align: center;
  font-family: "Figtree", "Lato";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 9px 14px;
  border-radius: 29px;
  background-color: transparent;
  border: 0.6px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-menu ul li a {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.investments__risk__wrapper .tab-menu ul li a.active {
  background-color: #fff;
  border-color: #f9f9f9;
}
.investments__risk__wrapper .tab-menu .tab-main-box {
  position: relative;
  z-index: 2;
}
.investments__risk__wrapper .tab-menu .tab-trans-img {
  position: relative;
  z-index: 1;
}
.investments__risk__wrapper .tab-menu .tab-trans-img img {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.investments__risk__wrapper .tab-menu .tab-trans-img img.active {
  opacity: 1;
  visibility: visible;
}
.investments__risk__wrapper .tab-menu .tab-trans-img.tab-1 img {
  max-width: 146px;
  -webkit-transform: rotate(37deg) translate(-1px, -4px);
  transform: rotate(37deg) translate(-1px, -4px);
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-1 img {
    display: block;
    max-width: 116px;
    max-width: 108px;
    -webkit-transform: rotate(38deg) translate(7px, -38px);
    transform: rotate(38deg) translate(7px, -38px);
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-1 img {
    max-width: 100px;
    -webkit-transform: rotate(36deg) translate(-15px, -32px);
    transform: rotate(36deg) translate(-15px, -32px);
    bottom: 39px;
  }
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-1 img {
    -webkit-transform: rotate(30deg) translate(-10px, -61px);
    transform: rotate(30deg) translate(-10px, -61px);
  }
}
@media screen and (max-width: 640px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-1 img {
    max-width: 76px;
    -webkit-transform: rotate(37deg) translate(-11px, -14px);
    transform: rotate(37deg) translate(-11px, -14px);
  }
}
@media screen and (max-width: 370px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-1 img {
    max-width: 76px;
    -webkit-transform: rotate(37deg) translate(-11px, -15px);
    transform: rotate(37deg) translate(-11px, -15px);
  }
}
@media screen and (max-width: 370px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-1 img {
    max-width: 64px;
    -webkit-transform: rotate(37deg) translate(-10px, -15px);
    transform: rotate(37deg) translate(-10px, -15px);
  }
}
.investments__risk__wrapper .tab-menu .tab-trans-img.tab-2 img {
  -webkit-transform: rotate(1deg) translate(-54%, -8px);
  transform: rotate(1deg) translate(-54%, -8px);
  max-width: 138px;
  bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-2 img {
    max-width: 104px;
    display: block;
    -webkit-transform: rotate(4deg) translate(-32%, -48px);
    transform: rotate(4deg) translate(-32%, -48px);
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-2 img {
    max-width: 100px;
    -webkit-transform: rotate(0deg) translate(-52%, -52px);
    transform: rotate(0deg) translate(-52%, -52px);
  }
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-2 img {
    -webkit-transform: rotate(0deg) translate(-54%, -45px);
    transform: rotate(0deg) translate(-54%, -45px);
  }
}
@media screen and (max-width: 640px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-2 img {
    max-width: 72px;
    -webkit-transform: rotate(1deg) translate(-54%, -36px);
    transform: rotate(1deg) translate(-54%, -36px);
  }
}
@media screen and (max-width: 370px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-2 img {
    max-width: 72px;
    -webkit-transform: rotate(1deg) translate(-54%, -32px);
    transform: rotate(1deg) translate(-54%, -32px);
  }
}
@media screen and (max-width: 350px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-2 img {
    max-width: 64px;
    -webkit-transform: rotate(1deg) translate(-54%, -28px);
    transform: rotate(1deg) translate(-54%, -28px);
  }
}
.investments__risk__wrapper .tab-menu .tab-trans-img.tab-3 img {
  -webkit-transform: rotate(-37deg) translate(-118px, -98px);
  transform: rotate(-37deg) translate(-118px, -98px);
  max-width: 140px;
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-3 img {
    display: block;
    max-width: 104px;
    -webkit-transform: rotate(-36deg) translate(-53px, -75px);
    transform: rotate(-36deg) translate(-53px, -75px);
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-3 img {
    max-width: 102px;
    -webkit-transform: rotate(-40deg) translate(-62px, -90px);
    transform: rotate(-40deg) translate(-62px, -90px);
  }
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-3 img {
    -webkit-transform: rotate(-26deg) translate(-60px, -92px);
    transform: rotate(-26deg) translate(-60px, -92px);
  }
}
@media screen and (max-width: 640px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-3 img {
    -webkit-transform: rotate(-36deg) translate(-52px, -60px);
    transform: rotate(-36deg) translate(-52px, -60px);
    max-width: 70px;
  }
}
@media screen and (max-width: 370px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-3 img {
    -webkit-transform: rotate(-35deg) translate(-52px, -58px);
    transform: rotate(-35deg) translate(-52px, -58px);
    max-width: 70px;
  }
}
@media screen and (max-width: 350px) {
  .investments__risk__wrapper .tab-menu .tab-trans-img.tab-3 img {
    -webkit-transform: rotate(-32deg) translate(-52px, -48px);
    transform: rotate(-32deg) translate(-52px, -48px);
    max-width: 64px;
  }
}
.investments__risk__wrapper .tab-box {
  display: none;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .investments__risk__wrapper .tab-box {
    max-width: 480px;
    margin-left: auto;
  }
}
.investments__risk__wrapper .tab-box img {
  max-width: 100%;
}
.investments__risk__wrapper .tab-box .sample-text {
  position: absolute;
  right: 10px;
  top: -65px;
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-box .sample-text {
    display: none;
  }
}
.investments__risk__wrapper .tab-box .bubble-down-arrow {
  position: absolute;
  bottom: 60px;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .investments__risk__wrapper .tab-box .bubble-down-arrow {
    bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-box .bubble-down-arrow {
    bottom: 10px;
    left: 47%;
  }
}
@media screen and (max-width: 480px) {
  .investments__risk__wrapper .tab-box .bubble-down-arrow {
    left: 45%;
    bottom: 10px;
    height: 18px;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.investments__risk__wrapper .tab-box figure {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.investments__risk__wrapper .tab-box figure::before {
  content: "";
  position: absolute;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  background-image: url("../../assets/img/home/investment-risk/half-circle-shade.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-box figure::before {
    height: calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
.investments__risk__wrapper .tab-box figure figcaption {
  color: #1e202b;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  max-width: 264px;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .investments__risk__wrapper .tab-box figure figcaption {
    gap: 5px;
    top: 65%;
  }
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-box figure figcaption {
    font-size: 10px;
    max-width: 140px;
    top: 70%;
    gap: 4px;
  }
}
.investments__risk__wrapper .tab-box figure figcaption h3 {
  color: #0b0c10;
  font-size: 24px;
  font-weight: 600;
  font-family: "Figtree", "Lato";
  -webkit-transform: translateY(10px) rotate(5deg);
  transform: translateY(10px) rotate(5deg);
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .investments__risk__wrapper .tab-box figure figcaption h3 {
    font-size: 16px;
  }
}
.investments__risk__wrapper .tab-box.show {
  display: block !important;
}
.investments__risk__wrapper .tab-box.show figure figcaption h3 {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}

.link-text {
  display: inline-block;
  color: #f78009;
  text-decoration: underline;
  padding-bottom: 4px;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.16px;
  padding-right: 22px;
  position: relative;
}
.link-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  background-image: url("../../assets/img/icon/arrow-right.svg");
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 12px;
}

.about__banner__wrapper.tools-banner .title_60 {
  margin-bottom: 32px;
}
.about__banner__wrapper.tools-banner .lottie_wrap {
  position: absolute;
  top: 0;
  right: -6%;
}
.about__banner__wrapper.tools-banner .lottie_wrap #toolsLottie {
  max-width: 960px;
  height: 100%;
}
.about__banner__wrapper.tools-banner .banner-cont {
  max-width: 412px;
}

.tab__section__wrapper .tab__section_inner {
  padding: 80px 0;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  .tab__section__wrapper .tab__section_inner {
    padding: 48px 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .tab__section__wrapper .tab__section_inner {
    padding: 0;
  }
}
.tab__section__wrapper .stickybar-wrapper {
  position: sticky;
  top: 62px;
  background-color: #e4d7c6;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .tab__section__wrapper .stickybar-wrapper {
    top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .tab__section__wrapper .stickybar-wrapper {
    padding: 8px 0;
  }
}
.tab__section__wrapper .stickybar-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e4d7c6;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab__section__wrapper .mobile-nav-trigger {
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Figtree", "Lato";
  font-weight: 500;
  line-height: normal;
  color: #0b0c10;
  padding-right: 45px;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.tab__section__wrapper .mobile-nav-trigger::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icon/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 17px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 16px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tab__section__wrapper .mobile-nav-trigger:hover::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tab__section__wrapper .mobile-dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .tab__section__wrapper .mobile-dropdown {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .tab__section__wrapper .mobile-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
  }
}
.tab__section__wrapper .mobile-dropdown .nav-link {
  color: #434348;
  text-align: center;
  font-family: "Figtree", "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .tab__section__wrapper .mobile-dropdown .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tab__section__wrapper .mobile-dropdown .nav-link {
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #9ea3af;
    border-radius: 0;
  }
}
.tab__section__wrapper .mobile-dropdown .nav-link:last-child {
  border-bottom: none;
}
.tab__section__wrapper .mobile-dropdown .nav-link.active {
  background-color: #fff;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .tab__section__wrapper .mobile-dropdown .nav-link.active {
    background-color: #e4d7c6;
  }
}
.tab__section__wrapper .page-section {
  max-width: 1142px;
  width: calc(100% - 32px);
  border-radius: 16px;
  border: 1px solid #9ea3af;
  background-color: #fff;
  margin: 0 auto 80px;
  overflow: hidden;
  scroll-margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .tab__section__wrapper .page-section {
    margin: 0 auto 48px;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .tab__section__wrapper .page-section {
    border: 0;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #9ea3af;
    width: 100%;
  }
}
.tab__section__wrapper .page-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .tab__section__wrapper .page-section .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.tab__section__wrapper .page-section .scroll-mod-cont {
  padding: 47px 0 47px 32px;
  max-width: 577px;
  color: #1e202b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  .tab__section__wrapper .page-section .scroll-mod-cont {
    padding: 32px 12px;
  }
}
.tab__section__wrapper .page-section .scroll-mod-cont h3 {
  color: var(--Obsidian-Black-1, #0b0c10);
  font-family: "Figtree", "Lato";
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 16px;
  text-transform: capitalize;
}
.tab__section__wrapper .page-section .scroll-mod-cont p {
  margin: 0 0 24px;
}
.tab__section__wrapper .page-section .scroll-mod-cont p:last-child {
  margin-bottom: 0;
}
.tab__section__wrapper .page-section .scroll-mod-cont .list-heading {
  color: #434348;
  display: block;
  margin: 0 0 8px;
}
.tab__section__wrapper .page-section .scroll-mod-cont ul {
  margin: 0 0 32px;
  padding: 0;
}
.tab__section__wrapper .page-section .scroll-mod-cont ul:last-child {
  margin: 0;
}
.tab__section__wrapper .page-section .scroll-mod-cont ul li {
  color: #1e202b;
  font-family: "Myriad Pro", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 16px;
  padding-left: 32px;
  position: relative;
}
.tab__section__wrapper .page-section .scroll-mod-cont ul li::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icon/list-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  top: 0;
  left: 0;
}
.tab__section__wrapper .page-section .scroll-mod-cont ul li:last-child {
  margin: 0;
}
.tab__section__wrapper .page-section figure {
  margin: 0;
  height: 100%;
}
.tab__section__wrapper .page-section figure img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tab__section__wrapper .page-section .btnSeconday {
  z-index: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .tab__section__wrapper .page-section .btnSeconday {
    max-width: 100%;
  }
}

.stay-ahed-gg-color {
  background-color: #f6f1eb;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .stay-ahed-gg-color .stay-ahead-wrapper {
    padding: 248px 0 48px 0;
  }
}
.stay-ahed-gg-color .stay-ahead-wrapper figure {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .stay-ahed-gg-color .stay-ahead-wrapper figure {
    bottom: 0;
  }
}
.stay-ahed-gg-color .stay-ahead-wrapper figure img {
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .stay-ahed-gg-color .stay-ahead-wrapper figure img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stay-ahed-gg-color .stay-ahead-wrapper figure img {
    height: auto;
  }
}

.about__banner__wrapper {
  padding: 140px 0;
  background-color: #f6f1eb;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .about__banner__wrapper {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .about__banner__wrapper {
    padding: 0 0 32px;
  }
}
.about__banner__wrapper .lottie_wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 375px) {
  .about__banner__wrapper .lottie_wrap {
    right: -48%;
  }
}
@media screen and (max-width: 991px) {
  .about__banner__wrapper .lottie_wrap {
    right: -36%;
  }
}
@media screen and (max-width: 1024px) {
  .about__banner__wrapper .lottie_wrap {
    right: -20%;
  }
}
@media screen and (min-width: 1601px) {
  .about__banner__wrapper .lottie_wrap {
    right: 22%;
  }
}
.about__banner__wrapper .lottie_wrap #aboutLottie {
  max-width: 874px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about__banner__wrapper .lottie_wrap #aboutLottie {
    width: 530px;
  }
}
.about__banner__wrapper .banner-cont {
  max-width: 540px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__banner__wrapper .banner-cont {
    padding-top: 254px;
  }
}
@media screen and (max-width: 767px) {
  .about__banner__wrapper .banner-cont .title_60 {
    margin: 0 0 16px;
    max-width: 300px;
  }
}
.about__banner__wrapper .banner-cont p {
  font-size: 18px;
}

.investing-wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .investing-wrapper {
    padding: 48px 0;
  }
}
.investing-wrapper .title_48 {
  margin: 0 0 48px;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .title_48 {
    margin: 0 0 32px;
  }
}
.investing-wrapper .row {
  row-gap: 36px;
}
@media screen and (max-width: 991px) {
  .investing-wrapper .row {
    row-gap: 0px;
  }
}
.investing-wrapper .investing-left,
.investing-wrapper .investing-right {
  padding: 24px;
  border-radius: 16px;
  background-color: #f9f9f9;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .investing-wrapper .investing-left,
  .investing-wrapper .investing-right {
    padding: 16px;
  }
}
.investing-wrapper .investing-left span,
.investing-wrapper .investing-right span {
  color: #f88808;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  .investing-wrapper .investing-left span,
  .investing-wrapper .investing-right span {
    text-align: left;
  }
}
.investing-wrapper .investing-left span em,
.investing-wrapper .investing-right span em {
  color: #0b0c10;
  font-style: normal;
}
.investing-wrapper .investing-left span {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .investing-wrapper .investing-left span {
    text-align: left;
  }
}
.investing-wrapper .investing-left {
  position: relative;
}
@media screen and (min-width: 992px) {
  .investing-wrapper .investing-left {
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .investing-wrapper .investing-left {
    margin-bottom: 36px;
    display: none;
  }
}
.investing-wrapper .investing-left::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 1px;
  height: 58px;
  width: 25px;
  background-image: url("../../assets/img/about/investing/plus-icon-with-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 100px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  .investing-wrapper .investing-left::after {
    width: 100px;
    height: 36px;
    background-image: url("../../assets/img/about/investing/plus-icon-with-circle-mob.png");
    background-size: 120px 36px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
  }
}
.investing-wrapper .investing-left ul {
  padding: 0;
  margin: 0;
}
.investing-wrapper .investing-left ul li {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-left ul li {
    margin: 0 0 8px;
  }
}
.investing-wrapper .investing-left ul li a {
  display: block;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  min-height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-left ul li a {
    padding: 16px;
    min-height: auto;
  }
}
.investing-wrapper .investing-left ul li figure {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-left ul li figure {
    margin: 0 0 16px;
  }
}
.investing-wrapper .investing-left ul li figure img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.investing-wrapper .investing-left ul li:nth-child(1) figure {
  background-color: #fabd97;
}
.investing-wrapper .investing-left ul li:nth-child(1) a:hover {
  background-color: #fabd97;
}
.investing-wrapper .investing-left ul li:nth-child(2) figure {
  background-color: #f3d79f;
}
.investing-wrapper .investing-left ul li:nth-child(2) a:hover {
  background-color: #f3d79f;
}
.investing-wrapper .investing-left ul li:nth-child(3) figure {
  background-color: #c1e09c;
}
.investing-wrapper .investing-left ul li:nth-child(3) a:hover {
  background-color: #c1e09c;
}
.investing-wrapper .investing-left ul li:nth-child(4) figure {
  background-color: #f9b9b5;
}
.investing-wrapper .investing-left ul li:nth-child(4) a:hover {
  background-color: #f9b9b5;
}
.investing-wrapper .investing-left ul li:last-child {
  margin-bottom: 0;
}
.investing-wrapper .investing-left ul li span {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-align: unset;
}
.investing-wrapper .investing-left ul li a:hover figure {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .investing-wrapper .investing-right {
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .investing-wrapper .investing-right span {
    display: none;
    margin-bottom: 0;
  }
}
.investing-wrapper .investing-right .accordion-item {
  border-radius: 16px;
  background-color: #fff;
  border: 0;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: normal;
  color: #434348;
  line-height: 135%;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-right .accordion-item {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
.investing-wrapper .investing-right .accordion-item:last-child {
  margin-bottom: 0;
}
.investing-wrapper .investing-right .accordion-item p:last-child {
  margin-bottom: 0;
}
.investing-wrapper .investing-right .accordion-item .accordion-collapse.show {
  min-height: 276px;
}
@media screen and (max-width: 991px) {
  .investing-wrapper .investing-right .accordion-item .accordion-collapse.show {
    min-height: initial;
  }
}
.investing-wrapper .investing-right .accordion-header figure {
  width: 71px;
  height: 71px;
  border-radius: 8px;
  background-color: #c6a662;
  grid-column: 1;
  grid-row: 1/3;
  margin: 0;
}
.investing-wrapper .investing-right .accordion-header figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-right .accordion-header figure {
    height: 52px;
    width: 52px;
  }
}
.investing-wrapper .investing-right .accordion-header .accordion-button {
  display: grid;
  grid-template-columns: 71px auto 24px;
  gap: 4px 24px;
  padding: 23px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-right .accordion-header .accordion-button {
    grid-template-columns: 52px auto 24px;
    padding: 8px;
    gap: 5px 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.investing-wrapper .investing-right .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.investing-wrapper .investing-right .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.investing-wrapper .investing-right .accordion-header .accordion-button::after {
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url(../../assets/img/about/investing/arrow.svg);
  width: 24px;
  height: 24px;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.investing-wrapper .investing-right .accordion-header .accordion-button[aria-expanded=true]::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.investing-wrapper .investing-right .accordion-header .name {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  grid-row: 1;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-right .accordion-header .name {
    font-size: 16px;
  }
}
.investing-wrapper .investing-right .accordion-header .name a {
  margin-left: auto;
  display: inline-block;
  vertical-align: text-top;
}
.investing-wrapper .investing-right .accordion-header .name a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-right .accordion-header .name a {
    height: 28px;
    width: 28px;
    margin-inline: auto 12px;
  }
}
.investing-wrapper .investing-right .accordion-header .position {
  color: #434348;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-right .accordion-header .position {
    font-size: 14px;
    display: block;
  }
}
.investing-wrapper .investing-right .accordion-body {
  padding: 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .investing-wrapper .investing-right .accordion-body {
    padding: 0 8px 8px;
  }
}
.investing-wrapper .tab_contents {
  display: block;
}
.investing-wrapper .tab_contents.active {
  display: block;
}

.strength__growth__wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .strength__growth__wrapper {
    padding: 48px 0;
  }
}
.strength__growth__wrapper .title_48 {
  margin: 0 0 48px;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .strength__growth__wrapper .title_48 {
    margin: 0 0 16px;
  }
}
.strength__growth__wrapper .chart-outer {
  overflow: auto;
  font-family: "Red Hat Mono", monospace;
  scrollbar-width: thin;
}
.strength__growth__wrapper .chart-outer::-webkit-scrollbar {
  display: block;
  height: 8px; /* For horizontal */
  width: 8px; /* For vertical */
}
.strength__growth__wrapper #chart {
  width: 1142px;
  margin: auto;
  font-family: "Red Hat Mono", monospace I !important;
}

.map-tabs__wrapper {
  padding: 80px 0;
  background-color: #f6f1eb;
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper {
    padding: 48px 0;
  }
}
.map-tabs__wrapper .title_48 {
  color: #0b0c10;
}
.map-tabs__wrapper .mapTab-sec {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec {
    margin-top: 32px;
  }
}
.map-tabs__wrapper .mapTab-sec .tabs {
  position: relative;
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tabs {
    max-width: 320px;
    margin: 0 auto;
  }
}
.map-tabs__wrapper .mapTab-sec .tabs .stickybar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 16px;
  border-radius: 16px;
  background-color: #e4d7c6;
  padding: 8px;
  position: relative;
  width: 100%;
  max-width: 1008px;
}
@media screen and (min-width: 768px) {
  .map-tabs__wrapper .mapTab-sec .tabs .stickybar {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tabs .stickybar.mobile-dropdown {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-radius: 0 0 16px 16px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tabs .stickybar.mobile-dropdown.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
}
.map-tabs__wrapper .mapTab-sec .tabs .mobile-nav-trigger {
  display: none;
  border-radius: 8px;
  border: 1px solid #d9d5d1;
  background: #fff;
}
.map-tabs__wrapper .mapTab-sec .tabs .mobile-nav-trigger::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icon/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 17px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 16px;
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tabs .mobile-nav-trigger {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
  }
}
.map-tabs__wrapper .mapTab-sec .tabs a {
  color: #0b0c10;
  text-align: center;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 11px;
  width: 100%;
  max-width: 152px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tabs a {
    display: block;
    width: 100%;
    max-width: inherit;
    border-radius: 0;
    border-bottom: 1px solid #9ea3af;
  }
  .map-tabs__wrapper .mapTab-sec .tabs a:last-child {
    border-bottom: 0;
  }
}
.map-tabs__wrapper .mapTab-sec .tabs a.active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tabs a.active {
    background-color: #e4d7c6;
    border-radius: 0;
  }
}
.map-tabs__wrapper .mapTab-sec .tabs a::after {
  content: "";
  position: absolute;
  height: 23px;
  width: 1px;
  background-color: rgba(11, 12, 16, 0.1);
  top: 50%;
  bottom: 0;
  right: -8px;
  cursor: text;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tabs a::after {
    display: none;
  }
}
.map-tabs__wrapper .mapTab-sec .tabs a:last-child {
  border-right: 0;
}
.map-tabs__wrapper .mapTab-sec .tabs a:last-child::after {
  display: none;
}
.map-tabs__wrapper .mapTab-sec .tab-content .tabCont {
  display: none;
}
.map-tabs__wrapper .mapTab-sec .tab-content .tabCont.active {
  display: block;
}
.map-tabs__wrapper .mapTab-sec .tab-content .tabCont img {
  display: block;
  width: 100%;
}
.map-tabs__wrapper .mapTab-sec .tab-content .tabCont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0;
  max-width: 1008px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tab-content .tabCont ul {
    gap: 0 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.map-tabs__wrapper .mapTab-sec .tab-content .tabCont ul li {
  width: 100%;
  padding: 0 28px;
  max-width: 16.66%;
  color: #434348;
  font-family: "Myriad Pro", "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .map-tabs__wrapper .mapTab-sec .tab-content .tabCont ul li {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .map-tabs__wrapper .mapTab-sec .tab-content .tabCont ul li {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .map-tabs__wrapper .mapTab-sec .tab-content .tabCont ul li {
    padding: 16px 12px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 18px;
  }
}

.timeline__swiper__wrapper {
  background: #f6f1eb;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper {
    padding: 48px 0;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap {
  position: relative;
}
.timeline__swiper__wrapper .swiper_progress_wrap::before {
  content: "";
  background: rgba(30, 32, 43, 0.2);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 23%;
  z-index: 0;
}
@media screen and (min-width: 1441px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 20.6%;
  }
}
@media screen and (max-width: 1366px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 20.6%;
  }
}
@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 20%;
  }
}
@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 25.5%;
  }
}
@media screen and (max-width: 320px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 24%;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .title_48 {
  color: #0b0c10;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .title_48 {
    margin-bottom: 32px;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
  overflow: unset;
  width: 88vw;
  padding: 20px 40px 0 0;
}
@media screen and (min-width: 1441px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100%;
    padding: 20px 0 40px 0;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide {
  max-width: 268px;
  position: relative;
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #434348;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
}
@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide {
    max-width: 202px;
  }
}
@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents {
    padding: 0 16px;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents h3 {
  color: #434348;
  font-family: "Figtree", "Lato";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents h3 {
    font-size: 24px;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents .svgsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents .svgsInfo img {
  height: 32px;
  width: 32px;
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents .svgsInfo p {
  color: #0b0c10;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents .svgsInfo p span {
  font-weight: 600;
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .timeline_contents h3 {
  color: #d3550a;
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .timeline_contents .svgsInfo img {
  -webkit-filter: invert(31%) sepia(71%) saturate(2137%) hue-rotate(11deg) brightness(96%) contrast(92%);
  filter: invert(31%) sepia(71%) saturate(2137%) hue-rotate(11deg) brightness(96%) contrast(92%);
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  background: #d3550a;
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-pagination {
    display: block;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f4640c;
}
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next,
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 6%;
  right: 11%;
  left: auto;
}
@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next,
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
    display: none;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next::after,
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev::after {
  content: "";
  background-image: url(../../assets/img/about/timeline/swiper-arrow.svg);
  width: 100%;
  height: 100%;
}
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
  right: 15%;
}
@media screen and (min-width: 1441px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
    right: 14%;
  }
}
@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
    right: 16%;
  }
}
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.generic-banner-wrapper {
  padding: 80px 0;
  background-color: #f6f1eb;
  min-height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .generic-banner-wrapper {
    padding: 24px 0;
  }
}
.generic-banner-wrapper .gen-cont {
  max-width: 600px;
  margin: 0 auto;
}
.generic-banner-wrapper.full-content-wrap .gen-cont {
  max-width: inherit;
}
.generic-banner-wrapper .title_32 {
  color: #000;
  margin: 0 0 16px;
  text-transform: capitalize;
}
.generic-banner-wrapper .title_32:last-child {
  margin-bottom: 0;
}
.generic-banner-wrapper p:last-child {
  margin-bottom: 0;
}

.generic-content-section {
  padding: 80px 0;
  color: #1c1636;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  counter-reset: h2;
}
.generic-content-section a {
  color: #f4640c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.generic-content-section ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 0 0 0 20px;
}
.generic-content-section ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.generic-content-section ul li:last-child {
  margin-bottom: 0;
}
.generic-content-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 5px;
  width: 5px;
  background-color: #1c1636;
  border-radius: 50%;
}
.generic-content-section ol {
  list-style-type: lower-alpha !important;
  margin: 0 0 32px;
  padding: 0 0 0 20px;
  counter-reset: alpha-counter;
}
.generic-content-section ol > li {
  counter-increment: alpha-counter;
}
.generic-content-section ol > li::before {
  content: counter(alpha-counter, lower-alpha) ". ";
}
.generic-content-section h2 {
  font-family: "Figtree", "Lato";
  color: #1e202b;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .generic-content-section h2 {
    font-size: 20px;
  }
}
.generic-content-section h2::before {
  counter-increment: h2;
  content: counter(h2) ". ";
  color: inherit;
  font-size: inherit;
}
.generic-content-section h3 {
  font-family: "Figtree", "Lato";
  color: #1e202b;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .generic-content-section h3 {
    font-size: 20px;
  }
}
.generic-content-section .table-outer {
  border-radius: 16px;
}
.generic-content-section .table-outer .table-responsive .table_wrapper {
  background-color: #f9f9f9;
  padding: 16px;
  border-radius: 16px;
}
.generic-content-section .table-outer table {
  font-family: "Figtree", "Lato";
  color: #0b0c10;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.generic-content-section .table-outer table th,
.generic-content-section .table-outer table td {
  vertical-align: middle;
  min-width: 147px;
  border: 0;
}
.generic-content-section .table-outer table thead {
  height: 64px;
}
.generic-content-section .table-outer table thead th {
  background-color: #f9f9f9;
  color: #434348;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 8px 19px;
}
.generic-content-section .table-outer table thead th:first-child {
  text-align: center;
  min-width: 174px;
  width: 174px;
}
@media screen and (max-width: 767px) {
  .generic-content-section .table-outer table thead th:first-child {
    min-width: 90px;
    width: 90px;
  }
}
.generic-content-section .table-outer table tbody th {
  color: #434348;
  font-size: 16px;
  font-weight: 500;
  background-color: #f6f1eb;
  text-align: center;
  padding: 24px 8px;
}
.generic-content-section .table-outer table tbody th:first-child {
  width: 174px;
  min-width: 174px;
}
@media screen and (max-width: 767px) {
  .generic-content-section .table-outer table tbody th:first-child {
    min-width: 90px;
    width: 90px;
  }
}
.generic-content-section .table-outer table tbody tr th,
.generic-content-section .table-outer table tbody tr td {
  padding: 24px 8px;
  min-width: 147px;
}
.generic-content-section .table-outer table tbody tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.generic-content-section .table-outer table tbody tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
.generic-content-section .table-outer table:not(:has(tfoot)) tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}
.generic-content-section .table-outer table:not(:has(tfoot)) tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th,
.generic-content-section .table-outer table:has(tfoot) tfoot tr td {
  background-color: #f6f1eb;
  padding: 24px 8px;
  color: #0b0c10;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th:first-child,
.generic-content-section .table-outer table:has(tfoot) tfoot tr td:first-child {
  border-radius: 0 0 0 8px;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th:last-child,
.generic-content-section .table-outer table:has(tfoot) tfoot tr td:last-child {
  border-radius: 0 0 8px 0;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th {
  color: #434348;
  font-weight: 500;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th:first-child {
  text-align: center;
}
.generic-content-section .table-outer.text-left table thead th,
.generic-content-section .table-outer.text-left table tbody th,
.generic-content-section .table-outer.text-left table tfoot th {
  text-align: left;
}
.generic-content-section .table-outer p {
  margin-bottom: 32px;
}
.generic-content-section .table-outer p span {
  color: #5b6885;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.generic-content-section .table-outer table {
  font-family: "Figtree", "Lato";
  color: #0b0c10;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  border-radius: 16px;
  background-color: #f9f9f9;
  padding: 16px;
  width: 100%;
}
.generic-content-section .table-outer table th,
.generic-content-section .table-outer table td {
  vertical-align: middle;
  min-width: 147px;
  border: 0;
}
.generic-content-section .table-outer table thead {
  height: 64px;
}
.generic-content-section .table-outer table thead th {
  background-color: #f9f9f9;
  color: #434348;
  font-size: 16px;
  font-weight: 500;
  padding-block: 8px 19px;
}
.generic-content-section .table-outer table thead th:first-child {
  text-align: center;
  min-width: 174px;
  width: 174px;
}
@media screen and (max-width: 767px) {
  .generic-content-section .table-outer table thead th:first-child {
    min-width: 90px;
    width: 90px;
  }
}
.generic-content-section .table-outer table tbody th {
  color: #434348;
  font-size: 16px;
  font-weight: 500;
  background-color: #f6f1eb;
  text-align: center;
  padding: 24px 8px;
}
.generic-content-section .table-outer table tbody th:first-child {
  width: 174px;
  min-width: 174px;
}
@media screen and (max-width: 767px) {
  .generic-content-section .table-outer table tbody th:first-child {
    min-width: 90px;
    width: 90px;
  }
}
.generic-content-section .table-outer table tbody tr th,
.generic-content-section .table-outer table tbody tr td {
  padding: 24px 8px;
  min-width: 147px;
}
.generic-content-section .table-outer table tbody tr td {
  background-color: #fff;
}
.generic-content-section .table-outer table tbody tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.generic-content-section .table-outer table tbody tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
.generic-content-section .table-outer table:not(:has(tfoot)) tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}
.generic-content-section .table-outer table:not(:has(tfoot)) tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th,
.generic-content-section .table-outer table:has(tfoot) tfoot tr td {
  background-color: #f6f1eb;
  padding: 24px 8px;
  color: #0b0c10;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th:first-child,
.generic-content-section .table-outer table:has(tfoot) tfoot tr td:first-child {
  border-radius: 0 0 0 8px;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th:last-child,
.generic-content-section .table-outer table:has(tfoot) tfoot tr td:last-child {
  border-radius: 0 0 8px 0;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th {
  color: #434348;
  font-weight: 500;
}
.generic-content-section .table-outer table:has(tfoot) tfoot tr th:first-child {
  text-align: center;
}
.generic-content-section .table-outer.text-left table thead th,
.generic-content-section .table-outer.text-left table tbody th,
.generic-content-section .table-outer.text-left table tfoot th {
  text-align: left;
}
.generic-content-section.no-counter h2::before {
  display: none;
}
.generic-content-section.complaint-status h2 {
  margin: 0 0 8px;
}
.generic-content-section.complaint-status p {
  margin: 0 0 8px;
}
.generic-content-section.complaint-status p span {
  color: #5b6885;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.generic-content-section.complaint-status ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  color: #5b6885;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.generic-content-section.complaint-status ul li:last-child {
  margin: 0;
}
.generic-content-section.complaint-status ul li::before {
  display: none;
}
.generic-content-section.complaint-status .table-outer {
  margin: 0 0 32px;
}
.generic-content-section.complaint-status .table-outer:last-child {
  margin: 0;
}
.generic-content-section.complaint-status .table-outer.big-tbl .table thead tr th:first-child,
.generic-content-section.complaint-status .table-outer.big-tbl .table tbody tr th:first-child {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.generic-content-section.complaint-status .table-outer.big-tbl .table thead tr td:nth-child(2),
.generic-content-section.complaint-status .table-outer.big-tbl .table tbody tr td:nth-child(2) {
  padding-inline: 12px;
}

.faq_banner {
  padding: 68px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_banner {
    padding: 48px 0;
  }
}
.faq_banner::after {
  content: "";
  background-image: url(../../assets/img/faq/faq-banner.svg);
  background-repeat: no-repeat;
  width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .faq_banner::after {
    display: none;
  }
}
@media screen and (min-width: 1601px) {
  .faq_banner::after {
    right: 24%;
  }
}
@media screen and (max-width: 767px) {
  .faq_banner .banner-cont {
    max-width: 400px;
    padding: 0;
  }
}
.faq_banner .title_48 {
  margin: 0;
  color: #0b0c10;
  font-size: 48px;
}

.faq__wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .faq__wrapper {
    padding: 48px 0;
    background-color: #f9f9f9;
  }
}
@media screen and (max-width: 767px) {
  .faq__wrapper {
    padding: 24px 0;
  }
}
.faq__wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  border-radius: 16px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .tabs {
    display: none;
  }
}
.faq__wrapper .tabs li {
  padding: 8px 16px;
  border-radius: 8px;
}
.faq__wrapper .tabs li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__wrapper .tabs li.active {
  background-color: #e4d7c6;
}
.faq__wrapper .accordion-item {
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid rgba(103, 102, 105, 0.2);
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .accordion-item {
    padding: 24px 0;
  }
}
.faq__wrapper .accordion-item:first-child {
  padding-top: 0;
}
.faq__wrapper .accordion-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.faq__wrapper .accordion-item .accordion-header .accordion-button {
  padding: 0;
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.faq__wrapper .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../../assets/img/icon/arrow-right-black.svg");
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq__wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq__wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq__wrapper .accordion-item .accordion-body {
  padding: 0;
  color: #434348;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 18px;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .accordion-item .accordion-body {
    font-size: 16px;
    padding-top: 12px;
  }
}
.faq__wrapper .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tab_container {
    padding: 8px 8px;
    background-color: #fff;
    border-radius: 8px;
  }
}

.tab_content {
  padding-top: 28px;
  display: none;
}
@media screen and (max-width: 991px) {
  .tab_content {
    border-radius: 0px 0px 8px 8px;
    background-color: #f6f1eb;
    padding: 16px 12px;
  }
}

.tab_drawer_heading {
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tab_drawer_heading {
    display: block;
    color: #0b0c10;
    font-family: "Figtree", "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    padding: 14px 30px 14px 12px;
    border-radius: 8px 8px 0px 0px;
    margin: 0;
  }
}
.tab_drawer_heading::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icon/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab_drawer_heading.d_active {
  background-color: #e4d7c6;
}
.tab_drawer_heading.d_active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.newsletter__wrapper {
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .newsletter__wrapper {
    margin: 0;
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .newsletter__wrapper .container {
    padding: 0;
  }
}
.newsletter__wrapper .newsletter-inner {
  max-width: 949px;
  margin-inline: auto;
  padding: 44px 36px;
  border-radius: 16px;
  background-color: #5a8329;
  background-image: url("../../assets/img/home/newsletter/newsletter-back.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 501px 414px;
}
@media screen and (max-width: 576px) {
  .newsletter__wrapper .newsletter-inner {
    padding: 40px 16px;
    border-radius: 0;
    max-width: 100%;
    background-image: url("../../assets/img/home/newsletter/newsletter-mob.svg");
  }
}
.newsletter__wrapper .newsletter-inner .title_32 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .newsletter__wrapper .newsletter-inner .title_32 {
    margin-bottom: 40px;
  }
}
.newsletter__wrapper .newsletter-inner .newsletter-form {
  background-color: #fff;
  width: 100%;
  max-width: 509px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .newsletter__wrapper .newsletter-inner .newsletter-form {
    background-color: transparent;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter__wrapper .newsletter-inner .newsletter-form .formGroup {
    width: 100%;
  }
}
.newsletter__wrapper .newsletter-inner .newsletter-form .formGroup input[type=email] {
  width: 100%;
  padding: 16px 155px 16px 24px;
  border: 0;
  display: block;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .newsletter__wrapper .newsletter-inner .newsletter-form .formGroup input[type=email] {
    padding: 16px 12px;
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
  }
}
.newsletter__wrapper .newsletter-inner .newsletter-form .formGroup .invaildTexts {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
  display: none;
  letter-spacing: 0.12px;
}
.newsletter__wrapper .newsletter-inner .newsletter-form .formGroup .invaildTexts.show {
  display: block;
}
.newsletter__wrapper .newsletter-inner .newsletter-form .formGroup:has(.show) input[type=text] {
  color: red;
}
.newsletter__wrapper .newsletter-inner .newsletter-form .btnSeconday {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newsletter__wrapper .newsletter-inner .newsletter-form .btnSeconday {
    position: static;
    width: 100%;
  }
}
.newsletter__wrapper + .footer {
  padding: 148px 0 64px;
}
@media screen and (max-width: 991px) {
  .newsletter__wrapper + .footer {
    padding: 40px 0;
  }
}

.stay-ahead-wrapper {
  padding: 80px 0 0;
  overflow: hidden;
}
.stay-ahead-wrapper figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .stay-ahead-wrapper {
    padding: 48px 0;
  }
}
.stay-ahead-wrapper .title_48,
.stay-ahead-wrapper p {
  margin-bottom: 24px;
}
.stay-ahead-wrapper .title_48 {
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .stay-ahead-wrapper .row .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.stay-ahead-wrapper p {
  font-size: 18px;
}
.stay-ahead-wrapper .stay-cont {
  padding-bottom: 80px;
  max-width: 545px;
}
@media screen and (max-width: 767px) {
  .stay-ahead-wrapper .stay-cont {
    padding-bottom: 0;
    max-width: inherit;
  }
}
.stay-ahead-wrapper .btnSeconday {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .stay-ahead-wrapper .btnSeconday {
    max-width: inherit;
  }
}

.tesimonial__wrapper {
  padding: 80px 0;
  overflow: hidden;
  background-color: #f88808;
  background-image: url("../../assets/img/home/testimonial/testimonial-back.svg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper {
    padding: 40px 0 60px;
  }
}
.tesimonial__wrapper .title_48 {
  margin-bottom: 48px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper .title_48 {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.tesimonial__wrapper .testimonialSlider.swiper {
  overflow: visible;
}
.tesimonial__wrapper .testimonialSlider.swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tesimonial__wrapper .testimonialSlider.swiper .swiper-slide {
  width: 100% !important;
  max-width: 558px;
  height: auto;
}
.tesimonial__wrapper .testimonial-inn {
  padding: 24px;
  border-radius: 16px;
  background-color: #fff4b4;
  height: 100%;
  min-height: 398px;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper .testimonial-inn {
    padding: 24px 24px 32px;
    min-height: 413px;
  }
}
.tesimonial__wrapper .testimonial-inn::before {
  content: "";
  display: block;
  height: 68px;
  width: 68px;
  background-image: url("../../assets/img/icon/quotes.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper .testimonial-inn::before {
    height: 50px;
    width: 50px;
  }
}
.tesimonial__wrapper .testimonial-inn p {
  min-height: 104px;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper .testimonial-inn p {
    min-height: 144px;
  }
}
.tesimonial__wrapper .testimonial-inn .client-name {
  color: #434348;
  font-size: 18px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tesimonial__wrapper .testimonial-inn .client-name::before {
  content: "—";
  color: inherit;
  font-size: inherit;
  margin-right: 5px;
}
.tesimonial__wrapper .swiper-button-next, .tesimonial__wrapper .swiper-button-prev {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #0b0c10;
  border-radius: 50%;
  top: 0;
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
  right: 0;
  left: auto;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper .swiper-button-next, .tesimonial__wrapper .swiper-button-prev {
    display: none;
  }
}
.tesimonial__wrapper .swiper-button-next::after, .tesimonial__wrapper .swiper-button-prev::after {
  font-size: 12px;
  color: inherit;
  font-weight: 700;
}
.tesimonial__wrapper .swiper-button-next:hover, .tesimonial__wrapper .swiper-button-prev:hover {
  border-color: #f4640c;
  background-color: #fef2e6;
}
.tesimonial__wrapper .swiper-button-prev {
  right: 52px;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper .swiper-button-prev {
    right: 64px;
  }
}
.tesimonial__wrapper .swiper-pagination {
  position: static;
  margin-top: 22px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tesimonial__wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.tesimonial__wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fabd97;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tesimonial__wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9f9f9;
}

.lottie__banner__wrapper {
  background: #f6f1eb;
  height: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .lottie__banner__wrapper {
    height: 780px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .lottie__banner__wrapper {
    height: 640px;
  }
}
.lottie__banner__wrapper .lottie_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .lottie__banner__wrapper .lottie_wrap {
    bottom: unset;
    top: 0;
  }
}
.lottie__banner__wrapper .lottie_wrap #labLottie {
  max-width: 674px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .lottie__banner__wrapper .lottie_wrap #labLottie {
    max-width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .lottie__banner__wrapper .lottie_wrap #labLottie {
    max-width: 380px;
  }
}
.lottie__banner__wrapper .title_wrap {
  max-width: 540px;
}
.lottie__banner__wrapper .title_wrap .title_60 {
  margin-bottom: 32px;
}
.lottie__banner__wrapper .title_wrap .title_20 {
  margin: 0;
  font-family: "Myriad Pro", "Lato";
}
@media screen and (max-width: 991px) {
  .lottie__banner__wrapper .title_wrap .title_20 {
    margin-bottom: 32px;
  }
}

.lab__wrapper {
  background: #efe0c2;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lab__wrapper {
    padding: 48px 0;
  }
}
.lab__wrapper::after {
  content: "";
  background-image: url(../../assets/img/lab/lab.svg);
  background-repeat: no-repeat;
  width: 535px;
  height: 314px;
  position: absolute;
  bottom: 0;
  left: 54%;
}
@media screen and (max-width: 1024px) {
  .lab__wrapper::after {
    left: 48%;
  }
}
@media screen and (max-width: 991px) {
  .lab__wrapper::after {
    display: none;
  }
}
.lab__wrapper .contents_wrap .title_48 {
  margin-bottom: 48px;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .lab__wrapper .contents_wrap .title_48 {
    margin-bottom: 24px;
  }
}
.lab__wrapper .contents_wrap p {
  color: #434348;
  font-family: "Myriad Pro", "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lab__wrapper .contents_wrap p {
    font-size: 16px;
  }
}
.lab__wrapper .contents_wrap p a {
  color: #f4640c;
  text-decoration: underline;
}

.approach__wrapper {
  padding: 80px 0 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .approach__wrapper {
    padding: 48px 0 0 0;
  }
}
.approach__wrapper .title_48 {
  margin: 0;
  color: #0b0c10;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .approach__wrapper .title_48 {
    margin-bottom: 24px;
  }
}
.approach__wrapper p {
  margin: 0;
  color: #434348;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.approach__wrapper .graph_wrap {
  padding-top: 24px;
}
@media screen and (max-width: 991px) {
  .approach__wrapper .graph_wrap {
    overflow-x: scroll;
  }
}
.approach__wrapper .approach_graph {
  min-width: 600px !important;
}
.approach__wrapper img {
  width: 100%;
  height: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .approach__wrapper img {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .lottie__banner__wrapper.journey__banner .lottie_wrap {
    left: 0;
    right: 0;
  }
}
.lottie__banner__wrapper.journey__banner .title_wrap {
  position: relative;
  z-index: 2;
  max-width: 518px;
}
.lottie__banner__wrapper.journey__banner .lottie_wrap {
  max-width: 654px;
  max-height: 576px;
  height: 100%;
  display: block;
  top: 0;
}
.lottie__banner__wrapper.journey__banner .lottie_wrap .journeyLottie {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .lottie__banner__wrapper.journey__banner .lottie_wrap {
    max-height: 510px;
  }
}
@media screen and (max-width: 575px) {
  .lottie__banner__wrapper.journey__banner .lottie_wrap {
    max-width: 100%;
    max-height: 100%;
  }
}

.philosophy__wrapper {
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .philosophy__wrapper {
    padding: 48px 0 24px;
  }
}
.philosophy__wrapper .title_48 {
  color: #0b0c10;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .philosophy__wrapper .title_48 {
    margin-bottom: 32px;
  }
}
.philosophy__wrapper .row {
  row-gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.philosophy__wrapper .philosophy-inner {
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #f9f9f9;
  height: 100%;
}
.philosophy__wrapper .philosophy-inner .title_32 {
  color: #0b0c10;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .philosophy__wrapper .philosophy-inner .title_32 {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.12px;
  }
}
.philosophy__wrapper .philosophy-inner figure {
  width: 64px;
  height: 64px;
  margin: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .philosophy__wrapper .philosophy-inner figure {
    width: 48px;
    height: 48px;
  }
}
.philosophy__wrapper .philosophy-inner figure img {
  width: 100%;
  height: 100%;
  display: block;
}
.philosophy__wrapper .philosophy-inner p {
  color: #434348;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .philosophy__wrapper .philosophy-inner p {
    line-height: 140%;
    font-size: 16px;
  }
}
.philosophy__wrapper .philosophy-inner p a {
  color: #f4640c;
  font-family: "Figtree", "Lato";
  font-weight: 500;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.philosophy__wrapper .philosophy-inner p em,
.philosophy__wrapper .philosophy-inner p i {
  font-style: normal;
}
.philosophy__wrapper .philosophy-inner p em {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Figtree", "Lato";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e4d7c6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .philosophy__wrapper .philosophy-inner p em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
}
.philosophy__wrapper .philosophy-inner p em::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.philosophy__wrapper .philosophy-inner p em i {
  display: block;
  border-radius: 8px;
  background-color: #fff;
  color: #434348;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding: 12px 16px;
  min-width: 380px;
  max-width: 90vw;
  position: absolute;
  top: calc(100% + 10px);
  left: 120%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  font-family: "Myriad Pro", "Lato";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  word-break: break-word;
  text-align: left;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .philosophy__wrapper .philosophy-inner p em i {
    left: -20px;
    min-width: 270px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.philosophy__wrapper .philosophy-inner p em:hover::after,
.philosophy__wrapper .philosophy-inner p em:hover i {
  opacity: 1;
  visibility: visible;
}

.your-journey__wrapper {
  padding: 40px 0 80px;
}
.your-journey__wrapper .title_48 {
  color: #0b0c10;
  margin: 0 0 48px;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .your-journey__wrapper .title_48 {
    margin: 0 0 32px;
    text-wrap: balance;
  }
}
.your-journey__wrapper .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .your-journey__wrapper .row {
    margin-bottom: 32px;
  }
}
.your-journey__wrapper .row:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.your-journey__wrapper .row:last-child {
  margin-bottom: 0;
}
.your-journey__wrapper .row:last-child::after {
  display: none;
}
.your-journey__wrapper figure {
  border-radius: 16px;
  background-color: #f6f1eb;
  position: relative;
  margin-bottom: 0;
}
.your-journey__wrapper figure img {
  display: block;
  max-width: 100%;
}
.your-journey__wrapper figure figcaption {
  position: absolute;
  color: #0b0c10;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 8px 12px;
  border-radius: 12px;
  background-color: #f9f9f9;
  top: 18px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .your-journey__wrapper figure figcaption {
    padding: 4px 10px;
  }
}
.your-journey__wrapper .your-journey-cont h4 {
  color: #70a333;
  font-family: "Figtree", "Lato";
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .your-journey__wrapper .your-journey-cont h4 {
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 16px;
  }
}
.your-journey__wrapper .your-journey-cont .title_32 {
  color: #0b0c10;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .your-journey__wrapper .your-journey-cont .title_32 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.32px;
  }
}
.your-journey__wrapper .your-journey-cont p {
  color: #434348;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 16px;
}
.your-journey__wrapper .your-journey-cont p:last-child {
  margin: 0;
}
.your-journey__wrapper .your-journey-cont span,
.your-journey__wrapper .your-journey-cont em {
  display: block;
  color: #5b6885;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 8px;
}
.your-journey__wrapper .your-journey-cont em {
  color: #434348;
  font-style: normal;
}
.your-journey__wrapper .your-journey-cont ul {
  margin: 0;
  padding: 0;
}
.your-journey__wrapper .your-journey-cont ul li {
  color: #1e202b;
  font-family: "Myriad Pro", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 18px;
  padding-left: 32px;
  position: relative;
}
.your-journey__wrapper .your-journey-cont ul li::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icon/list-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  top: 0;
  left: 0;
}
.your-journey__wrapper .your-journey-cont ul li:last-child {
  margin: 0;
}
.your-journey__wrapper .your-journey-cont .link-text {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .your-journey__wrapper .your-journey-cont .link-text {
    margin-top: 32px;
  }
}

.help__wrapper {
  background-color: #f6f1eb;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .help__wrapper {
    padding: 48px 0 140px;
  }
}
@media screen and (max-width: 480px) {
  .help__wrapper {
    padding: 48px 0 163px;
  }
}
.help__wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/your-journey/help-section/help-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 754px 375px;
  left: 5px;
  bottom: 0;
  height: 375px;
  width: 754px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .help__wrapper::before {
    width: 317px;
    height: 316px;
    background-size: 316px 316px;
    top: 0;
    bottom: auto;
    left: 20px;
    background-image: url(../../assets/img/your-journey/help-section/help-bg-mobile.png);
  }
}
.help__wrapper .title_48 {
  color: #0b0c10;
  margin: 0 0 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .help__wrapper .title_48 {
    margin: 0 0 24px;
    line-height: 120%;
    letter-spacing: -0.32px;
  }
}
.help__wrapper .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .help__wrapper .btn-wrap {
    position: absolute;
    bottom: 48px;
    left: auto;
    right: auto;
    z-index: 3;
    height: 50px;
    top: auto;
    max-width: 720px;
  }
}
@media screen and (max-width: 480px) {
  .help__wrapper .btn-wrap {
    height: 90px;
    bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .help__wrapper .btn-wrap .btnSeconday {
    max-width: calc(100% - 24px);
    width: 100%;
  }
}
.help__wrapper .help-inner {
  margin: 0 0 24px auto;
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #f9f9f9;
  max-width: 548px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .help__wrapper .help-inner {
    max-width: inherit;
  }
}
.help__wrapper .help-inner:last-child {
  margin-bottom: 0;
}
.help__wrapper .help-inner .help-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .help__wrapper .help-inner .help-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.help__wrapper .help-inner .help-title .help-icon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin: 0;
}
.help__wrapper .help-inner .help-title .help-icon img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.help__wrapper .help-inner .title_32 {
  color: #0b0c10;
  font-weight: 600;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin: 0;
  max-width: 420px;
}
@media screen and (max-width: 1024px) {
  .help__wrapper .help-inner .title_32 {
    max-width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .help__wrapper .help-inner .title_32 {
    max-width: 100%;
  }
}
.help__wrapper .help-inner p {
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .help__wrapper .help-inner p {
    font-size: 16px;
    line-height: 140%;
  }
}

.wealth_wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .wealth_wrapper {
    padding: 48px 0;
  }
}
.wealth_wrapper .row {
  margin-bottom: 95px;
}
@media screen and (max-width: 991px) {
  .wealth_wrapper .row {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .row {
    margin-bottom: 24px;
  }
}
.wealth_wrapper .row:last-child {
  margin-bottom: 0;
}
.wealth_wrapper .row.top-section {
  position: sticky;
  top: 60px;
  background-color: #fff;
  z-index: 200;
}
@media screen and (max-width: 991px) {
  .wealth_wrapper .row.top-section {
    position: relative;
    top: 0;
  }
}
.wealth_wrapper .row.top-section .title_48 {
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .row.top-section .title_48 {
    text-align: left;
    margin-bottom: 24px;
  }
}
.wealth_wrapper .row.top-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding-block: 24px 12px;
}
@media screen and (max-width: 991px) {
  .wealth_wrapper .row.top-section p {
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 140%;
  }
}
.wealth_wrapper .fixed_image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.wealth_wrapper .fixed-image-container {
  position: sticky;
  top: 260px;
  width: 340px;
  height: 340px;
}
@media screen and (max-width: 991px) {
  .wealth_wrapper .fixed-image-container {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .fixed-image-container {
    display: none;
  }
}
.wealth_wrapper .fixed-image-container .scroll-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  height: 100%;
}
.wealth_wrapper .fixed-image-container .scroll-img.active {
  opacity: 1;
}
.wealth_wrapper .scroll-section {
  padding: 32px;
  border-radius: 16px;
  background-color: #f9f9f9;
  margin-bottom: 32px;
  min-height: 208px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .scroll-section {
    background-color: transparent;
    padding: 40px 0;
    border-bottom: 1px solid #d9d5d1;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.wealth_wrapper .scroll-section:last-child {
  margin-bottom: 0;
}
.wealth_wrapper .scroll-section.active {
  background-color: #c1e09c;
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .scroll-section.active {
    background-color: transparent;
  }
}
.wealth_wrapper .scroll-section figure {
  display: none;
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .scroll-section figure {
    display: block;
    width: 312px;
    height: 312px;
    margin: 0 0 16px;
  }
}
.wealth_wrapper .scroll-section figure img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wealth_wrapper .scroll-section .title_32 {
  color: #0b0c10;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .scroll-section .title_32 {
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    margin: 0 0 8px;
  }
}
.wealth_wrapper .scroll-section p {
  margin: 0;
}
.wealth_wrapper .scroll-section .scroll-sec-inn {
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .wealth_wrapper .scroll-section .scroll-sec-inn {
    padding: 12px;
    background: #f9f9f9;
    margin: 0 0 13px;
  }
}
.wealth_wrapper .scroll-section .scroll-sec-inn:last-child {
  margin-bottom: 0;
}
.wealth_wrapper .scroll-section .scroll-sec-inn h4 {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.wealth_wrapper .scroll-section .scroll-sec-inn p {
  font-size: 16px;
  margin: 0;
}

.banner__wrapper {
  position: relative;
  background: #f6f1eb;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .banner__wrapper {
    padding: 48px 0;
  }
}
.banner__wrapper::after {
  content: "";
  background-image: url(../../assets/img/faq/faq-banner.svg);
  background-repeat: no-repeat;
  width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .banner__wrapper::after {
    display: none;
  }
}
@media screen and (min-width: 1601px) {
  .banner__wrapper::after {
    right: 24%;
  }
}
.banner__wrapper .title_60 {
  position: relative;
  z-index: 1;
}

.contact__form__wrapper {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper {
    padding: 48px 0;
  }
}
.contact__form__wrapper .title_32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_32 {
    font-size: 32px;
  }
}
.contact__form__wrapper .details_wrap iframe {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 16px 16px 0 0;
}
.contact__form__wrapper .details_wrap .address_wrap {
  background: #f9f9f9;
  padding: 16px 24px;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .details_wrap .address_wrap {
    padding: 16px 20px;
  }
}
.contact__form__wrapper .details_wrap .address_wrap h6 {
  color: #434348;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.contact__form__wrapper .details_wrap .address_wrap p {
  color: #0b0c10;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
  text-wrap: balance;
}
.contact__form__wrapper .details_wrap .address_wrap a {
  color: #0b0c10;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
  display: block;
}
.contact__form__wrapper .details_wrap .address_wrap a:last-child {
  margin-bottom: 0;
}
.contact__form__wrapper .form_wrap {
  border-radius: 16px;
  background: #f6f1eb;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .form_wrap {
    padding: 16px;
    margin-bottom: 48px;
  }
}
.contact__form__wrapper .form_wrap p {
  color: #0b0c10;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .form_wrap p {
    font-size: 16px;
  }
}
.contact__form__wrapper .form_wrap form .formFlex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup {
  max-width: 328px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup {
    max-width: 100%;
  }
}
.contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup .form-control {
  border-radius: 8px;
  border: 1px solid #c9c7cc;
  color: #5b6885;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 12px 16px;
}
.contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup .invaildText {
  font-size: 12px;
  font-weight: 500;
  color: #f15b4f;
  line-height: 100%;
  position: absolute;
  bottom: -15px;
  display: none;
  letter-spacing: 0.12px;
}
.contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup .invaildText.show {
  display: block;
}
.contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup:last-child {
  max-width: 100%;
}
.contact__form__wrapper .form_wrap form .formFlex_wrap .formGroup:has(.show) .form-control {
  border: 1px solid #f15b4f;
}
.contact__form__wrapper .form_wrap form .btnSeconday {
  margin: 40px 0 0 auto;
}

.faq__wrapper.contact__faq .title_32 {
  margin-bottom: 32px;
}
.faq__wrapper.contact__faq .wrapper {
  border-radius: 16px;
  background: #f9f9f9;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .faq__wrapper.contact__faq .wrapper {
    padding: 0;
    background: transparent;
  }
}
.faq__wrapper.contact__faq .wrapper .tabs {
  background: #ffffff;
  padding: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq__wrapper.contact__faq .wrapper .tabs li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .faq__wrapper.contact__faq .wrapper .tab_container {
    padding: 12px 16px;
  }
}
.faq__wrapper.contact__faq .wrapper .tab_container .tab_content .accordion .accordion-item .accordion-header .accordion-button {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .faq__wrapper.contact__faq .wrapper .tab_container .tab_content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}

.not__found__wrapper {
  position: relative;
}
.not__found__wrapper .brand {
  position: absolute;
  top: -9%;
}
.not__found__wrapper .brand img {
  width: 122px;
  height: auto;
}
.not__found__wrapper .contents_wrap {
  height: calc(100vh - 79px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.not__found__wrapper .contents_wrap h2 {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 220px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 767px) {
  .not__found__wrapper .contents_wrap h2 {
    font-size: 160px;
  }
}
.not__found__wrapper .contents_wrap p {
  color: #434348;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.not__found__wrapper .contents_wrap .btnSeconday {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 32px;
}

.banner-card {
  background-color: #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner-card {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 16px;
  }
}
.banner-card .res-banner-img,
.banner-card .banner-cont {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .banner-card .res-banner-img,
  .banner-card .banner-cont {
    width: 100%;
  }
}
.banner-card .res-banner-img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 767px) {
  .banner-card .res-banner-img {
    min-height: 152px;
  }
}
.banner-card .banner-cont {
  padding: 24px 32px 24px 0;
}
@media screen and (max-width: 767px) {
  .banner-card .banner-cont {
    padding: 12px;
  }
}
.banner-card .banner-cont .title_24 {
  margin: 0;
  width: calc(100% - 64px);
  color: #0b0c10;
}
.banner-card .banner-cont .hashtag {
  color: #a98536;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .banner-card .banner-cont .hashtag {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-card .banner-cont .hashtag {
    font-size: 16px;
  }
}
.banner-card .banner-cont-top, .banner-card .banner-cont-mid, .banner-card .banner-cont-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .banner-card .banner-cont-top, .banner-card .banner-cont-mid, .banner-card .banner-cont-bottom {
    margin: 0 0 12px;
  }
}
.banner-card .banner-cont-mid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .banner-card .banner-cont-mid {
    min-height: 66px;
  }
}
.banner-card .banner-cont-mid .icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .banner-card .banner-cont-mid .icon-link {
    height: 32px;
    width: 32px;
  }
}
.banner-card .banner-cont-bottom {
  margin: 85px 0 0;
}
@media screen and (max-width: 991px) {
  .banner-card .banner-cont-bottom {
    margin: 50px 0 0;
  }
}
.banner-card .banner-cont-bottom .date {
  color: #434348;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .banner-card .banner-cont-bottom .date {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

.resources-banner {
  background-color: #f6f1eb;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .resources-banner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .resources-banner {
    padding: 40px 0 24px;
  }
}
.resources-banner .back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  color: #d3550a;
  font-family: "Figtree", "Lato";
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  border-bottom: 1.5px solid #d3550a;
}
@media screen and (max-width: 767px) {
  .resources-banner .back-link {
    margin: 0 0 16px;
  }
}

.resources__content__wrapper {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .resources__content__wrapper {
    padding: 40px 0 110px;
  }
}
.resources__content__wrapper .container {
  position: relative;
}
.resources__content__wrapper .resource-left-sec {
  position: sticky;
  top: 100px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  height: calc(100dvh - 110px);
}
@media screen and (max-width: 991px) {
  .resources__content__wrapper .resource-left-sec {
    position: static;
    height: auto;
    margin: 0 0 40px;
  }
}
.resources__content__wrapper .resource-left-sec h4 {
  color: #5b6885;
  font-family: "Myriad Pro", "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 32px;
}
@media screen and (max-width: 991px) {
  .resources__content__wrapper .resource-left-sec h4 {
    margin: 0 0 8px;
  }
}
.resources__content__wrapper .resource-left-sec .tbl-cont a {
  display: block;
  color: #1e202b;
  font-family: "Myriad Pro", "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 8px 0 8px 12px;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources__content__wrapper .resource-left-sec .tbl-cont a.active {
  border-color: #f4640c;
}
.resources__content__wrapper .resource-left-sec .social-share-sec {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .resources__content__wrapper .resource-left-sec .social-share-sec {
    position: absolute;
    top: calc(100% + 40px);
    left: 12px;
  }
}
.resources__content__wrapper .resource-left-sec .social-share-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.resources__content__wrapper .resource-left-sec .social-share-sec ul li {
  padding: 0;
}
.resources__content__wrapper .resource-left-sec .social-share-sec ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #434348;
  padding: 10px;
}
.resources__content__wrapper .resource-left-sec .social-share-sec ul li a:hover {
  border-color: #d3550a;
}
.resources__content__wrapper .resources__content__right .page-section {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .resources__content__wrapper .resources__content__right .page-section {
    margin: 0 0 40px;
  }
}
.resources__content__wrapper .resources__content__right .page-section:last-child {
  margin-bottom: 0;
}
.resources__content__wrapper .resources__content__right h2 {
  color: #1e202b;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .resources__content__wrapper .resources__content__right h2 {
    color: #0b0c10;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
  }
}
.resources__content__wrapper .resources__content__right h3 {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.resources__content__wrapper .resources__content__right figure {
  display: block;
  width: 100%;
  max-width: 640px;
}
.resources__content__wrapper .resources__content__right figure img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources__content__wrapper .resources__content__right p {
  font-family: "Myriad Pro", "Lato";
  color: #1e202b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .resources__content__wrapper .resources__content__right p {
    font-size: 16px;
    line-height: 140%;
  }
}
.resources__content__wrapper .resources__content__right figure,
.resources__content__wrapper .resources__content__right p,
.resources__content__wrapper .resources__content__right blockquote,
.resources__content__wrapper .resources__content__right iframe {
  margin: 0 0 24px;
}
.resources__content__wrapper .resources__content__right figure:last-child,
.resources__content__wrapper .resources__content__right p:last-child,
.resources__content__wrapper .resources__content__right blockquote:last-child,
.resources__content__wrapper .resources__content__right iframe:last-child {
  margin-bottom: 0;
}
.resources__content__wrapper .resources__content__right blockquote {
  padding-left: 24px;
  color: #434348;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  border-left: 3px solid #434348;
}
@media screen and (max-width: 991px) {
  .resources__content__wrapper .resources__content__right blockquote {
    font-size: 16px;
    line-height: 140%;
  }
}
.resources__content__wrapper .resources__content__right blockquote span {
  color: #434348;
  font-family: "Myriad Pro", "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-top: 12px;
}
.resources__content__wrapper .resources__content__right blockquote span::before {
  content: "-";
  color: inherit;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.resources__content__wrapper .resources__content__right iframe {
  display: block;
  width: 100%;
  max-width: 640px;
  border-radius: 5px;
}
.resources__content__wrapper .resources__content__right .thumb-radio {
  position: relative;
}
.resources__content__wrapper .resources__content__right .thumb-radio p {
  margin-bottom: 18px;
}
.resources__content__wrapper .resources__content__right .thumb-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.resources__content__wrapper .resources__content__right .thumb-radio input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 8px;
  margin-right: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources__content__wrapper .resources__content__right .thumb-radio input[type=radio] + label svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources__content__wrapper .resources__content__right .thumb-radio input[type=radio]:checked + label {
  color: #f88808;
}
.resources__content__wrapper .resources__content__right .thumb-radio input[type=radio]:checked + label svg path {
  stroke: #f88808;
}

.market__coumentry__wrapper {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .market__coumentry__wrapper {
    padding: 40px 0 104px;
  }
}
.market__coumentry__wrapper .row {
  row-gap: 16px;
}
.market__coumentry__wrapper .resource-grid {
  background-color: #f9f9f9;
  height: 100%;
}
.market__coumentry__wrapper .resource-grid .res-top {
  height: 271px;
}
.market__coumentry__wrapper .res-bottom {
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .market__coumentry__wrapper .res-bottom {
    position: relative;
    padding-top: 56px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 480px) {
  .market__coumentry__wrapper .res-bottom .tags {
    position: absolute;
    top: 12px;
  }
}
.market__coumentry__wrapper .no-img-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.market__coumentry__wrapper .no-img-card .title_16 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .market__coumentry__wrapper .btnSeconday {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 320px;
  }
}

.earning__analysis__wrapper {
  background-color: #f6f1eb;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .earning__analysis__wrapper {
    padding: 40px 0 104px;
  }
}
.earning__analysis__wrapper .resource-grid .title_16 {
  margin: 0;
  width: 100%;
}
.earning__analysis__wrapper .resource-grid .res-bottom {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .earning__analysis__wrapper .btnSeconday {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 320px;
  }
}
.earning__analysis__wrapper.bgNone {
  background-color: transparent;
}

.topical__views__wrapper {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topical__views__wrapper {
    padding: 40px 0 104px;
  }
}
@media screen and (max-width: 767px) {
  .topical__views__wrapper .btnSeconday {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 320px;
  }
}

.case__studies__wrapper {
  padding: 80px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case__studies__wrapper {
    padding: 40px 0 104px;
  }
}
.case__studies__wrapper .row {
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .case__studies__wrapper .btnSeconday {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 320px;
  }
}
.case__studies__wrapper .resource-grid {
  border-radius: 16px 16px 0 0;
}
.case__studies__wrapper .resource-grid .res-bottom {
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .case__studies__wrapper .resource-grid .res-bottom {
    padding: 12px;
  }
}
.case__studies__wrapper .resource-grid .res-bottom .res-title {
  margin: 0 0 16px;
}

@media screen and (max-width: 1024px) {
  .earningSlider,
  .manualsSlider {
    padding-bottom: 32px;
  }
}
.earningSlider .swiper-pagination,
.manualsSlider .swiper-pagination {
  top: auto;
  bottom: 0;
}
.earningSlider .swiper-pagination .swiper-pagination-bullet,
.manualsSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #c5af94;
  opacity: 1;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.earningSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.manualsSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f4640c;
}

.head-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px;
}
.head-sec h2 {
  color: #0b0c10;
  margin: 0px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .head-sec h2 {
    font-size: 32px;
  }
}

.resource-grid {
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.resource-grid.half-sec .date-tag {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .resource-grid.half-sec .date-tag {
    margin-top: 12px;
  }
}
.resource-grid.half-sec .date-tag .title_24 {
  font-size: 16px;
}
.resource-grid .res-top {
  height: 177px;
  margin: 0;
}
.resource-grid .res-top img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.resource-grid .res-bottom > .tags {
  margin: 0 0 16px;
}
.resource-grid .res-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  min-height: 65px;
}
.resource-grid .res-title .title_24 {
  color: #1e202b;
  margin: 0;
  max-width: calc(100% - 52px);
}
.resource-grid .res-title .title_16 {
  margin: 0;
}
.resource-grid .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}
.resource-grid .date-tag .date {
  color: #434348;
  font-family: "Myriad Pro", "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .resource-grid .date-tag .date {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
  }
}

.resources-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.resources-grid-row:last-child {
  margin-bottom: 0;
}
.resources-grid-row .res-img {
  display: block;
  width: 100%;
  max-width: 364px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .resources-grid-row .res-img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .resources-grid-row .res-img {
    max-width: inherit;
    height: 152px;
  }
}
.resources-grid-row .resources-cont {
  width: 100%;
  max-width: calc(100% - 364px);
  background-color: #f9f9f9;
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .resources-grid-row .resources-cont {
    max-width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .resources-grid-row .resources-cont {
    max-width: inherit;
    padding: 56px 12px 12px;
  }
}
.resources-grid-row .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .resources-grid-row .date-tag {
    margin-top: 12px;
  }
}
.resources-grid-row .date-tag .date {
  color: #434348;
  font-family: "Myriad Pro", "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .resources-grid-row .date-tag .date {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
  }
}
@media screen and (max-width: 767px) {
  .resources-grid-row .date-tag .tags {
    position: absolute;
    top: 12px;
  }
}

.banner__listing__slider__wrapper {
  background: #f6f1eb;
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .banner__listing__slider__wrapper {
    padding: 48px 0 16px 0;
  }
}
.banner__listing__slider__wrapper .title_48 {
  margin-bottom: 40px;
  color: #0b0c10;
}
@media screen and (max-width: 767px) {
  .banner__listing__slider__wrapper .title_48 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .banner__listing__slider__wrapper .title_48 br {
    display: none;
  }
}
.banner__listing__slider__wrapper .swiper_wrap {
  position: relative;
}
.banner__listing__slider__wrapper .swiper_wrap .listingBnnner {
  padding-bottom: 40px;
}
.banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .res-banner-img {
  height: 274px;
}
.banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .banner-cont .title_24 {
  height: 56px;
}
@media screen and (max-width: 1024px) {
  .banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .banner-cont .title_24 {
    height: 100%;
  }
}
.banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .banner-cont .banner-cont-top .tags {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .banner-cont .banner-cont-top .tags {
    display: block;
    margin: 12px 0;
  }
}
.banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .banner-cont .banner-cont-bottom {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .banner-cont .banner-cont-bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner__listing__slider__wrapper .swiper_wrap .listingBnnner .banner-card .banner-cont .banner-cont-bottom .tags {
    display: none;
  }
}
.banner__listing__slider__wrapper .swiper_wrap .listingBnnner .swiper-pagination .swiper-pagination-bullet {
  background: #c5af94;
  opacity: 1;
}
.banner__listing__slider__wrapper .swiper_wrap .listingBnnner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f4640c;
}
.banner__listing__slider__wrapper .swiper_wrap .swiper-button-next,
.banner__listing__slider__wrapper .swiper_wrap .swiper-button-prev {
  width: 40px;
  height: 41px;
}
@media screen and (max-width: 767px) {
  .banner__listing__slider__wrapper .swiper_wrap .swiper-button-next,
  .banner__listing__slider__wrapper .swiper_wrap .swiper-button-prev {
    display: none;
  }
}
.banner__listing__slider__wrapper .swiper_wrap .swiper-button-next::after,
.banner__listing__slider__wrapper .swiper_wrap .swiper-button-prev::after {
  content: "";
  background-image: url(../../assets/img/blog-listing/arrow.svg);
  width: 100%;
  height: 100%;
}
.banner__listing__slider__wrapper .swiper_wrap .swiper-button-next {
  right: -20px;
}
.banner__listing__slider__wrapper .swiper_wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -20px;
}

.tabs__listing__wrapper .tabs_wrap {
  background: #e4d7c6;
  padding: 12px 0;
  position: sticky;
  top: 62px;
  z-index: 1024;
}
@media screen and (max-width: 991px) {
  .tabs__listing__wrapper .tabs_wrap {
    top: 56px;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap {
  position: relative;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .tab_list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .tab_list {
    width: calc(100% - 274px);
    overflow: scroll;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .tab_list li a {
  color: #434348;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 16px;
}
@media screen and (max-width: 1024px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .tab_list li a {
    white-space: nowrap;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .tab_list li a.active {
  color: #0b0c10;
  border-radius: 8px;
  background: #fff;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 268px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 8px;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar .search {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar .search {
    margin: auto;
    left: 0;
    right: 0;
    z-index: 0;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input {
  border-radius: 8px;
  border: 1px solid #c9c7cc;
  background: #fff;
  padding: 7px 58px 7px 48px;
  width: 100%;
  color: #1e202b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input {
    padding: 8px;
    z-index: 2;
    background: transparent;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::-webkit-input-placeholder {
  color: #9ea3af;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::-moz-placeholder {
  color: #9ea3af;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input:-ms-input-placeholder {
  color: #9ea3af;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::-ms-input-placeholder {
  color: #9ea3af;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::placeholder {
  color: #9ea3af;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::-webkit-input-placeholder {
    color: transparent;
  }
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::-moz-placeholder {
    color: transparent;
  }
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input:-ms-input-placeholder {
    color: transparent;
  }
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::-ms-input-placeholder {
    color: transparent;
  }
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input::placeholder {
    color: transparent;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar .clearBtn {
  position: absolute;
  right: 16px;
  color: #5b6885;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  display: none;
  z-index: 1024;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar .clearBtn {
    right: 8px;
    font-size: 12px;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar.expend {
  width: calc(100% - 42px);
  margin-right: 42px;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar.expend input {
    padding: 8px 38px 8px 32px;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar.expend .clearBtn {
  display: block;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .search_bar.expend .search {
    margin: auto 0 auto 8px;
  }
}
.tabs__listing__wrapper .tabs_wrap .flex_wrap .search_form .search_box .closeBtn {
  margin-left: 16px;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.tabs__listing__wrapper .search_result_wrapper {
  padding: 32px 0;
}
.tabs__listing__wrapper .search_result_wrapper .search_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.tabs__listing__wrapper .search_result_wrapper .search_title h5 {
  color: #5b6885;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  margin: 0;
}
.tabs__listing__wrapper .search_result_wrapper .search_title h5 span {
  color: #434348;
}
.tabs__listing__wrapper .search_result_wrapper .search_title h6 {
  color: #5b6885;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
  margin: 0;
  position: relative;
}
.tabs__listing__wrapper .search_result_wrapper .search_title h6::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d9d5d1;
  position: absolute;
  left: -16px;
  top: 0;
}
.tabs__listing__wrapper .search_result_wrapper .search_tabs {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .tabs__listing__wrapper .search_result_wrapper .search_tabs {
    overflow: scroll;
  }
}
.tabs__listing__wrapper .search_result_wrapper .search_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.tabs__listing__wrapper .search_result_wrapper .search_tabs ul li a {
  color: #1e202b;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  padding: 8px 16px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 8px;
}
.tabs__listing__wrapper .search_result_wrapper .search_tabs ul li a.active {
  background: #e4d7c6;
}
.tabs__listing__wrapper .search_result_wrapper .search_result_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .search_result_wrapper .search_result_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 24px 0;
  }
}
.tabs__listing__wrapper .search_result_wrapper .search_result_title h3 {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .search_result_wrapper .search_result_title h3 {
    font-size: 24px;
  }
}
.tabs__listing__wrapper .select__dropdown__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu {
  width: 206px;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #d9d5d1;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .select-btn .btn_text {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .select-btn .btn_text span {
  color: #5b6885;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .select-btn img {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .options {
  position: absolute;
  width: 206px;
  overflow-y: auto;
  max-height: 295px;
  padding: 12px 0;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(30, 32, 43, 0.24);
  box-shadow: 0px 2px 16px 0px rgba(30, 32, 43, 0.24);
  border: 1px solid #d9d5d1;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .options .option {
  cursor: pointer;
  border-bottom: 1px solid #d9d5d1;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .options .option .option-text {
  padding: 10px 16px;
  color: #1e202b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .options .option:hover {
  background: #f6f1eb;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu .options .option:last-child {
  border-bottom: none;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.active img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.select_menu_2 {
  width: 140px;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.select_menu_2 .options {
  width: 140px;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.search_result_dropdown {
  width: 100%;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.search_result_dropdown .select-btn {
  border: none;
  background: #e4d7c6;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.search_result_dropdown .options {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .select__dropdown__wrap .select-menu.main_tabs_dropdown {
    width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .tabs__listing__wrapper .select__dropdown__wrap .select-menu.main_tabs_dropdown {
    width: 234px;
  }
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.main_tabs_dropdown .select-btn {
  padding: 8px 16px;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.main_tabs_dropdown .options {
  width: 100%;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.main_tabs_dropdown .options a {
  width: 100%;
  display: inline-block;
}
.tabs__listing__wrapper .select__dropdown__wrap .select-menu.main_tabs_dropdown .options a span {
  display: inline-block;
  width: 100%;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
.tabs__listing__wrapper .no_result_found_wrap {
  height: calc(100vh - 130px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 80px;
}
.tabs__listing__wrapper .no_result_found_wrap .contents h4 {
  color: #0b0c10;
  font-family: "Figtree", "Lato";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  margin: 32px 0 12px 0;
}
.tabs__listing__wrapper .no_result_found_wrap .contents p {
  color: #434348;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}
.tabs__listing__wrapper .no_result_found_wrap .contents .backBtn {
  border: none;
  background: transparent;
  color: #f4640c;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.tabs__listing__wrapper .no_result_found_wrap .contents .backBtn em::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabs__listing__wrapper .search_result_tabs_card_wrap {
    padding-top: 32px;
  }
}
.tabs__listing__wrapper .search_result_tabs_card_wrap .resource-grid .res-bottom .tags {
  margin: 16px 0;
}
.tabs__listing__wrapper .search_result_tabs_card_wrap .resource-grid .res-bottom .date-tag {
  margin-top: 16px;
}

.manuals__wrapper {
  background: #f6f1eb;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manuals__wrapper {
    padding: 48px 0 104px 0;
  }
}
@media screen and (max-width: 767px) {
  .manuals__wrapper .btnSeconday {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 320px;
  }
}
.manuals__wrapper .resource-grid .res-bottom .res-title .title_16 {
  margin: 16px 8px;
}