.blog-banner{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 537px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 72px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 537px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 72px;
}

.blog-banner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--Grey-800, #1D2939);
  z-index: 1;
  opacity: 0.8;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--Grey-800, #1D2939);
  z-index: 1;
  opacity: 0.8;
}

.blog-banner .breadcrumb-item{
  color: var(--Grey-300, #D0D5DD);
  /* Semibold (Heading)/12 semibold */
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.breadcrumb-div .breadcrumb a {
  color: var(--Grey-300, #D0D5DD) !important;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.breadcrumb-div .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: var(--Grey-300, #D0D5DD) !important;
  content: ">" !important;
  height: 10px;
  width: 13px;
}


.blog-banner .row{
  position: relative;
  z-index: 10;
}

.post-title{
  color: var(--White, #FFF);
  /* Semibold (Heading)/H2 */
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.button-box{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 16px;
}

.button-box-blogs{
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 24px;
margin-top: 16px;
}

.blog-details-tab-btn{

height: 32px;
background: #667085;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #98A2B3;
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  text-align: center;
  line-height: normal;
}
.author-name{
  color: var(--Grey-300, #D0D5DD);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.author-name span{
  color: var(--White, #FFF);
  /* Bold/18 bold */
  font-weight: 500;
}

.published-on{
  color: var(--Grey-300, #D0D5DD);
  /* Medium/18 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}




.date_author_info{
  margin-top: 16px;
}

.date_author_info .date_author_info_inner{
  display: flex !important;
}


.date_author_info .date_author_info_inner p{
  color: white;
  margin-bottom: 0;
  font-size: var(
  --font-size-16);
  width: 50%;
  opacity: .7;
  font-family: manrope;
}



.in-this-article{
  color: var(--Grey-700, #344054);
  /* Semibold (Heading)/H5 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  margin-left: 20px;
}

.blog-container-section{
  padding: 72px 72px 86px;
}

.toc-section{
  position: sticky;
  top: 70px;
  padding: 0;
  margin: 0px 13px;
}

.toc-section a {
  color: var(--Grey-500, #667085);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
}

.addClassToH3 a{
  font-size: var(--font-size-12);
  margin-left: 16px;
  display: flex;
}

.chapter-list-left{
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;  
}

.chapter-list-left::-webkit-scrollbar {
  display: none;                  /* Chrome, Safari */
}

.chapter-list-left{
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;  
}

.chapter-list-left::-webkit-scrollbar {
  display: none;                  /* Chrome, Safari */
}

.textShare{
  color: var(--Grey-700, #344054);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.socual-share-link{
  position: relative;
}


.socual-share-link::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: -18px;
  background: #D0D5DD;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: -18px;
  background: #D0D5DD;
}
.toc-section li{
  margin-bottom: 19px;
  list-style: none;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}


.addClassToH3 a{
  font-size: 14px !important;
}

.table-Content{
  height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.toc-Link a{
  color: var(--Pink-Dark, #D57BC8);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.toc-Link::before{
  content: "";
  position: absolute;
  left: -26px;
  top: 0px;
  background-image: url("/static/img/landing-page-img/arrow-right.svg?371023e665b1");
  z-index: 10;
  width: 27px;
  height: 27px;
}

.article-post{
  color: var(--Grey-700, #344054);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  text-align: left;
  margin:0 0 10px 0px;
}

.article-post p span{
  color: var(--Grey-700, #344054) !important;
  font-family: Manrope !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  text-align: left;
  margin:0 0 10px 0px;
}

.article-post h2 {
  color: var(--Grey-800, #1D2939);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  scroll-margin-top: 70px;
  margin-top: 28px;
}

.article-post h2 span{
  color: var(--Grey-800, #1D2939)!important;
  /* Semibold (Heading)/H4 */
  font-family: Manrope!important;
  font-size: 28px!important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  scroll-margin-top: 70px;
  margin-top: 28px;
}

.article-post h3 {
  color: var(--Grey-800, #1D2939);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  scroll-margin-top: 70px;
}

.article-post h3 span{
  color: var(--Grey-800, #1D2939) !important;
  /* Semibold (Heading)/H4 */
  font-family: Manrope !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  scroll-margin-top: 70px;
}

.article-post ul , .article-post ol{
  margin-left: 20px;
}


.article-post ul li{
  color: var(--Grey-700, #344054);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  margin-left:20px;
}

.other-blog-section{
  /* margin: 76px 72px; */
}

.investment_philosophy{
  background: var(--Grey-900, #101828);
}
.investment_philosophy .heading_text h1 {
  color: var(--white , #ffff) !important;
}

.investment_philosophy .heading_text p {
  color: var(--white , #ffff) !important;
}


.investment_philosophy .carousel-indicators {
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 4.5%;
}

.investment_philosophy .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}



.explore-investment-portfolio{
  background: var(--navy_blue);
}

.explore-investment-portfolio-heading h2{
  color: white;
  font-weight: 400;
  font-size: var(--font-size-42);
  line-height: 65.57px;
  /* margin-bottom: 2rem; */
  text-align: left;
}

.explore-investment-portfolio-heading p{
  font-weight: 400;
  font-family: manrope;
  font-size: var(--font-size-16);
  line-height: 28px;
  color: #EAECF0;
  margin: 0rem 0rem 3rem;
  text-align: left;
}
.explore-investment-portfolio .col-md-12{
  display: flex;
  justify-content: center;
}

.explore-investment-portfolio .nav-pills{
  Padding: 8px 12px;
  width: max-content;
  background: var(--gray-blue-shade);
  border-radius: 16px;
}
.explore-investment-portfolio .nav-pills .nav-link{
  font-size: var(--font-size-16);
  line-height: 24px;
  font-family: manrope;
  color: var(--grey-light-blue);
  padding: 10px 24px;
}

.explore-investment-portfolio .nav-pills .nav-link.active,
.explore-investment-portfolio .nav-pills .show>.nav-link {
  color: rgb(11 11 11);
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 24px;
}

.explore-investment-portfolio .card{
  background-color: var(--dark-grey-blue);
  border: 1px solid var(--semi-gray);
  border-radius: 10px;
  height: 248px;
}

.explore-investment-portfolio .btn-outline-wright{
  padding: 10px 32px 10px 48px;
  font-size: var(--font-size-14);
}

.separating-dot{
  position: relative;
  margin-left: .5rem;
}
.separating-dot::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--light_gray);
  top: 9px;
  left: -7px;
  border-radius: 50%;
}


.explore-investment-portfolio .card-header{
  border-bottom: 0px;
  background-color: rgb(0 0 0 / 0%) !important;
  position: relative;
}

.explore-investment-portfolio .card-header::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 1px;
  background: var(--semi-gray);
}
.explore-investment-portfolio .card-header h4{
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--white-blue-shade);
}
.explore-investment-portfolio #pink-border{
  border-top:5px solid var(--pink_medium);
  border-radius: 10px;
}
.explore-investment-portfolio #teal-border{
  border-top:5px solid var(--teal_dark);
  border-radius: 10px;
}
.explore-investment-portfolio #purple-border{
  border-top:5px solid var(--purple_dark);
  border-radius: 10px;
}
.explore-investment-portfolio .card p{
  margin-bottom: 0;
  color: var(--light_gray);
  font-family: manrope;
  font-size: var(--font-size-13);
}

.explore-investment-portfolio .card-header .badge{
  font-family: manrope;
  border: 1px solid var(--teal-extra-light);
  border-radius: 40px;
  font-size: var(--font-size-12);
  font-weight: 600;
  line-height: 16.39px;
  background-color: var(--grey-shade);
  padding: 4px 12px;
  color: var(--cyan-medium);
  position: absolute;
  right: 17px;
  top: 15px;
}

.explore-investment-portfolio .card-body {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 24px;
}

.explore-investment-portfolio .card-body .inner-box-data{
  display: flex;
  justify-content: space-between;
}

.explore-investment-portfolio .card .card-body p{
  font-size: var(--font-size-12);
}

.explore-investment-portfolio .card .card-body h6{
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 21.86px;
  color:var(--grey-light-blue);
}

.explore-investment-portfolio .card-body button{
  font-family: manrope;
  padding: 14px 24px 14px 24px;
  font-size: var(--font-size-16);
  font-weight: 600;
  border-radius: 5px;
}

.explore-investment-portfolio .col-md-4{
  margin-bottom: 1rem;
}

.explore-investment-portfolio .btn-outline-light {
  color: var(--white-blue-shade);
  border-color: var(--semi-gray);
  font-size: var(--font-size-14);
  font-weight: 600;
  padding: 10px 32px 10px 48px;
  border-radius: 10px;
  width: 186px;
  height: 44px;
}



.explore-investment-portfolio .btn-outline-wright:hover img{
  filter: invert(1);
}





.ai-Risk-Modeling{
  padding: 48px 140px;
  background: var(--Purple-Light, #EFEBFF);
}

.blog-div-right{
  padding: 0px 16px 0px 0px;
}


.blog-div-right .card{
  padding: 16px;
  border-radius: 16px;
  height: 100%;
}
.blog-div-right .card-body{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.blog-div-right .card-body p{
  margin-bottom: 0;
}

.blog-heading-ai{
  color: var(--Grey-900, #101828);

/* Medium/18 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 48px;
}


.truncate {
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background:#fff;
}
.blog-div-right .card .ai-top-img{
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
  height: 135px;
}

.read{
  color: var(--Grey-400, #98A2B3);
font-feature-settings: 'salt' on, 'liga' off;
/* Semibold (Heading)/14 semibold */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
}

.blog-text-ai{
  color: var(--Grey-500, #667085);

/* Regular/16 regular */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.blog-div-right .card-footer a{
  color: var(--Pink-Dark, #D57BC8);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.blog-div-right .card-footer {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 0;
}

.other-blog-section .col-md-3 .carousel-control-prev {
  left: 22px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}
.other-blog-section .col-md-3 .carousel-control-next{
  left: 90px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

.next-back-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: white;
  padding: 14px 17px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background-image: url(/static/img/newIcons/arrow-right.svg?371023e665b1);
  transform: rotate(180deg);
  filter: grayscale(100%);
}

.carousel-control-next-icon {
  background-image:url('/static/img/newIcons/arrow-right.svg?371023e665b1');
  filter: grayscale(100%);
}




.news-letter-subscribe {
  padding: 48px 120px;
  position: relative;
}




.news-letter-subscribe {
  padding: 48px 140px;
  position: relative;
}

.news-letter-subscribe h2{
  font-size: var(--font-size-42);
  font-weight: 400;
  color: #1D2939;
}
.news-letter-subscribe p{
  font-size: var(--font-size-16);
  font-weight: 400;
  color: #667085;
  margin: 1.5rem 0rem 2rem;
  font-family: manrope;
}

.news-letter-subscribe .form-control{
  height: 52px;
  border-radius: 14px;
}

.news-letter-subscribe .input-group-text{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  font-family: manrope;
}
.news-letter-subscribe .input-group-append{
  background: #1D2939;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  border: 1px solid #1d2939;
}

.news-letter-subscribe .input-group-text{
  font-size: var(--font-size-16);
  font-weight: 600;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #1d2939;
  border-radius: 16px !important;
  padding: 0 2rem;
}

.news-letter-subscribe img{
  position: absolute;
  bottom: 0;
  right: 30px;
}

blockquote{
  margin-left: 24px;
  position: relative;
}


blockquote::before{
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  height: 100%;
  width: 6px;
  background: var(--purple-dark);
}

blockquote i, blockquote p i{
  font-family: manrope;
  font-size: var(--font-size-18);
  color: var(--grey-700);
  line-height: 34px;
}
blockquote p{
  display:flex !important;
  flex-direction: column;
  gap: 14px;
}
.chapter-list h3{
  margin-bottom: 32px;
}

.chapter-list ol, .chapter-list-div ol{
  margin-left: 2px;
  height: 300px;
  overflow: hidden;
}

.chapter-list ol:hover, .chapter-list-div ol:hover {
  margin-left: 2px;
  height: 300px;
  overflow: auto !important;
}

.chapter-list ol li{
  font-family: manrope;
  margin-bottom: 10px;
}

.chapter-list ol li a{
  font-size: var(--font-size-14);
  color: var(--Grey-500, #667085);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
}

.sector-report-list{
  padding: 40px 140px;
}

.chapter-list-div{
  position: sticky;
  top: 70px;
}
.sector-report-list table{
  background-color: var(--grey-50);
  border-radius: 8px;
}

.sector-report-list td a{
  font-size: var(--font-size-14);
  font-family: manrope;
  color: var(--pink-medium);
  padding: 12px;
}

.sector-report-list tr:first-child td{
  padding-top: 32px;
}

.sector-report-list tr:last-child td{
  padding-bottom: 32px;
}

.chapter-list-left p{
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  margin-bottom: 0;
}
.chapter-list-left p a{
  color: var(--Grey-500, #667085);
}

.chapter-list-left .card{
  border: 0;
}

/* .chapter-list-left .card .card-body{
  padding-top: 3px;
} */

.sector_img{
  width: 200px;
  height: auto;
}

.table-wrap table{
  width:100%;
  border:1px solid var(--grey-200);
  border-radius:10px;
}

.table-wrap table td{
  border:1px solid var(--grey-200);
  padding: 12px !IMPORTANT;
}

.blogActionText{
  color: white !important;
  padding:16px 0px;
}

.blogActionLink{
  background-color: var(--teal-medium) !Important;
}

.table-wrap{
margin-bottom: 16px;
}

.table-wrap label{
  margin-bottom: 1rem;
}

.table-wrap table tr:first-child td:last-child{
border-top-right-radius:10px
}

.table-wrap table tr:last-child td:last-child{
border-bottom-right-radius:10px
}

.table-wrap table td p{
  margin-bottom: 0;
  font-size: var(--font-size-16);
}

.table-wrap .dataTable thead tr th{
  font-family: manrope;
  border-right: 1px solid var(--grey-200);
}



.table-wrap .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  display: none;
}

.table-wrap table.dataTable thead .sorting , .table-wrap table.dataTable.no-footer {
  border-bottom: 0px !important;
}

.table-wrap table.dataTable.no-footer {
  border-bottom: 0px solid #111;
}


.table-wrap table thead tr th{
  padding: 16px;
  font-size: var(--font-size-16);
  background-color: var(--grey-200);
}

.table-wrap table thead tr th:first-child{
  border-top-left-radius: 10px;
}


.table-wrap table thead tr th:last-child{
  border-top-right-radius: 10px;
}

.article-post-blog img{
  width: 685px  !important;
  height: 300px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.article-post-encylopedia img{
  width: 485px  !important;
  height: 300px;
  object-fit: contain;
  display: block;
  margin: auto;
}

/* Overall scrollbar styling */
.chapter-list-left::-webkit-scrollbar  , .table-Content-encyclopedia::-webkit-scrollbar{
  width: 12px;
  height: 12px;
}

/* Track styling */
.chapter-list-left::-webkit-scrollbar-track , .table-Content-encyclopedia::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle styling */
.chapter-list-left::-webkit-scrollbar-thumb , .table-Content-encyclopedia::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle hover effect */
.chapter-list-left::-webkit-scrollbar-thumb:hover , .table-Content-encyclopedia::-webkit-scrollbar-thumb:hover {
  background: #555;
}


article-post-encyclopedia{
  object-fit: contain;
  display: block;
  margin: auto;
}



@media (min-width:768px) and (max-width:1200px) {
  .blog-container-section {
      padding: 72px 0px 86px;
  }

  .blog-banner {
      padding: 0px 16px;
  }
.sector_img {
  width: 35% !important;
  }
  .news-letter-subscribe img {
      z-index: -1;
  }
  .news-letter-subscribe {
      padding: 48px 20px;
      position: relative;
  }

  .ai-Risk-Modeling{
    padding: 48px 100px;
  }
}

  .ai-Risk-Modeling{
    padding: 48px 100px;
  }
}
:root {
    /* new color palletes */
     --White: #FFF;
     --pink-light: #FFEBFC;
     --pink-Dark: #D57BC8;
     --pink-medium:#FAA8F1;
    
     --Teal-light: #E5FFFB;
     --teal-medium: #96DDCC;
     --teal-dark: #579888;
    
     --purple-light: #EFEBFF;
     --purple-medium: #D9D0FC;
     --purple-dark: #C0B1F8;
    
     --grey-50: #F9FAFB;
     --grey-100: #F2F4F7;
     --grey-200: #EAECF0;
     --grey-300:#D0D5DD;
     --grey-400: #98A2B3;
     --grey-500: #667085;
     --grey-600: #475467;
     --grey-700: #344054;
     --grey-800: #1D2939;
     --grey-900: #101828;
    
     --Success-Light: #EAFFEC;
     --Success-Medium:#41B873;
     --Error-Light: #FFEAEA;
     --Error-Medium: #D92F2F;
     --Sage-light: #F8FFE5;
     --Sage-Medium: #9EA683;
      /* new color palletes */
    
    
      --font-size-8: 8px;
      --font-size-10: 10px;
      --font-size-12: 12px;
      --font-size-14: 14px;
      --font-size-15: 15px;
      --font-size-16: 16px;
      --font-size-18: 18px;
      --font-size-20: 20px;
      --font-size-22: 22px;
      --font-size-24: 24px;
      --font-size-26: 26px;
      --font-size-28: 28px;
      --font-size-30: 30px;
      --font-size-32: 32px;
      --font-size-34: 34px;
      --font-size-36: 36px;
      --font-size-38: 38px;
      --font-size-40: 40px;
      --font-size-42: 42px;
    
    }
    
    .btn-dark-wright{
        border-radius: 8px;
        font-weight: 600 !important;
        background: #1D2939;
        border: 1px solid var(--Grey-600, #475467);
        font-family: manrope;
        color: var(--White, #FFF);
    }

    .btn-dark-wright:hover{
        background-color: var(--White, #FFF);
        color: var(--Grey-800, #1D2939);
    }

    @keyframes shine {
        0% {left: -100px}
        20% {left: 100%}
        100% {left: 100%}
    }
    
    .btn-outline-wright{
        border-radius: 10px;
        border: 1px solid var(--Grey-600, #475467);
        background: rgba(29, 41, 57, 0.20);
        display: inline-flex;
        padding: 10px 32px 10px 48px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        color: var(--Grey-50, #F9FAFB);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 171.429% */
    }
    
    .btn-outline-wright:hover{
        background-color: var(--Grey-50, #F9FAFB); 
        border-color: rgba(29, 41, 57, 0.20); 
    }
    
    
    .btn-light-wright{
        display: flex;
        width: 330.333px;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
    }
    
    
    .btn-white-wright{
        background-color: white;
        border-radius: 8px;
        font-family: manrope;
        padding: 14px 32px;
        font-weight: 600;
        border: 0;
        color: var(--Grey-900, #101828);
    }
    
    .btn-grey-wright{
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    
    .btn-white-wright{
        border-radius: 8px;
        border: 1px solid #fff;
        background: var(--White, #ffffff);
        color: #151414;
        font-feature-settings: 'salt' on, 'liga' off;
        /* Medium/14 medium */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        line-height: 24px; /* 171.429% */
    }
    
    
    .btn-yellow-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
        
    }

    .pms-get-started {
        position: relative;
        overflow: hidden;
    }

    .pms-get-started:before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-image: linear-gradient(
                120deg,
                rgba(255,255,255, 0) 30%,
                rgba(255,255,255, .8),
                rgba(255,255,255, 0) 70%
            );
            top: 0;
            left: -100px;
            animation: shine 3s infinite linear;
        }
    
    
    .btn-yellow-outline-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #F9DE7A;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }
    

    .btn-teal-wright{
        background: linear-gradient(180deg, rgb(87, 152, 136) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
    }

    .btn-teal-outline-wright{
        background: linear-gradient(180deg, rgba(87,152,136,1) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--grey-300) !important;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #579888;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }

    .btn-purple-wright{
        background: linear-gradient(90deg, #D57BC8, #693A64);
        color: white;
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* button class */