/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --baseGap: 20px;
/*  Font Size  */
  font-size: 62.5%;

  --clr1: var(--clr6);
  --clr2: #FFCB38;
  --clrDark: #12131C;
  --clr4: #434989;
  --clr5: #767EAC;
  --clr6: #fff;
  --clr7: #0A66C2;
  --clr10: #656EA0;
  --clr11: #9DA3D8;
  --clr12: #7C8AFF;
  --clr14: #8890D9;
  --clr15: #4B58CC;
  --clr16: #444973;
  --clr17: #2335F4;
  --clr18: #4E5BA0;
  --clr19: #363B77;
  --clr20: #10111C;
  --clr21: #F6F6FF;
  --clr22: #CBCFF6;
  --clr23: #5967FF;
  --clr24: #3A3E5C;
  --clr25: #DDE1FF;
  --clrbdr: rgb(67 73 137 / 50%);
  --clrwhite: #ffffff;
  --clrbg:  #2E325B;
  --clrlbg:  #20213A;
  --clrlpup: #6B70F0;
  --clrblack: #000000;
  
  --fnSize1: 1.6rem;
  --fnSize2: 2.2rem;
  --fnSize3: 2.8rem;
  --fnSize4: 3.6rem;
  --fnSize5: 1.8rem;
  
/* Blog page sizes   */
  --blgSize1: 2rem;
  --blgSize2: 1.4rem;
  --blgSize3: 2.4rem;
  
  --clr8: #F2F2F2;
  --clr9: #f7f8ff;
  --clrLight: #c3c6e4;
  --clr13: #97A1FF;

  --fontPrimary: 'Poppins', sans-serif;
}
.light_mode{
  --hdrbg: var(--clr6);
  --clr1: #12131C;
  --clrbdr: #DFE0E6;
  --clr5: var(--clr4);
  --clrDark: var(--clr6);
  --clrLight: #c3c6e4;
}

.light_mode p,
.light_mode span,
.light_mode .blog-content a,
.light_mode .cmn__heading{
  color: var(--clr4) !important;
}
.light_mode .footer--copyright > p{
   color: var(--clr1) !important;   
 }

p {
  color: var(--clrLight) !important;
}

.light_mode .blog-single-banner .cmn__heading span{
  color: var(--clr4) !important;
}
.light_mode .site_header__menu a[role=menuitem]{
  color: var(--clrLight) !important;
}
h2{
  font-size: var(--fnSize2);
  line-height: 1.3;
}
h3{
 font-size: var(--fnSize5); 
}
body {
  color: var(--clr1);
  font-size: var(--fnSize1);
  line-height: 25px;
  font-family: var(--fontPrimary);
  font-weight: 300;
}
.header-global{
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  border: 0 !important;
  padding-top: 20px !important;
  margin-top: 0 !important;
  padding-top: 20px;
  background-color: var(--clrDark) !important;
  z-index: 999999;
}
.site_header__row{
  box-shadow: 0px 0px 15px 0px rgba(101, 112, 236, 0.50) inset; 
  background-color: rgb(18 19 28 / 94%) !important;
  margin-inline: auto;
  width: 100% !important;
  border: 2px solid #3d4279 !important;
  position: relative;
}
.site_header__menu a[role=menuitem] {
  font-weight: 500;
}
.site_header__menu .hs-menu-wrapper>ul[role=menu]>li {
  margin-right: 44px;
}
.site_header__buttons a {
  font-weight: 600;
  text-transform: none;
}
/* .banner-widget_1692200434528::before{ */
.site_header__row::before {
  content: '';
  position: absolute;
  height: 100vh;
  top: 67px;
  left: -2px;
  width: 2px;
  background: linear-gradient(180deg, rgba(61,66,121,1) 0%, rgba(18,19,28,1) 55%, rgba(18,19,28,1) 100%)
}
/* .banner-widget_1692200434528::after{ */
.site_header__row::after {
  content: '';
  position: absolute;
  height: 100vh;
  top: 67px;
  right: -2px;
  width: 2px;
  background: linear-gradient(180deg, rgba(61,66,121,1) 0%, rgba(18,19,28,1) 55%, rgba(18,19,28,1) 100%)
}
.banner h1.cmn__heading{
  width: 77%;
  font-size: var(--fnSize4);
  line-height: 1.32;
}
.banner.banner-widget_1692200434528{
  padding-top: 180px !important;
  padding-bottom: 0 !important;
}
.banner.banner-widget_1692200434528 .banner--inner {
  padding-bottom: 96px;
}
.banner.section-bg:not(#about-banner)::before {
  display: none;
}
.banner-widget_1692200434528 .banner--inner:before,
.banner#about-banner::before {
  position: absolute;
  content: '';
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/Layer%201_1%20copy%201.png');
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner#about-banner::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.dnd-section{
  border-top: 1px solid var(--clrbdr);
  margin-inline: 20px;
}
.row-depth-1.row-number-1.dnd-section{
 border: 0; 
}
.cmn__heading{
  font-size: var(--fnSize3);
  line-height: 1.44;
  margin-block: 30px 21px;
  font-weight: 500;
}
.cmn__heading span{
  color: var(--clr2);
}
.blog-single-banner .cmn__heading span{
 color: var(--clr6); 
}
.card .card--heading {
  font-weight: 600;
  color: var(--clr6);
}
.card--inner{
  padding: 39px 18px 63px; 
  border-radius: 1px;
  border: 1px solid #656DC6;
  background: linear-gradient(180deg, #20233B 0%, #14151E 100%);
  box-shadow: none;
  overflow: hidden;
}
.card_with_line{
  background-image: url(https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/line_pill_rise.png);
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative !important;
  border-image: linear-gradient(180deg,#656dc6,#2C315E) 1;
  z-index: 2;
}
.card_with_line .card--image {
  margin-bottom: 40px;
}
.card_with_line::before{
  content: '';
  position: absolute;
  background: linear-gradient(180deg, #20233B 0%, #14151E 100%) !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.card_with_line::after {
  content: '';
  background-image: url(https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/line_pill_rise.png);
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.card--inner:before {
  z-index: -1;
  background:rgb(114 120 178 / 1%);
}
.card--inner.card_dotted_border::before {
  background-color: transparent;
}
.card--image{
  width: auto !important;
  margin-inline: auto;
  min-height: 80px;
}
.card_without_border .card--image img {
  height: 100% !important;
  width: auto;
  max-height: 45px;
  max-width: 100%;
}
.card_without_border {
  position: relative !important; 
}
.card_without_border::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #20233B 0%, #14151E 100%);
  left: 0;
  bottom: 0;
}
.card_without_border::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://www.auquan.com/hubfs/overlay.png');
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  background-position: right top;
}
.card_dotted_border{
  border: 0;
  background: transparent;
  padding-bottom: 16px;
}
.card_dotted_border p{
 line-height: 1.9; 
}
.card{
 position: relative; 
}
.card_space{
  padding: 24px 25px;
  position: static;
  text-align: left;
  display: block;
  border-image: linear-gradient(180deg,#656dc6,#2C315E) 1;
}
.card--inner, 
.content.card--content{
  position: static;    
}
.content.card--content {
  font-weight: 400;
}
.content.card--content p strong {
  font-weight: 600;
}
.tab-link{
  position: absolute;
  bottom: 25px;
  color: var(--clr10); 
}
.card_without_border{
  text-align: left;
  padding: 44px 40px;
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/overlay.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-image: linear-gradient(180deg,#656dc6,#2C315E) 1;
}
.card_without_border .card--image,
.card_space .card--image{
  margin-left: 0;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--clr16);
}
.card_without_border .card--image{
  width: 100% !important;  
}
.card_without_border .card--image img{
  width: auto;
}
.card_without_border .card--heading,
.card_space .card--heading{
  margin-bottom: 10px;
}
.card--subtitl{
  color: var(--clr10);
  font-weight: 600;
  margin-bottom: 20px;
}
.card--quote{
  position: absolute;
  right: 48px;
  top: 25px;
}
.image-content__row .content{
  max-width: 390px;
}
.img-outer{
 padding-top: 50px; 
}
.free_text--content{
 width: 70%;
 margin-inline: auto;
  font-weight: 400;
}

.img-dotted{
  position: relative;
}
.img-outer .img-dotted::before{
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/dotted_assets.png');
  background-size: cover;
  content: "";
  height: 74%;
  left: 9px;
  position: absolute;
  top: -31px;
  width: 77%;
  z-index: -1;
}
.image-content__row .content ul li {
  padding-block: 0 22px;
}
.banner__content{
  padding-top: 20px;
  color: var(--clrLight);
}
.banner__form{
  z-index: 9999;
  border: 1px solid var(--clr10);
  border-image: linear-gradient(180deg,#656dc6,#2c315e) 1;
}
.banner__form:before{
  display: none;
}
.banner__form:after{
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/blog/form-grad.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 529px;
  right: -66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 289px;
  z-index: -1;
}
.banner#home_explore {
  overflow: hidden;
}
.default_form .hs-form-field label{
  font-size: 1.2rem;
  color: var(--clrLight);
  font-weight: 500;
}
.default_form textarea{
  min-height: 151px;
}
.submitted-message{
 font-size: var(--fnSize1); 
}

.light_mode .submitted-message{
  color: var(--clrLight)!important; 
}

.banner__form:has(.submitted-message)::after{
  height: 50%;
}
.free_text-inner .button--row .btn +.btn{
  background: transparent;
  border: 1px solid var(--clr11);
  box-shadow: inset 0 1px 5px #434989;
  color: #fff;
}
.card:has(.card_dotted_border) {
  position: relative;
  margin-bottom: 0;
  padding-block: 25px;
}
.img_outline ul{
 position: relative; 
}
.img_outline ul:before{
  position: absolute;
  content: '';
  background-color: var(--clr2);
  left: -34px;
  height: 291px;
  top: 10px;
  width: 1px;
}
.content ul li:before{
  top: 10%;
}
.img_outline ul li:after{
  content: '';
  position: absolute;
  background-color: var(--clr2);
  width: 54px;
  height: 1px;
  top: 10%;
  left: -34px;
}
.img_outline ul li:nth-child(2)::after{
  width: 95px;
  left: -80px
}
.subtitle {
 letter-spacing: 0.98px; 
 font-weight: 600;
}
.banner__form{
 padding: 0; 
}
.banner__form>span {
  background: var(--Box-Fill, linear-gradient(180deg, #20233B 0%, #14151E 100%));
  display: block;
  padding: 30px 34px 47px 34px;
}
.tab-link{
  display: flex;
}
.link-icon{
 display: inline-block;
 padding-left: 8px;
}
.card:has(.card_dotted_border)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#444973 33%, rgba(255,255,255,0) 0%);
  background-position: right;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}

.card:has(.card_dotted_border)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-image: linear-gradient(to right, #444973 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.card:has(.card_dotted_border):nth-child(1)::after,
.card:has(.card_dotted_border):nth-child(2)::after,
.card:has(.card_dotted_border):nth-child(3)::after,
.card:has(.card_dotted_border):nth-child(3n+3)::before {
  display: none;
}
.card:has(.card_dotted_border):nth-child(1),
.card:has(.card_dotted_border):nth-child(2),
.card:has(.card_dotted_border):nth-child(3){
 padding-top: 0; 
}
.row-number-17{
 border-top: none; 
}
.footer__left{
 width: 100% !important;  
}
.fin-sec{
 margin-bottom: 0; 
}
.button--row .btn{
  padding: 12px 29px; 
  border-image: linear-gradient(180deg,#ffcb38,#ba7738) 1;
  border-width: 1px;
  border-style: dashed;
  min-width: 136px;
}
.card_space .card--image{
  width: 100% !important;
  justify-content: center;
}
.card_space .card--image img{
  width: 75% !important;
  height: 90px;
  object-fit: contain;
}
.default_form.default_form-with-labels .hs-form-field label {
  font-weight: 500;
  color: #C3C6E4;
}
.banner:has(.banner__form) .banner__content {
  font-weight: 400;
}
.footer__desc {
  font-weight: 400;
}
.footer--copyright > p {
  color: #fff !important;
}
/* About Page */
.banner.banner-widget_1701932700190{
 padding-top: 160px !important; 
}
.popup{
 z-index: 999999 !important; 
}
.popup--inner .popup--row{
  display: block;
}
.popup--inner .popup--row .col-4{
 width: 100%; 
}
.popup--inner .popup--row .popup--close{
 top: 10px;
 right: 10px;
}
.dnd-section:has(.card_dark){
  border-top: 0 !important;
}
.card_dark{
  background: linear-gradient(180deg, #20233B 0%, #14151E 100%); 
  border: 1px solid #656DC6;
  border-image: linear-gradient(180deg,#656dc6,#2c315e) 1;
  border-radius: 1px;
  padding: 0px 0px 15px !important;
  text-align: left;
}
.card_dark .card--heading{
  font-weight: 400;
  margin-bottom: 10px;
  padding-inline: 28px;
}
.card_dark .card--subtitl{
  font-style: italic;
  color: var(--clrLight);
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 65px;
  padding-inline: 28px;
}
.card_dark .card--content{
  padding-inline: 28px; 
}
.card_dark .card--image{
  height: 210px;
  border-bottom: 1px solid #656DC6;
}
.card_dark .card--image img{
  height: 100%;
  object-fit: cover;
}
.card_overlay{
  padding: 32px;
  border-image: linear-gradient(180deg,#656dc6,#2C315E) 1;
}
.card_overlay .content {
  color: var(--clr10);
  font-weight: 600;
}
.card_overlay .card--image{
  max-width: 180px;
  min-height: 180px;
}
.card_overlay .card--image img{
  mix-blend-mode: luminosity;
  background: #DCDFFF;
  height: 100%;
}
.cmn__heading{
 color: var(--clrwhite);
}
.card_overlay .card--heading{
  color: var(--clrwhite);  
  font-weight: 400;
  margin-bottom: 5px;
}
.flex:has(.card_overlay){
  justify-content: center;
}
.card_overlay .card--image{
  position: relative;
}
.card_overlay .card--image::before{
  position: absolute;
  content: '';
  left: -28px;
  bottom: -1px;
  background: linear-gradient(270deg, rgba(101, 109, 198, 0.00) 0%, #6A77FF 19.5%, #D6D9FF 51.04%, #5463FF 82.43%, rgba(101, 109, 198, 0.00) 100%);
  width: 242px;
  height: 1px;
}
.card_overlay .card--image::after{
   background: #DCDFFF;
   mix-blend-mode: color;
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   z-index: 1;
}
.card_dot{
  padding: 27px 15px 27px !important;
  border: 0;
  background: transparent;
  border-right: 1px dashed var(--clr5) !important; 
}
.card_dot img{
 height: revert-layer; 
}
.card_dot .card--image{
  margin-bottom: 0;
}
.cards:has(.card_dot){
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
.dnd-section:has(.card_dot){
  border-top: 0 !important;
}
.dnd-section:has(.card_dot) .section-bg:before{
  background-image: none !important;
}
.card:has(.card_dot):last-child .card_dot{
 border-right: 0 !important; 
}
.card:has(.card_dot){
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
  max-width: 450px;
}
.cards:has(.card_dot) .flex{
  background: linear-gradient(180deg, #2E325B 0%, #1A1D37 100%);
  justify-content: center;
}
.cards:has(.card_dot) .container{
  background-color: var(--clrlbg);
  max-width: 100%;
}
.cards:has(.card_dot) .section-header{
  padding-top: 10px;
  margin-bottom: 35px !important;
}
.cards:has(.card_overlay) {
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/team-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 80%;
}
.cards:has(.card_overlay):before{
 display: none; 
}
.default_form .hs-form-field label{
 display: block !important; 
}
.subs__popup .submitted-message{
 color: var(--clr1) !important; 
}
.subs__popup{
  z-index: 999999;
}

@media (max-width: 1399px){
  .site_header__row{
    max-width: 100% !important; 
  }
  .banner__form:after{
    right: -14px;
  }
  .card--quote{
    right: 15px;
  }
  .light_mode .site_header__menu a[role=menuitem]{
    font-size: 1.4rem;  
  }
}

@media (max-width: 1024px){
 .card_dark .card--image{
   height: 100%;
   width: 100% !important;
  }
  .card--subtitl{
    padding-right: 10px;
}

@media (max-width: 991px){
  .site_header__row{
    padding: 20px !important;
  }
  .header-global{
    padding: 10px 0 0 !important;
  }
  .site_header__nav{
    top: calc(100% + 2px);
    height: 100vh;
    padding-top: 30px;
  }
  .site_header__buttons a{
    padding: 8px 12px; 
    border: 1px solid var(--clr2);
  }
  .banner-widget_1692200434528 .banner--inner::before{
    height: 100%;
    width: 100%;
  }
  .banner-widget_1692200434528::before,
  .banner-widget_1692200434528::after {
    height: calc(100% - 50px);
    top: 50px;
  }
  .banner .cmn__heading{
   width: 100%;
   font-size: 2.4rem;
  }
  .col-3 {
    width: 50%;
  }
  .card_without_border, 
  .card_space {
    padding: 24px 20px;
  }
  .card .card--heading{
    font-size: var(--fnSize1);
  }
  .cards-widget_1692215243155 .card .card--content{
    font-size: 14px !important;
  }
  .banner__form:after{
    right: -20px;
  }
  .cmn__heading {
    font-size: 2.4rem !important;
  }
  .card_dotted_border .content p br{
   display: none; 
  }
  .card_dotted_border{
    background: linear-gradient(180deg,#20233b,#14151e);
  }
  .img_outline ul:before{
    height: 318px;
    top: 10px;
  }
  .img-outer .img-dotted:before{
   left: 0; 
  }
  .card:has(.card_space){
    padding: 0;
  }
  .header-global::before,
  .header-global::after{
    top: 50px;
  }
  .card_without_border .card--image {
    padding-right: 35px;
  }
  .site_header__nav {
    top: 100%;
  }
  .banner__form:after{
   right: -13px;   
  }
  
}
@media (min-width: 963px) and (max-width: 991px){
  .img_outline ul:before{
    height: 291px;
  }
}
@media (min-width: 788px) and (max-width: 922px){
  .img_outline ul:before{
    height: 344px;
    top: 12px;
  }
  
}
@media (min-width: 768px) and (max-width: 787px){
  .img_outline ul:before{
    height: 370px;
    top: 12px;
  }
  
}
@media (max-width: 767px){
  .header-global{
    width: 95% !important;
  }
  .banner .cmn__heading{
   font-size: 2rem !important; 
   width: 100% !important;
  }
  .footer__right{
    margin-left: 0;
  }
  .cmn__heading {
   font-size: var(--fnSize1) !important; 
  }
  .card:has(.card_dotted_border):before {
    display: none;
  }
  .card:has(.card_dotted_border):after{
    display: none;
  }
  .img_outline ul li:after{
    display: none;
  }
  .img_outline ul:before {
    display: none;
  }
  .img-outer .img-dotted::before{
    left: 15px;
    width: 96%;
    top: -48px;
  }
  .free_text--content{
    width: 100%
  }
  .free_text-inner .button--row {
   display: block; 
  }
  .banner__form>span{
   padding: 20px; 
  .banner input[type=submit] {
   margin-top: 0; 
  }
  .card--image{
   min-height: 50px; 
  }
  .footer__right{
   width: 100% !important; 
  }
  .tab-link{
    bottom: 30px; 
  }
  .card:has(.card_space){
   padding: var(--baseGap); 
  }
  .content ul li:before{
   top: 14%; 
  }
  .card_dot{
   border-right: 0 !important;
   border-top: 1px dashed var(--clr5)!important;
  }
  .card:has(.card_dot):first-child .card_dot{
    border-top: 0 !important;
  }
  .card:has(.card_dot){
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px){
  .banner__form:after{
   width: 100%; 
  }
  .img-outer .img-dotted:before{
    left: 8px;
  }
  .banner.banner-widget_1692200434528{
   padding-top: 100px !important; 
  }
  .card_without_border{
    padding: 30px 20px;
  }
  
}
@media (max-width: 380px){
 .content ul li:nth-child(2):before{
    top:7%;
  }
  .content ul li:before {
   top: 8%; 
  }
}


/* Insight Page */
  
.blog-listing-featured{
  padding-block: 180px 100px; 
}
.blog-listing-featured:after,
.blog-single-banner:after{
  content: '';
  position: absolute;
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/top_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  top: 87px;
  left: 0;
}
.featured_row{
  padding-inline: 15px;
}
.blog-listing .col-12:first-child .article{
  padding-top: 0;
}

.blog-listing .col-12:nth-last-child(2) .article{
  border-bottom: 0;
}
.blog-pagination__inner{
  margin-block: 20px;
  margin-inline: 0;
}
.blog-pagination__inner li path {
  fill:  var(--clr12);
}
.blog-pagination__inner .prev svg{
 margin-right: 7px; 
}
.blog-pagination__inner .next svg{
 margin-left: 7px; 
}
.blog-pagination__link--active,
.blog-pagination__inner li:not(.next,.prev):hover a{
  border: 2px solid var(--clrLight);
  color: var(--clrLight) !important;
}
.blog-pagination__link{
  font-weight: 500;
}
.blog-pagination__link--disabled{
  opacity: 0.5;
  pointer-events: none;
}
.featured__heading {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  color: var( --clr11);
  margin-bottom: 20px;
}
.brd-right .featured__heading {
  color: var(--clr2);
  margin-bottom: 25px;
}
.tag_name{
  font-weight: 500; 
  color: var(--clr10);
  padding-block: 0 8px;
}
.brd-right .tag_name{
  padding-block: 35px 8px;
}
.article__heading{
  font-weight: 600;  
  line-height: 1.4;
}
.article__meta{
  font-size: var(--fnSize1); 
  font-weight: 600;
  line-height: 0.9;
  color: var(--clr11);
  margin-top: 23px;
}
.article__desc{
 display: none; 
}
.blog-listing .article__desc{
 display: block; 
}
.brd-right{
  border-right: 1px dashed var(--clrbdr);
}
.featured__inner{
  padding-block: 25px;
  border-top: 2px dotted var(--clrbdr);
}
.subscribe-section{
 padding-bottom: 180px; 
}
.subscribe__inner{
  background-image: url(https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/Hero_section.png);
  padding: 23px 35px;
  position: relative;
  border-image: linear-gradient(180deg,#656dc6,#2c315e) 1;
  border: 1px solid #656dc6;
}
.subscribe__inner::before{
  position: absolute;
  content: '';
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/subscrib-lay.png');
  width: 538px;
  bottom: -92px;
  left: 50%;
  transform: translate(-50%);
  height: 92px;
  background-repeat: no-repeat;
}
.subscribe__inner h2{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--clr11);
}
.subscribe-col{
  padding-inline: 35px !important; 
  border-right: 1px dashed var(--clr10);
}
.subscribe-col:last-child{
 border: 0; 
}
.subscribe__desc{
  color: var(--clrLight);
  line-height: 1.7;
  font-weight: 400;
}
.btn-subs{
  font-weight: 600;
  padding: 13px 29px;
  background: var(--gradients-button-primary, linear-gradient(180deg, var(--clr18) 0%, var(--clr19) 100%));
}
.blog-listing-section {
  padding-top: 110px;
  border-top: 1px solid var(--clrbdr);
  margin-inline: 20px;
}
.blog--title{
  font-size: 1.4rem; 
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--clr11); 
  line-height: 1.5;
  letter-spacing: 0.98px;
}
.blog-listing{
 padding-left: 0; 
}
.blog-listing .flex--row>[class*=col]{
  margin-bottom: 0;
}
.blog-listing .article__media{
  margin-right: 41px;
  height: auto;
}
.blog-listing .article__media img{
/*   width: 130px;
  height: 175px; */
  height: auto;
}
.blog-listing .article__heading{
 font-size: 2rem; 
}
.blog-listing .article{
  border: 0;
  border-bottom: 2px dotted var(--clrbdr);
  padding: 20px 0 20px;
  display: flex;
}
.blog-content .container{
 padding-inline: 35px; 
}
.featured__list .article{
   margin-bottom: 6px;
  flex-direction: row-reverse;
}
.article__media a img{
  border: 1px solid var(--clrbdr);
}
.blog__listing-row>div[class*=col-]:first-child{
  border-right: 1px dashed var(--clrbdr);
}
.cta-section .container{
  max-width: 100%;
}
.cta-section {
  position: relative;
  padding-block: 67px 150px;
}
.cta-section:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 250px;
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/yl_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: -40px;
}
.list_reset{
  padding-block: 10px;
}
.site_header__buttons {
  padding-block: 0;
}

@media (max-width: 991px){
  .blog-listing-featured{
    padding-block: 120px 70px;
  }
  .blog-listing-section{
    padding-top: 40px;
  }
  .blog-listing .flex{
   justify-content: center; 
  }
  .banner h1.cmn__heading{
    width: 100%;
  }
 .subscribe-col{
   border-right: 0;
   border-bottom: 1px dashed var(--clr10);
   padding-block: 0 20px;
  }
  .subscribe-section{
    padding-bottom: 0;
  }
  .cta-section{
    padding-block: 60px 90px;
  }
  .cta-section:before{
    height: 90px; 
    bottom: 0;
  }
  .banner.banner-module_17025370616409{
    padding-inline: 20px;  
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .subscribe__inner:before{
   width: 100%;
  }
  .blog-pagination__inner li{
    padding: 6px;
  }
}

@media (max-width: 480px){
  .blog-listing .article{
    display: block; 
  }
  .subscribe__inner:before{
    width: 100%;
  }
  .subscribe-col{
   padding-inline: 0 !important; 
  }
  .subscribe__inner h2{
   font-size: var(--fnSize1); 
  }
  .blog__listing-row>div[class*=col-]:first-child{
   border-right: 0; 
  }
  .blog-listing .article__media{
    margin-right: 0;
  }
  .tag_name{
    padding-block: 15px 8px; 
  }
}

/* Single blog page  */ 

.blog-single-banner{
 padding-block: 180px 60px; 
}

.blog-content{
 position: relative; 
}
.blog-content:before{
  content: '';
  position: absolute;
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/blog/bg_texture.png');
  background-repeat: no-repeat;
  height: 20%;
  width: 100%;
  bottom: -100px;
  background-position: center;
}
.blog-content p{
  color: var(--clrwhite) !important;
}

.blog-content p span{
  font-size: var(--fnSize1) !important;
}

.blog-content ul {
  list-style: none !important;
}

.blog-content ul li{
  padding-left: 20px;
  position: relative;
}

.blog-content ul li:before{
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.light_mode .blog-content ul li::before{
  background: var(--clr16);
}

.blog-content .social-share ul li{
  padding-left: 10px;
}

.blog-content .social-share ul li:before{
  display: none;
}

.blog-content a span{
 color: var(--clrwhite);
}

/* Light Mode */

.light_dark_mode{
  position: absolute;
  left: 50%;
}
.switch_mode.active{
  border: 1px solid var(--clr11);
  background: rgba(121, 130, 222, 0.25);
}
.switch_mode span{
  display: inline-flex; 
  width: auto;
  background: transparent !important; 
  padding: 15px 7px !important;
  font-weight: 500;
}
.switch_mode.active .light-mode{
  border: 1px solid var(--clr11);
  background: linear-gradient(180deg, #FFF 0%, #FDFEFF 0.01%, #E4E7FF 100%) !important;
  border-radius: 1px !important;
}
.switch_mode.active .dark_mode{
  color: var(--clr16);
  border: 0;
}
.switch_mode.active .light-mode svg path{
 fill: var(--clr15) !important;
}
.switch_mode:not(.active) span.switch-text{
 color: var(--clrwhite); 
}
.switch_mode .dark_mode {
  border: 1px solid var(--clr15);
  border-radius: 1px;
}
.switch_mode:not(.active) span.dark_mode path {
  fill: var(--clr15);
}
.switch_mode .light-mode svg path{
 fill: var(--clrwhite); 
}
.dark_mode .switch-text{
 color: var(--clr15) !important; 
}
.switch_mode{
 border-radius: 4px;
 padding: 3px;
}
.switch-text{
 padding-inline: 5px; 
}
.light_mode .site_header__row{
  border: 2px solid var(--clrLight) !important;
  background: linear-gradient(180deg, #FFF 0%, #DDE1FF 100%);
  box-shadow: 0px 0px 15px 0px rgba(101, 112, 236, 0.25) inset;
}
.light_mode .site_header__buttons a{
  background: linear-gradient(180deg, #6B70F0 0%, #4852CD 100%);
  border: 2px solid var(--clr11);
  color: var(--clrwhite);
}
.light_mode .cta__desc, .light_mode .site_header__menu a[role=menuitem], 
.light_mode .site_header__menu>.hs-menu-wrapper>[role=menu]>li>a[role=menuitem]:hover, 
.light_mode .subscribe__inner{
 color: var(--clr10) !important; 
}
.light_mode .blog-listing-featured:before{
 display: none; 
}
.light_mode .blog-listing-featured:after,
.light_mode .blog-single-banner:after{
  content: '';
  position: absolute;
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/top_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  top: 87px;
}
.light_mode .blog-single-banner:after {
 left: 0; 
}
.light_mode .blog-listing-section{
  border-top: 1px solid var(--clr11)
}
.light_mode .blog-single-banner .subtitle{
  color: var(--clr17); 
}
.light_mode .blog-single-banner .cmn__heading{
 color: var(--clrblack); 
}
.light_mode .blog-single-banner .cmn__heading span{
 color: var(--clrblack); 
}
.light_mode .blog-content p,
.light_mode .blog-content strong{
 color: var(--clr16) !important; 
}
.light_mode .cta__inner, 
.light_mode .subscribe__inner{
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/Hero_section_BG_light.png');
}
.light_mode .article__desc p{
  color: var(--clr11) !important;
  font-weight: 400;
}
.light_mode .cta__inner .subtitle{
  color: var(--clr17);
}
.light_mode .button--row .btn {
  background: linear-gradient(180deg, var(--clr18) 0%, var(--clr19) 100%);
  border-image: none;
  color: var(--clrwhite);
  border: 1px solid var(--clr19);
}
.light_mode .site__footer {
  border-top: 2px solid var(--clrLight);
  background: linear-gradient(66deg, #CED4FF 0%, #FAFAFF 100%) !important;
}
.light_mode .footer__desc p{
  color: var(--clr10) !important;
}
.light_mode .backtotop-btn{
 background-color: transparent;
  border: 1px solid var(--clr11);
  color: var(--clr1);
}
.light_mode .backtotop-icon svg path {
 fill: var(--clr15) !important; 
}
.light_mode .footer--copyright > p{
 color: var(--clr16) !important; 
}
.light_mode .social--icon svg path{
  fill: var(--clr11);
}
body.light_mode{
 background-color: var(--clrwhite);
}
.light_mode .blog-content:before{
 display: none; 
}
.light_mode .cta-section:before{
 background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/light-bg.png'); 
 bottom: -35px;
}
.light_mode .site_header__row::before,
.light_mode .site_header__row::after{
  background: linear-gradient(0deg, rgba(126,131,185,1) 0%, rgba(182,186,235,1) 80%);
}
.light_mode .brd-right .featured__heading{
  color: var(--clr17);
}
.light_mode .subscribe__inner{
  border: 1px solid var(--clr11);
}
.light_mode .subscribe__inner h2{
 color: var(--clr20); 
}
.light_mode .subscribe__desc{
 color: var(--clr16); 
}
.light_mode h2.cmn__heading{
  color: var(--clr20) !important;
}
.light_mode .subscribe__desc p{
  color: var(--clr16) !important; 
}
.light_mode .btn-subs{
  color: var(--clrwhite);
}
.light_mode .blog__sidebar li.active a, 
.light_mode .blog__sidebar li:focus a, 
.light_mode .blog__sidebar li:hover a{
  color: var(--clr23); 
}
.light_mode .blog__sidebar a {
 color: var(--clr10); 
}
.light_mode .blog-listing .article__meta{
  color: var(--clr16) !important;
}
.light_mode .blog-listing .article__heading{
 color: var(--clr20);
}
.light_mode .article__meta{
  color: var(--clr11) !important;
}
.light_mode .blog-single-banner .article__meta{
 color: var(--clr14) !important;
}
.light_mode .banner h1.cmn__heading{
 color: var(--clr20); 
}
.light_mode .banner__form{
 border: 1px solid var(--clr11); 
}
.light_mode .banner__form>span{
  background: linear-gradient(180deg, #F6F6FF 0%, #D9DDFF 100%);
}
.light_mode .default_form .hs-form-field label{
  color: var(--clr10);
}
.light_mode .default_form input,
.light_mode .default_form textarea{
  background: var(--clr22) !important;
  border: 1px solid var(--clr11);
  color: var(--clr10);
 }
.light_mode input[type=submit]{
  color: var(--clr1) !important;
  border: 1px solid var(--clr24);
  background: linear-gradient(180deg, #FFCB38 0%, #BA7738 100%) !important;
}
.light_mode .banner__form:after{
  background-image: url('https://4779165.fs1.hubspotusercontent-na1.net/hubfs/4779165/light-dotted.png');
}
.light_mode .return-btn span{
 color: var(--clr15); 
}
.light_mode .return-btn{
 border: 1px solid var(--clr12); 
}
.light_mode .submitted-message p{
  color: var(--clr11) !important;
}
.light_mode .default_form .submitted-message a{
 color: var(--clr15); 
}
.light_mode .blog-pagination__inner li a{
 color: var(--clr16); 
}
.light_mode .cta__inner {
 color: var(--clr20); 
}
.light_mode path{
 fill: var(--clr15); 
}
.light_mode .footer--btm-divider:before{
  background-color: var(--clr11);
}
.light_mode .banner__content{
 color: var(--clr16); 
}
.light_mode .footer-menu a{
  color: var(--clr20);
}
body.light_mode{
  background-color: var(--clrwhite);
}
@media (max-width: 991px) {
 .brd-right{
   border-right: 0;
  }
  .light_mode .cta-section:before{
    width: 92%;
    left: 20px;
    bottom: 0;
  }
  .light_mode .blog-single-banner:after,
  .blog-single-banner:after{
    left: 20px;
    width: 94%;
  }
  .light_mode .blog-listing-featured:after, .light_mode .blog-single-banner:after{
    left: 20px;
    width: 94%;
  }
  .blog-single-banner--upper a.insights--link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.light_mode .popup--heading{
  color: var(--clr6);
}
.blog-single-banner--upper {
  position: relative;
  padding-bottom: 5px;
}
a.insights--link {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-line: underline;
  color: #9DA3D8;
  padding-left: 16px;
  position: relative;
}

a.insights--link::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(https://www.auquan.com/hubfs/auquan--left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-single-banner::after,
.blog-content::before {
  z-index: -1;
}
.light_mode a.insights--link {
  color: #656EA0;
}
.light_mode a.insights--link::before {
  background-image: url(https://www.auquan.com/hubfs/auquan--left-lm.svg);
}
.insight-highlight--hdr .site_header__menu li.hs-menu-item > a[href='https://insights.auquan.com'] {
  color: var(--clr2) !important;
}
.light_mode .insight-highlight--hdr .site_header__menu li.hs-menu-item > a[href='https://insights.auquan.com'] {
  color: var(--clr12) !important;
}
.blog-content-bottom {
  display: flex;
  padding-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.light_mode h1 span,
.light_mode h2 span,
.light_mode h2,
.light_mode h1 strong,
.light_mode h2 strong{
  color: var(--clrblack) !important;
}
.light_mode .blog-content a span{
  color: var(--clr16) !important;
}
.single__social {
  padding-top: 0;
}
.single__social > h3 {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .blog-single-banner--upper a.insights--link  {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .blog-single-banner--upper a.insights--link {
    display: block;
    position: static;
    padding-left: 25px;
    text-align: left;
  }
  .blog-single-banner--upper a.insights--link::before {
    left: 10px;
  }
  .blog-content-bottom {
    flex-direction: column;
    align-items: start;
  }
  .single__social {
    padding-top: 20px;
  }
  .blog-single-banner--upper{
    padding-bottom: 0;
  }
  .blog-content p{
   font-size: var(--blgSize2); 
  }
}