@font-face { 
  font-family: MetricWeb;
  src: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/fonts/MetricWeb-RegularItalic.woff2) format("woff2"),
    url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/fonts/MetricWeb-RegularItalic.woff) format("woff");
  font-style: italic; 
  font-weight: 400;
  font-display: swap; 
}
@font-face {
  font-family: MetricWeb;
  src: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/fonts/MetricWeb-Regular.woff2) format("woff2"),
    url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/fonts/MetricWeb-Regular.woff) format("woff");
  font-weight: 400;
}

@font-face { 
  font-family: MetricWeb;
  src: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/fonts/MetricWeb-Semibold.woff2) format("woff2"),
    url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/fonts/MetricWeb-Semibold.woff) format("woff");
  font-weight: 600;
}

form {
  max-width: 480px;
} 

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select,
form textarea{
  height: 40px;
  padding: 8px;
  font-size: 16px;
}

form input:focus,
form textarea:focus{
  outline: 2px solid #7bf;
}

.form-title,
form label,
form legend{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 11px;
}

.hs-error-msg,
.hs-main-font-element{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 4px 0;
}

form label {
  margin-bottom: 12px;
}

.hs-form-field {
  margin-bottom: 24px;
}

.hs-button,
.hs-sec-btn{
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.hs-sec-btn:hover{
  background-color: hsla(0,0%,100%,.1);
}

.hs-form__actions__submit{
  background-color: #2765a3;  
  border-color: transparent;
  color: #fff;
  background-size: 40px 40px;
  font-family: MetricWeb,sans-serif;
  font-size: 16px;
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
}

ol{
  counter-reset: ol-counter;
  list-style-type: none;
  margin: 0 0 32px;
  padding-left: 0;
}

ol li{
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative;
}

ol li:before{
  color: #2765a3;
  content: counter(ol-counter) "";
  counter-increment: ol-counter;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: center;
  top: 1px;
}

p,
h1{
  margin-bottom: 24px;  
}

body{
  font-family: MetricWeb,sans-serif;;
}

.scrolled header.child-header{
  transform: translateY(-130%);
}
header.child-header .row-fluid [class*=span] {
  min-height: auto;
}
header.child-header {
  background-color: #262a33;
  position: fixed;
  width: 100%;
  z-index: 50;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
}

.box-s header.child-header{
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.5)!important;
}

header.child-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.child-header .logo{
  padding-left: 20px;
}

header.child-header .menu{
  padding-right: 20px;
  display: flex;
  align-items: center;
  min-height: 56px;
}

header.child-header ul,
.cm-footer ul{
  margin: 0;
  padding: 0;
}

header.child-header li,
.cm-footer li{
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}

header.child-header .menu ul li a {
  font-size: 18px;
  line-height: 1.35;
  padding: 26px 22px 30px;
  display: inline-block;
}

header.child-header .menu ul li a:hover{
  color: #fff;
}

header.child-header .menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a{
  background-color: #2765a3;
}

header.child-header .menu .hs-menu-wrapper ul li a{
  color: #fff;
}

header.child-header .menu .hs-menu-wrapper > ul > li > .ul-wrapper > ul{
  width: 100%;
  flex-direction: row;  
  padding-top: 10px;
  padding-right: 20px;
  max-width: 1220px;
  margin: auto;
}

.ul-wrapper {
  background-color: #2765a3;
  position: absolute;
  z-index: 50;
  width: 100%;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.hover .ul-wrapper {
  display: block ;
  opacity: 1;
  visibility: visible;
}

header.child-header .menu .hs-menu-wrapper>ul>li>ul{
  display: none;
}

.hover header.child-header .menu .hs-menu-wrapper>ul>li>ul{
  display: none;
}

header.child-header .menu .hs-menu-wrapper > ul > li > .ul-wrapper > ul > li{
  width: 25%;
  padding: 25px 5px 0px 20px;
  line-height: 1;
}

header.child-header .menu .hs-menu-wrapper > ul > li > .ul-wrapper > ul > li > a{
  line-height: 1;
  font-weight: 700;
  padding: 0;
}

header.child-header .menu .hs-menu-wrapper > ul > li > .ul-wrapper > ul li  a:hover{
  opacity: .6;
}
header.child-header .menu .hs-menu-wrapper > ul ul ul{
  margin: 8px 0 0;
  padding-bottom: 25px;
}

header.child-header .menu .hs-menu-wrapper > ul > li > .ul-wrapper > ul > li:nth-of-type(-n+4) > ul{
  border-bottom: 1px solid hsla(0,0%,100%,.25);
}

header.child-header .menu .hs-menu-wrapper > ul ul ul li{
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1;
}


header.child-header .menu .hs-menu-wrapper > ul ul ul a{
  font-size: 14px;
  padding: 0;
  padding-left: 12px;
  line-height: 1;
  position: relative;
}
header.child-header .menu .hs-menu-wrapper > ul ul ul a:before{
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-right.svg);
  background-position: -5px,50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 1px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}



header.child-header .search-icon:before{
  background: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/search.svg);
  background-position: 50%;
  background-size: 36px;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: baseline;
}

.search-open header.child-header .search-icon:before{
  background: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/cross.svg);
  transform: scale(.9);
}

.search-open header.child-header .search-icon{
  background-color: #2765a3;
}

header.child-header .search-icon {
  margin: 0 -20px 0 0;
  padding: 20px;
  height: 80px;
  cursor: pointer;
}

.search{
  background-color: #2765a3;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
  padding-top: 42px;
  top: 80.3px;
  z-index: 49;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  width: 100%;
}

.search-open header.child-header{
  transform: none;
}

.search-open .search{
  display: block;
}

.search form {
  max-width: 740px;
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
}

.search form input[type=text]{
  height: 40px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  color: #33023e;
  padding: 0 8px;
  max-width: 618.67px
}

.search form input[type=text]::placeholder{
  color: #33023e;
  font-size: 16px;
}

.search form input[type=text]:focus{
  outline: 2px solid #7bf;
}


.search .hs-search-field button {
  background-color: transparent;
  border: 1px solid;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 10px;
  min-height: 40px;
  padding: 6px 20px;
  position: static;
  transform: none;
  width: auto;
  font-weight: 600;
  height: 32px;
  white-space: nowrap;
}

.search .hs-search-field button:hover{
  background-color: hsla(0,0%,100%,.1);
}

.humburger{
  display: none;
}

.mobile-menu{
  display: none;
}

.search .mobile{
  display: none;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  background-color: #fff;
  max-width: 741px;
  margin: auto;
  margin-top: 7px;
}

.hover header.child-header,
.search-open header.child-header{
  box-shadow: none !important;
}



.search-results-wrapper{
  background-color: #2765a3;
  padding-top: 80px;
  padding-bottom: 85px;
}

.search-results-wrapper h1 {
  color: #fff;
}

.search-results-wrapper .page-center,
.c-filters__header-wrapper .page-center,
.body-container-wrapper.system_page_layout.cm_search_result_page .content-wrapper{
  max-width: 780px;
  padding: 0;
}

.body-container-wrapper.system_page_layout.cm_search_result_page .content-wrapper {
  padding-top: 50px;
}

.c-filters__header-wrapper{
  padding-top: 24px;
  padding-bottom: 24px;
}

.widget-module select{
  min-height: 40px;
  min-width: 200px;
  min-width: 200px;
  padding: 8px 8px 8px 4px;
}

.c-filters__header-wrapper .block{
  display: flex;
  justify-content: end;
}

.body-container-wrapper.system_page_layout.cm_search_result_page{
  background-color: #FFF;
}


.search-results-wrapper .c-search-results__header {
  padding-top: 76px;
}

.search-results-wrapper .search{
  box-shadow: none;
  padding-top: 18px;
  padding-bottom: 0px;
  display: block;
  position: static;
  width: 100%;
}

.search-results-wrapper .search form input[type=text] {
  height: 40px;
  max-width: 658.67px;
  width: 100%;
}

.search-results-wrapper .search form {
  max-width: 780px;
}

.search-results-wrapper .hs-search-field__bar{
  max-width: 780px;
}

.l_tinynav1{
  display: none !important;
}


/* .case-studies-banner.v2 .bg_el{
background: rgba(39, 101, 163, 1.0);
} */

/* .case-studies-banner.v2  .btn_row {
padding-top: 36px;
} */

.case-studies-banner.v2.color-change h1,
.case-studies-banner.v2.color-change p,
.case-studies-banner.v2.color-change span{
  color: #262a33 !important;
}

.case-studies-banner.v2.color-change .hs-button{
  border-color: transparent;
  background-color: #2765a3;
}

.case-studies-banner.v2.color-change .hs-button:hover{
  background-color: #1c4c7c;
}

.cm-b2b-strategy-video.ftstrategies-video_sec.v2{
  padding-top: 96px;
  padding-bottom: 64px;
}

.cm-b2b-strategy-video.ftstrategies-video_sec.v2 .youtube_embed{
  width: 63.8%;
  float: unset;
  margin: auto;
}

.two-col-content.two-col- .flex_row{
  max-width: 780px;
  margin: auto;
}

.two-col-content.two-col- .flex_row .content-col{
  padding: 0;
  padding-bottom: 64px;
}

.two-col-content.two-col- .flex_row .content-col .btn_row{
  padding-top: 0;
}

.two-col-content.two-col- .content-col .description{
  margin-bottom: 0px;
}

.two-col-content.two-col- .content-col .description a{
  text-decoration: underline;
  -webkit-text-decoration-color: #a9b7c5;
  text-decoration-color: #a9b7c5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
}

.two-col-content.two-col- .flex_row .content-col h3{
  margin-bottom: 24px;
}


/* //////////////footer////////////////// */

.footer, .footer-content, footer form .form-title {
  color: #a8aaad;
}

.cm-footer{
  border-top: 1px solid #fff1e5;
}

.cm-footer .menu-col{
  display: flex;
}

.cm-footer .menu-col,
.cm-footer .text-col{
  padding: 0;
}

.cm-footer .menu-col .footer-row {
  width: 100%;
}

.cm-footer .menu-col .hs-menu-wrapper > ul{
  display: flex;
  flex-direction: row;
}

.cm-footer .menu-col .hs-menu-wrapper > ul ul {
  position: static !important;
}

.cm-footer .menu-col .hs-menu-wrapper > ul > li{
  margin: 0;
  width: 16.394%;
  padding-left: 20px;
  margin-bottom: 34px;
}

.cm-footer .menu-col .hs-menu-wrapper > ul > li > a{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding-bottom: 8.3px;
  padding-top: 7px;
  display: inline-block;
}

.cm-footer .menu-col .hs-menu-wrapper > ul > li:first-child:hover > a{
  color: #fff;
}

.cm-footer .menu-col .hs-menu-wrapper > ul > li:first-child{
  padding-top: 0; 
  padding-bottom: 6px;
}

.cm-footer .menu-col .hs-menu-wrapper > ul > li > ul > li {
  padding-bottom: 6px;
  padding-top: 7px;
}

.cm-footer .menu-col .hs-menu-wrapper > ul > li > ul > li > a{
  font-size: 16px;
  line-height: 20px;
  transition: color .3s ease-in-out;
  padding-bottom: 3px;
  color: #a8aaad;
  white-space: break-spaces;
}

.cm-footer .menu-col .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: #fff;
}
.cm-footer .menu-col .hs-menu-wrapper > ul > li:hover > a{
  color: #fff;
}

.cm-footer .menu-col {
  padding-bottom: 26px;
}

.cm-footer .text-col .footer-row{
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 21px;
}

.cm-footer .text-col p,
.cm-footer .text-col a{
  font-size: 13px;
  line-height: 1.54;
  color: #a8aaad;
}
.cm-footer .text-col a{
  text-decoration: underline;
}

.cm-footer .text-col a:hover{
  color: #fff;
}

.cm-footer .bottom-sec .img-col{
  padding-left: 20px;
  padding-right: 20px;
}

/* ///////////////header v3/////////// */

header.second-header .wrapper{
  height: 56px;
}

header.second-header{
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
}

header.second-header .logo .logo-bg {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/header%20logo%203.svg);
  background-position: 0;
  background-size: contain;
  height: 56px;
  margin: 0;
  text-decoration: none;
  width: 171px;
  background-repeat: no-repeat;
  position: relative;
}

header.second-header .logo .logo-bg a{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

header.second-header .cta-btn .hs-button{
  font-size: 14px !important;
  min-height: 28px;
  padding: 6px 8px;
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}

header.child-header .cta-btn .hs-button:hover{
  background-color: hsla(0,0%,100%,.1) !important;
}

header.second-header .cta-btn{
  padding-right: 20px;
}


/* ////////////landing page/////////// */

header.child-header.lp .search-icon{
  display: none;
}

header.child-header.lp .logo {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}


/* ///////////////footer v3/////////// */
footer.cm-footer.v3{
  /* 	position: absolute;
  bottom: 0;
  width: 100%; */
  color: #a8aaad;
}

footer.cm-footer.v3{
  border-top: none;
}

footer.cm-footer.v3 .row-fluid [class*=span]{
  min-height: auto;	
}

footer.cm-footer.v3 .top-sec{
  background-color: #262a33;
}

footer.cm-footer.v3 .top-sec .copyright{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

footer.cm-footer.v3 .top-sec p{
  font-size: 13px;
  line-height: 1.54;
}

footer.cm-footer.v3 .top-sec a{
  color: #a8aaad;
  text-decoration: underline;
}

footer.cm-footer.v3 .top-sec a:hover{
  color: #fff;
}

footer.cm-footer.v3 .bottom-sec{
  background-color: #000;
}

footer.cm-footer.v3 p{
  margin-bottom: 0;
}

footer.cm-footer.v3 .bottom-sec .logo{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-top: 16px;
}

footer.cm-footer.v3 .bottom-sec .logo-img{
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/Footer%20logo.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  height: 20px;
}

/* ///////////////footer v2/////////// */

footer.cm-footer.v3.v2 .bottom-sec .logo {
  padding: 15px 20px 17px;
}


.cm_search_result_page .systems-page .hs-search-results__next-page{
  background-color: #2765a3;
  margin-left: auto;
}

.cm_search_result_page .systems-page .hs-search-results__prev-page{
  background-color: #2765a3;
}

.body-container-wrapper form ul>li:before {
  content: none !important;
}

.body-container-wrapper form ul>li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hs-cta-embed__loaded {
  width: 540px !important;
  max-height: 77% !important;
  height: 100% !important;
  top: 48% !important;
}

.hs-cta-embed__loaded  .button-container{
  top: 5px !important;
  right: 6px !important;
}

.hs-cta-embed__loaded  .hs-form__field__label {
  font-weight: 700;
  font-size: 13px;
}

.hs-cta-embed__loaded  .button-container #interactive-close-button{
  fill: #000 !important;
  height: 14px !important;
  width: 14px !important;
}

.cm-b2b-strategy-video.ftstrategies-video_sec.v2.l-v .youtube_embed{
  width: 65.8%;
}

.hs-search-results ul li {
  padding-left: 0 !important;
  border-bottom: 1px solid #262a33;
  margin-bottom: 37px !important;
}
.hs-search-results ul li:before{
  display: none !important;
}

.hs-search-results ul li > a{
  text-decoration: none;
}

.hs-search-results ul li > a:hover{
  opacity: .8;
}

.hs-search-results ul li p{
  margin-bottom: 37px !important;
}

#hs-web-interactives-top-anchor {
  transform-style: unset !important;
}

.cm_404_page{
  background-color: #fff;
}

.cm_404_page .cst-content-wrapper p{
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.3;
}

.cm_404_page .cst-content-wrapper p a{
  border-bottom: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
  -webkit-text-decoration-color: #d4d5d8;
  text-decoration-color: #d4d5d8;
  -webkit-text-decoration-color: #c4d3e3;
  text-decoration-color: #c4d3e3;
}

.cm_404_page .cst-content-wrapper p a:hover{
  -webkit-text-decoration-color: #a9b7c5;
  text-decoration-color: #a9b7c5;
}

.cm_404_page .cst-content-wrapper h1{
  margin-bottom: 32px;
}

.cm_404_page .custom-error-container .cst-content-wrapper {
  padding-left: 30px!important;
  padding-top: 62px !important;
}

.custom-404-page .error-page {
  padding-bottom: 2.45rem;
}


ul.splide__pagination,
ul.cm_hiw_wrp_tabs_ul,
.pricing-table-itmes-wp ul,
ul.cm_pg_wrp_social_ul{
  margin-bottom: 0 !important;
}

ul.splide__pagination li:before,
ul.cm_hiw_wrp_tabs_ul li:before,
.pricing-table-itmes-wp ul li:before,
ul.cm_pg_wrp_social_ul li:before{
  display: none !important;
}

.custom-slider ul.splide__pagination.splide__pagination--ltr {
  margin-bottom: 32px!important;
}

@media(max-width: 1240px){
  .case-studies-banner.v2 .top_sec h1 br {
    display: block;
  }

  .cm-footer .bottom-sec{
    padding-top: 12px !important;
  }

  .two-col-content.two-col- .flex_row{
    width: 63.8%;
    max-width: unset;
  }

  /* ///////////////footer v3/////////// */

  footer.cm-footer.v3 .bottom-sec{
    padding-top: 0px !important;
  }

  footer.cm-footer.v3 .bottom-sec .logo {
    padding: 17px 20px 15px;
  }

  /* ///////////////footer v2/////////// */
  footer.cm-footer.v3.v2 .bottom-sec .logo {
    padding: 16px 20px 16px;
  }
}


@media(max-width: 998px){
  header.child-header .menu ul li a{
    padding: 28px 6px 30px;
    font-size: 16px;
    line-height: 1.4;
  }

  header.child-header .search-icon{
    margin-right: -20px;
    padding: 20px 10px;
  }

  header.child-header .menu .hs-menu-wrapper>ul>li>.ul-wrapper>ul>li{
    width: 33.3333%;
  }

  header.child-header .menu .hs-menu-wrapper>ul>li>.ul-wrapper>ul>li>a{
    font-size: 18px;
  }

  header.child-header .menu .hs-menu-wrapper>ul>li>.ul-wrapper>ul{
    justify-content: start;
  }

  header.child-header .menu .hs-menu-wrapper>ul>li>.ul-wrapper>ul{
    padding-top: 4px;
  }

  header.child-header .menu .hs-menu-wrapper > ul > li > .ul-wrapper > ul > li:nth-of-type(-n+5) > ul{
    border-bottom: 1px solid hsla(0,0%,100%,.25);
  }

  .search{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search form{
    max-width: 700px;
  }

  .cm-b2b-strategy-video.ftstrategies-video_sec.v2  .youtube_embed.youtube_embed {
    margin-left: auto;
    width: 79.5% !important;
  }

  .two-col-content.two-col- .flex_row{
    width: 79.5%;
    max-width: unset;
  }


  /* //////////////footer////////////////// */
  .cm-footer .menu-col {
    flex-wrap: wrap;
  }

  .cm-footer .menu-col .footer-row{
    margin-bottom: 29px;
  }

  .cm-footer .menu-col .hs-menu-wrapper > ul > li{
    width: 32.633%;
  }

  .cm-footer .menu-col .footer-row:last-child{
    margin-bottom: 0px;
  }

  .cm-footer .menu-col .footer-row:last-child .hs-menu-wrapper > ul > li:first-child{
    padding-bottom: 6px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li>a{
    padding-bottom: 7.3px;
  }

  .cm-footer .menu-col {
    padding-bottom: 8px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul{
    row-gap: 16px;
  }

  .cm-footer .top-sec {
    padding-top: 13px!important;
  }

  .cm-footer .bottom-sec {
    padding-top: 14px!important;
    padding-bottom: 16px !important;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li:first-child{
    padding-bottom: 5px;
  }

  /* ///////////////footer v3/////////// */
  footer.cm-footer.v3 .bottom-sec{
    padding-bottom: 0px!important;
    padding-top: 0px!important;
  }

  footer.cm-footer.v3 .bottom-sec .logo {
    padding: 16px 20px;
  }
}

@media (min-width: 740px) and (max-width: 979px){

  .cm-b2b-strategy-video.ftstrategies-video_sec.v2  .youtube_embed.youtube_embed{
    margin-top: 72px;
    margin-bottom: 32px;
  }

  .case-studies-banner.v2 .top_sec h1 br {
    display: block;
  }

  .case-studies-banner.v2 .top_sec {
    margin-top: 128px;
  }

  /*   .case-studies-banner.v2 .btn_row {
  margin-bottom: 72px ;
} */

  .two-col-content.two-col- .flex_row .content-col {
    padding: 0 0 40px;
  }

}

@media(max-width: 767px){
  header.child-header .menu .hs-menu-wrapper>ul{
    flex-direction: row;
  }

  /* //////////////footer////////////////// */

  .cm-footer .text-col .footer-row{
    padding-right: 20px;
  }

  .cm-footer .bottom-sec {
    padding-bottom: 16px!important;
    padding-top: 13px!important;
  }

  .cm-footer .text-col{
    padding-top: 0 !important;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li:first-child{
    padding-bottom: 6px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li>a {
    padding-bottom: 8px;
  }

  .case-studies-banner.v2 .bg_el {
    background: #2765a3;
    /*     background: #2765a3 !important; */
    opacity: 1;
  }

  /*   .case-studies-banner.v2 .btn_row {
  margin-bottom: 48px;
} */

  .cm-b2b-strategy-video.ftstrategies-video_sec.v2{
    padding-top: 32px !important;
    padding-bottom: 0px !important;
  }

  .cm-b2b-strategy-video.ftstrategies-video_sec.v2 .youtube_embed.youtube_embed{
    width: 100% !important;
    margin: auto !important;
  }

  .cm-b2b-strategy-video.ftstrategies-video_sec.v2 .page-center{
    padding-left: 10px;
    padding-right: 10px;
  }

  .two-col-content.two-col- .flex_row{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .two-col-content.two-col- .flex_row .content-col{
    padding: 32px 0 2px;
  }

  .hs-button{
    padding: 11px 20px;
  }


  .bottom-pane-wrapper.v2 .heading p {
    max-width: 414px;
    margin: auto;
    margin-bottom: 32px;
  }
}

@media(max-width: 740px){
  header.child-header .wrapper {
    height: 50px;
  }

  header.child-header .logo{
    padding-left: 9px;
  }

  header.child-header .logo img{
    height: 30px !important;
    width: 148px !important;
  }

  header.child-header .humburger{
    display: block;
    height: 50px;
    cursor: pointer;
  }

  header.child-header .humburger:before{
    background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/hamburger.svg);
    background-size: 40px 40px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
  }

  .search-open	header.child-header .humburger:before{
    background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/white-cross.svg);
  }

  header.child-header .menu{
    display: none;
  }

  .mobile-menu{
    display: block;
  }

  .search{
    top: 50px;
  }

  .over{
    overflow: hidden;
  }

  .search{
    height: calc(100vh - 45px);
    overflow-y: scroll;
    padding: 0 10px;
    padding-top: 10px;
    position: fixed;
    width: 100%;
  }

  .search .desktop{
    display: none;
  }

  .search .mobile{
    display: block;
  }

  .search form {
    max-width: 700px;
    margin: 0 1px 1px 0;
    max-width: none;
    width: 100%;
  }

  .mobile-menu ul ul ul {
    display: none;
  }
  .mobile-menu .hs-menu-wrapper ul li{
    line-height: 1;
  }

  .mobile-menu .hs-menu-wrapper>ul>li {
    padding: 23px 0 25px;
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:not(:first-child):before{
    border-top: 1px solid hsla(0,0%,100%,.25);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }   

  .mobile-menu .hs-menu-wrapper ul li a{
    color: #fff;
  }



  .mobile-menu .hs-menu-wrapper > ul > li:hover > a,
  .mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:hover > a{
    opacity: .6;
  }


  .mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover a{
    opacity: 1;
  }


  .mobile-menu .hs-menu-wrapper ul li{
    margin-bottom: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a{
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul{
    margin-top: 7px;
    margin-bottom: 1px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li{
    padding-bottom: 8.5px;
    padding-top: 8.5px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 16px;
  }

  .scrolled header.child-header {
    transform: unset;
  }


  /* 	//////////landing page//////////// */

  header.child-header.lp .humburger{
    display: none;
  }

  /* //////////////footer////////////////// */

  .cm-footer .menu-col .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .cm-footer .menu-col .footer-row{
    padding-left: 10px;
    padding-right: 10px;
  }

  .cm-footer .text-col .footer-row{
    padding-left: 10px;
    padding-right: 10px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li:first-child{
    padding-bottom: 1.6px;
    padding-top: 1.6px;
    border-top: 1px solid #51555c;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li> a span:before{
    content: "";
    background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    display: block;
    height: 20px;
  } 

  .cm-footer .menu-col .hs-menu-wrapper>ul>li> a span{
    right: 0;
    top: 11px;
    position: absolute;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li:last-child>a {
    padding-bottom: 7px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li>a {
    padding-bottom: 9px;
    padding-top: 10px;
  }

  .cm-footer .bottom-sec {
    padding-top: 13px!important;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li.menu-open> a span:before{
    background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-up.svg);
  } 

  .cm-footer .menu-col .footer-row .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid #51555c;
    padding-left: 0;	
    padding-bottom: 0;
    padding-top: 0;
  }

  .cm-footer .top-sec {
    padding-top: 20px!important;
  }

  .cm-footer .menu-col {
    padding-bottom: 0;
  }

  .cm-footer .menu-col .footer-row:last-child .hs-menu-wrapper > ul > li:first-child {
    padding-bottom: 0;
    padding-top: 0;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li>ul{
    display: none;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li.menu-open>ul{
    display: block;
  } 

  .cm-footer .menu-col .hs-menu-wrapper>ul {
    row-gap: 0px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul ul {
    margin-bottom: 29px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li.menu-open>a {
    padding-bottom: 18px;
  }

  .cm-footer .menu-col .footer-row{
    margin-bottom: 0;
  }

  .cm-footer .bottom-sec .img-col{
    padding-left: 10px;
    padding-right: 10px;
  }

  .cm-footer .text-col .footer-row{
    margin-top: 13px;
    margin-bottom: 20px;
  }

  .cm-footer .menu-col .footer-row:last-child {
    margin-bottom: 7px;
  }

  .cm-footer .text-col p{
    line-height: 1.54;
  }

  .cm-footer .menu-col .hs-menu-wrapper > ul > li {
    padding-bottom: 0;
  }

  /* ///////////////header v3/////////// */

  header.second-header .cta-btn{
    display: none;
  }

  header.second-header .humburger{
    display: none;
  }

  header.second-header .logo .logo-bg{
    height: 50px;
    width: 146px;
  }

  header.second-header .logo {
    padding-left: 10px;
  }

  /* ///////////////footer v3/////////// */

  footer.cm-footer.v3 .top-sec .copyright {
    padding: 20px 10px;
  }

  footer.cm-footer.v3 .bottom-sec .logo {
    padding: 17px 10px 15px;
  }

  /* ///////////////footer v2/////////// */
  footer.cm-footer.v3.v2 .bottom-sec .logo {
    padding: 16px 10px 16px;
  }
}

@media(max-width: 340px){
  .cm-footer .bottom-sec {
    padding-bottom: 16px!important;
    padding-top: 13px!important;
  }

  .cm-footer .text-col .footer-row {
    margin-bottom: 20px;
  }

  .cm-footer .text-col p{
    line-height: 1.54;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li>a {
    padding-bottom: 8.5px;
  }

  .cm-footer .menu-col .hs-menu-wrapper>ul>li:last-child>a {
    padding-bottom: 8px;
  }

  /* ///////////////footer v3/////////// */
  footer.cm-footer.v3 .bottom-sec .logo {
    padding: 15px 10px 17px;
  }

  .case-studies-banner.v2 .top_sec h1 br{
    display: none;
  }
}





/* Blog Post */

.body-wrapper{
  overflow: inherit;
}

.custom-post .post-banner {
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.custom-post .post-banner-inner {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 2000px;
  position: relative;
  width: 100%;
  min-height: 498px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.article__header {
  background-color: #2765a3;
  overflow: hidden;
  padding-bottom: 53px;
  padding-top: 34px;
}

.custom-post .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

.article__header-row {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -10px;
}

.article__header-row:after, 
.article__header-row:before {
  content: "";
  display: table;
  display: -ms-flexbox;
  display: flex;
}

.article__header-link{
  -ms-flex-preferred-size: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  flex-basis: 25%;
  float: left;
  max-width: 25%;
  min-width: 25%;
  padding-left: 10px;
  position: relative;
}

.article__header-text{
  -ms-flex-preferred-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  flex-basis: 100%;
  float: left;
  max-width: 100%;
  min-width: 100%;
  padding-left: 10px;
  position: relative;
}

.custom-post .article__header-text {
  margin-left: 0;
}

.article__header-link a {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  min-height: 28px;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s,color .15s ease-out,border-color .15s ease-out;
  transition: background-color .3s,color .15s ease-out,border-color .15s ease-out;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  min-width: 40px;
  padding-left: 0;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  min-height: 40px;
}

.article__header-link a.desktop{
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-left0.svg);
  background-size: 56px;
}

.article__header-link a.mobile{
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-left0.svg);
  background-size: 42px;
  display: none;
}

.article__header-text p {
  color: #fff;
  font-family: MetricWeb,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: -2px 0 20px;
}

.article__header-text p a {
  font-weight: 600;
  text-decoration: none;
  color: #fff !important;
}

.article__header-text h1 .hs_cos_wrapper_type_text,
.article__header-text h1 {
  color: #fff;
  font-family: MetricWeb,sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.article__header-link a:hover {
  background-color: transparent;
  border-color: transparent;
  opacity: .5;
}

.custom-post {
  background: #fff;
}

.article__row {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.article__row:after,
.article__row:before {
  content: "";
  display: table;
  display: -ms-flexbox;
  display: flex;
}

.article__inner {
  padding-top: 66px;
  width: 100%;
}

.programmes .article__inner {
  padding: 66px 0;
}

.article__sidebar {
  -ms-flex-preferred-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  flex-basis: 100%;
  float: left;
  margin-bottom: 80px;
  max-width: 100%;
  min-width: 100%;
  padding-left: 10px;
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}

.article__content {
  -ms-flex-preferred-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  flex-basis: 100%;
  float: left;
  max-width: 100%;
  min-width: 100%;
  padding-bottom: 66px;
  padding-left: 10px;
  position: relative;
}

.article__suggestions {
  -ms-flex-preferred-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  flex-basis: 100%;
  float: left;
  max-width: 100%;
  min-width: 100%;
  padding-left: 10px;
  position: relative;
}

.o-share {
  display: inline-block;
}

.o-share ul {
  margin: 0;
  padding: 0;
}

.o-share__action {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  line-height: 1;
  list-style-type: none;
  margin-bottom: 0;
}

.o-share--vertical .o-share__action {
  float: none;
}

.o-share.o-share--vertical .o-share__action {
  max-width: 40px;
}

.o-share__icon {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid #807973;
  color: #000;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.o-share .o-share__icon {
  border-color: #807973;
  color: #000;
}

.o-share--vertical .o-share__icon {
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-share.o-share--vertical .o-share__icon {
  margin: 0 0 -1px;
}

.o-share:not(.o-share--inverse) .o-share__icon:not(:hover):not(:active):not(:focus) {
  border-color: #ccc1b7;
}

.o-share__icon:before {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}

.o-share .o-share__icon:before {
  background-size: 40px 40px;
  height: 38px;
  width: 38px;
}

.o-share__icon:after {
  content: "";
  display: block;
  position: absolute;
}

.o-share:not(.o-share--inverse) .o-share__icon--twitter:not(:hover):not(:active):not(:focus):before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_twitter.svg);
}

.o-share:not(.o-share--inverse) .o-share__icon--facebook:not(:hover):not(:active):not(:focus):before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_facebook.svg);
}

.o-share:not(.o-share--inverse) .o-share__icon--linkedin:not(:hover):not(:active):not(:focus):before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_linkedin.svg);
}

.o-share:not(.o-share--inverse) .o-share__icon--whatsapp:not(:hover):not(:active):not(:focus):before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_whatsapp.svg);
}

.o-share:not(.o-share--inverse) .o-share__icon--mail:not(:hover):not(:active):not(:focus):before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_mail.svg);
}

.o-share:not(.o-share--inverse) .o-share__icon--link:not(:hover):not(:active):not(:focus):before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_link.svg);
}

.o-share .o-share__icon:hover {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.o-share .o-share__icon--twitter:focus,
.o-share .o-share__icon--twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

.o-share .o-share__icon--facebook:focus,
.o-share .o-share__icon--facebook:hover {
  background-color: #3b579d;
  border-color: #3b579d;
  color: #fff;
}

.o-share .o-share__icon--linkedin:focus,
.o-share .o-share__icon--linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}

.o-share .o-share__icon--whatsapp:focus,
.o-share .o-share__icon--whatsapp:hover {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}

.o-share .o-share__icon--mail:focus,
.o-share .o-share__icon--mail:hover {
  background-color: #0a5e66;
  border-color: #0a5e66;
  color: #fff;
}

.o-share .o-share__icon--link:focus,
.o-share .o-share__icon--link:hover,
.o-share .o-share__icon--mail:focus,
.o-share .o-share__icon--mail:hover {
  background-color: #262a33;
  border-color: #262a33;
}

.o-share .o-share__icon--twitter:focus:before,
.o-share .o-share__icon--twitter:hover:before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_twitter_hover.svg);
}

.o-share .o-share__icon--facebook:focus:before, 
.o-share .o-share__icon--facebook:hover:before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_facebook_hover.svg);
}

.o-share .o-share__icon--linkedin:focus:before,
.o-share .o-share__icon--linkedin:hover:before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_linkedin_hover.svg);
}

.o-share .o-share__icon--whatsapp:focus:before,
.o-share .o-share__icon--whatsapp:hover:before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_whatsapp_hover.svg);
}

.o-share .o-share__icon--mail:focus:before, 
.o-share .o-share__icon--mail:hover:before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_mail_hover.svg) ;
}

.o-share .o-share__icon--link:focus:before, 
.o-share .o-share__icon--link:hover:before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_link_hovers.svg);
}

.article__suggestions h2 {
  color: #262a33;
  font-family: MetricWeb,sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.article__suggestions ul {
  list-style-type: none;
  margin: 27px 0;
  padding-left: 0;
}

.article__suggestions ul li {
  border-bottom: 1px solid #262a33;
  color: #262a33;
  font-family: MetricWeb,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px !important;
  padding-bottom: 24px;
}

.article__suggestions ul li:last-child {
  border-bottom: 0;
}

.article__suggestions article {
  max-width: 230px;
}

.article__suggestions ul li a {
  border: 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.article__suggestions ul li a:focus,
.article__suggestions ul li a:hover {
  opacity: .8;
}

.article__footer {
  background-color: #fff1e5;
  clear: both;
  margin-top: 32px;
}

.article__footer__row {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.article__footer__row:after,
.article__footer__row:before {
  content: "";
  display: table;
  display: -ms-flexbox;
  display: flex;
}

.article__footer__content {
  -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding-bottom: 8px;
  padding-left: 17px;
  padding-top: 8px;
}

.article__footer__content p {
  margin: 0;
  font-family: MetricWeb,sans-serif;
  font-size: 18px;
  line-height: 1.13;
  line-height: inherit;
}

.article__footer__content p span {
  font-weight: 600;
  color: #262a33;
}

.article__footer__content a{
  font-family: MetricWeb,sans-serif;
  padding-bottom: 1px;
  transition: color .3s ease-in-out;
  color: #1c4c7c;
}

.custom-post .article__body figure {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}

.custom-post .article__body blockquote {
  border-left-width: 0;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
}

.custom-post .article__body blockquote {
  min-height: 70px;
  padding-left: 32px;
  padding-top: 29px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 48px;
  max-width: 100%;
  min-width: 100%;
  clear: both;
  margin-bottom: 47px;
  margin-top: 32px;
  line-height: normal;
}

.custom-post .article__body blockquote:before {
  border: 12px solid #2765a3;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  height: 88px;
  left: 0;
  position: absolute;
  top: 0;
  width: 88px;
}

.custom-post .article__body blockquote p {
  margin: 0 0 16px;
  color: #2765a3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}

.custom-post .article__body blockquote cite {
  color: #2765a3;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 16px;
  width: 100%;
}

.custom-post .article__body blockquote cite span {
  display: block;
  line-height: normal;
}

.custom-post .article__body blockquote cite span:first-child {
  font-weight: 600;
}

.custom-post .article__body p {
  margin-bottom: 16px;
}

.custom-post .article__body p a {
  transition: color .3s ease-in-out,opacity .3s ease-in-out,border .3s ease-in-out;
  border-bottom: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
  color: #2765a3;
  text-decoration-color: #d4d5d8;
}

.custom-post .article__body p a:hover{
  text-decoration-color: #a9b7c5;
} 

.custom-post.body-container-wrapper .article__body ul {
  list-style: none;
  margin: 0 0 32px;
  padding-left: 0;
  margin-top: -16px;
  margin-bottom: 32px;
}

.custom-post .article__body ul li {
  margin-bottom: 10px !important;
  padding-left: 23px;
  position: relative;
}

.custom-post .article__body ul li:before {
  background-color: #2765a3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}

.custom-post .article__body ul li a {
  transition: color .3s ease-in-out,opacity .3s ease-in-out,border .3s ease-in-out;
  text-decoration-color: #c4d3e3;
  color: #2765a3;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
}

.custom-post .article__body ol {
  counter-reset: ol-counter;
  list-style-type: none;
  margin: 0 0 32px;
  padding-left: 0;
  margin-top: -16px;
  margin-bottom: 32px;
}

.custom-post .article__body ol li {
  margin-bottom: 10px !important;
  padding-left: 23px;
  position: relative;
}

.custom-post .article__body ol li:before {
  color: #2765a3;
  content: counter(ol-counter) "";
  counter-increment: ol-counter;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
}

.custom-post .article__body h4 {
  margin-bottom: 24px;
  margin-top: 48px;
  color: #262a33;
}

.custom-post .article__body .hs_cos_wrapper_type_rich_text h4 {
  margin-top: 0;
}

.custom-post .article__body hr {
  margin-bottom: 48px;
  margin-top: 48px;
  background: #262a33;
  height: 1px;
  width: 100%;
}

.custom-post .author-section h4 {
  margin-bottom: 24px;
  margin-top: 48px;
}

.custom-post .author-image {
  clear: both;
  margin-bottom: 48px;
  margin-top: 32px;
}

.custom-post .author-image figure {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-post .author-image figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-post .author-image figure figcaption {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  color: #262a33;
  font-weight: 400;
  margin-top: 6px;
}

.custom-post .comment-date {
  display: block;
}

.custom-post .comment-from a {
  color: #1c4c7c;
}

.article__share-row {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.article__share-content {
  -ms-flex-preferred-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  flex-basis: 100%;
  float: left;
  max-width: 100%;
  min-width: 100%;
  padding-left: 10px;
  position: relative;
  max-height: 43px;
}

.o-share .o-share__icon {
  margin: 0 -1px 0 0;
}

.custom-post .article__body h3 {
  margin-bottom: 24px;
/*   margin-top: 48px; */
}

.custom-post .article__body figure {
  margin-bottom: 48px;
/*   margin-top: 32px; */
}

.custom-post .article__body figure figcaption {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  color: #262a33;
  font-weight: 400;
  margin-top: 6px;
}

.custom-post .hs-responsive-embed-wrapper.hs-responsive-embed {
  min-width: 100% !important;
  max-height: 100% !important;
  margin-bottom: 48px !important;
  margin-top: 32px !important;
  max-width: 800px !important;
  display: block !important;
}

.custom-post .author-description p:last-child {
  margin: 0;
}

sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub,
sup {
  font-size: 14px;
  line-height: 0;
  padding: 0 2px;
}

/* Blog listings */


.custom-blog .dnd-section {
  padding: 0;
}

.custom-blog .row-fluid {
  max-width: none;
  padding: 0;
}

.custom-blog .dnd-column {
  padding: 0 !important;
}


.g-layout {
  background-color: #fff1e5;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.c-blog__filters-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.g-layout__row {
  zoom: 1;
  clear: both;
  flex-wrap: wrap;
  margin-left: -10px;
}

[data-o-grid-colspan] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  float: left;
  padding-left: 10px;
  position: relative;
}

[data-o-grid-colspan~=center] {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.c-content-filter,
.c-content-filter__inner {
  display: -ms-flexbox;
  display: flex;
}

.c-content-filter__inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  width: 100%;
}

.c-content-filter__left,
.c-content-filter__right {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.c-content-filter__left {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.c-content-filter__search {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.c-content-filter__search .o-forms {
  margin-top: 0;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
}

.c-content-filter__right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-content-filter__right .o-forms {
  margin-bottom: 0;
  margin-right: 24px;
  margin-top: 0;
  max-width: 200px;
  min-width: 200px;
}

.c-content-filter__right .o-forms:last-of-type {
  margin-right: 0;
}

.cm-filter h3 {
  display: none;
}

.cm-filter select {
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  min-height: 40px;
  outline: none;
  padding: 8px;
  width: 100%;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #262a33;
  color: #262a33;
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-down.svg);
  line-height: 17px;
}

.c-blog__filters ul.hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  z-index: 2;
}

.c-articles__feed-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.c-articles__feed-row {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.c-articles__feed-item {
  -ms-flex-preferred-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  flex-basis: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: left;
  max-width: 100%;
  min-width: 100%;
  padding-left: 10px;
  position: relative;
}

.o-teaser {
  margin-bottom: 20px;
}

.o-teaser--article {
  background-color: #485358;
}

.c-articles__feed-item .o-teaser {
  background-color: #2765a3;
}

.o-teaser__image-container {
  display: -ms-flexbox;
  display: flex;
}

.o-teaser__image-container>a {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.o-teaser__image-placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 54.5%;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
}

.o-teaser--article .o-teaser__content-bottom {
  padding: 21px 24px 20px;
}

.o-teaser__meta {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.o-teaser--article .o-teaser__meta {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.o-teaser--article .o-teaser__meta a {
  color: inherit;
  text-decoration: none;
}

.o-teaser__heading {
  color: #fff;
  font-size: 22px;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
}

.o-teaser--article .o-teaser__heading {
  margin-bottom: 16px;
}

.o-teaser__heading a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.o-teaser--article .o-teaser__standfirst {
  margin-top: 0;
}

.o-teaser__footer {
  margin-top: 28px;
  line-height: normal;
}

.o-teaser__footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-right: 16px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.o-teaser__footer a:after {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-right.svg);
  background-position: center right -6px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  width: 18px;
}

.o-teaser__image-placeholder:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.o-teaser__heading a:hover {
  opacity: .8;
}

.o-teaser--article .o-teaser__meta:hover {
  color: #fff;
  opacity: .8;
}

.o-teaser__footer a:hover {
  opacity: .8;
}

.o-grid-row {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.o-grid-row:after,
.o-grid-row:before {
  content: "";
  display: table;
  display: -ms-flexbox;
  display: flex;
}

[data-o-grid-colspan] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  float: left;
  padding-left: 10px;
  position: relative;
}

[data-o-grid-colspan~=hide] {
  display: none;
}

.o-buttons-pagination {
  display: -ms-flexbox;
  display: flex;
}

.o-buttons-pagination {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cdp {
  position: relative;
}

.blog-pagination a {
  transition: background-color .3s,color .15s ease-out,border-color .15s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  padding: 11px 20px;
  background-size: 40px 40px;
  font-family: MetricWeb,sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
  margin: 0 0 0 4px;
  border-color: #2765a3;
  min-width: 36px;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
  font-weight: 600;
}

.blog-pagination a.active {
  background-color: #2765a3;
  color: #fff;
  pointer-events: none;
}

.blog-pagination a:hover {
  background-color: #ecf5ff;
  color: #2765a3;
}

.blog-pagination a.inactive {
  display: none;
}

.blog-pagination a.next-link {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/icon-wright.svg);
  margin-right: 0;
  background-position: 50%;
  background-size: 40px 40px;
}

.blog-pagination a.prev-link {
  background-position: 50%;
  background-size: 40px 40px;
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-left.svg);
}

/* .case-studies-banner.simple-banner {
padding: 0;
min-height: unset;
} */

/* .case-studies-banner .bg_el {
content: "";
height: 100%;
pointer-events: none;
position: absolute;
width: 100%;
background: linear-gradient(45deg,#000,transparent);
} */

.case-studies-banner .page-center {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

.case-studies-banner .flex_row {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.case-studies-banner .flex_row .col12 {
  padding: 0;
}

.case-studies-banner .bg_el.bg_img {
  background-size: cover;
}

.case-studies-banner .btn_item a {
  background-color: transparent;
  border-color: #fff;
}

.case-studies-banner .btn_item a:hover {
  background-color: hsla(0,0%,100%,.1);
}

.o-share__icon:focus,
.o-share__icon:hover {
  z-index: 1;
}

.author-section a {
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
  border-bottom-color: #a9b9cb;
  transition: none;
  text-decoration-color: #c4d3e3;
}

.author-section a:hover {
  text-decoration-color: #a9b7c5;
}

.blog-comments {
  margin-top: 32px;
}

.custom-post .comment-reply-to {
  margin-bottom: 20px;
  background-color: transparent !important;
}

.post-pane.bottom-pane-wrapper .heading h2,
.post-pane.bottom-pane-wrapper .heading p {
  color: #ffffff;
}

.post-pane.bottom-pane-wrapper .heading p br:nth-child(2) {
  display: inline;
}

.post-pane.bottom-pane-wrapper .heading p br {
  display: none;
}

.o-overlay-shadow {
  background-color: rgba(0,0,0,.2);
  height: 150%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.o-overlay {
  background: #fff;
  border: 1px solid #ccc1b7;
  -webkit-box-shadow: 0 1px 4px rgba(77,72,69,.15), 0 8px 14px rgba(77,72,69,.2);
  box-shadow: 0 1px 4px rgba(77,72,69,.15), 0 8px 14px rgba(77,72,69,.2);
  font-size: 16px;
  line-height: 20px;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: -1;
}

.o-overlay {
  border: 0;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 100%;
  display: none;
}

.o-overlay--share {
  height: auto;
  max-width: 487px;
  top: 40%;
}

.o-overlay__heading {
  background: transparent;
  color: #33302e;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
}

.o-overlay__heading {
  position: relative;
  z-index: 99;
}

.o-overlay__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  float: right;
  font: inherit;
  font-size: 8px;
  height: 20px;
  line-height: 1;
  margin: 12px;
  outline: inherit;
  padding: 0.25em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: baseline;
  width: 20px;
}

.o-overlay__close {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_cross.svg);
  background-size: 30px;
}

.o-overlay__title {
  display: block;
  margin: 12px 24px 12px 12px;
  overflow: auto;
}

.o-overlay--share .o-overlay__title {
  display: block;
  font-weight: 600;
  margin-left: 20px;
}

.o-overlay__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  padding: 16px;
  position: relative;
}

.o-overlay__content {
  overflow-y: auto;
  padding: 0 20px 20px;
}

.o-overlay--share .o-overlay__content {
  margin-bottom: 0;
  max-height: calc(100% - 44px);
  padding: 0 20px 20px;
}

.o-overlay__content-inner {
  margin-bottom: 48px;
  padding-bottom: 0;
  position: relative;
}

.o-overlay__content>:first-child {
  margin-top: 0;
}

.o-overlay__content>:last-child {
  margin-bottom: 0;
}

.o-overlay--share .o-overlay__content-inner {
  padding-bottom: 0;
}

.o-forms-field,
.o-forms-input,
.o-forms-title {
  font-size: 16px;
  line-height: 20px;
}

.o-forms-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}

.o-overlay--share .o-overlay__content .o-forms-field {
  margin-bottom: 16px;
}

.o-forms-input {
  border-radius: 0;
}

.o-forms-input--password.o-forms-input--suffix,
.o-forms-input--text.o-forms-input--suffix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-overlay--share .o-overlay__content .o-forms-input {
  margin-top: 2px;
}


.o-forms-input--password input,
.o-forms-input--text input {
  background-color: #fff;
  border: 1px solid #807973;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  min-height: 40px;
  padding: 8px;
  width: 100%;
}

.o-forms-input--text input{
  border-radius: 0;
}   

.o-forms-input--text input{
  border: 1px solid #262a33;
  color: #262a33;
}

.o-forms-input--password.o-forms-input--suffix input,
.o-forms-input--text.o-forms-input--suffix input {
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
  min-width: 0;
}

.o-overlay--share .o-overlay__content .o-forms-input input {
  margin-bottom: 0;
  margin-top: 0;
}

.c-blog__subscribe .o-buttons, .o-buttons {
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-clip: border-box;
  background-size: 21px 21px;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  line-height: 14px;
  margin: 0;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s,color .15s ease-out,border-color .15s ease-out;
  transition: background-color .3s,color .15s ease-out,border-color .15s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.o-buttons--big {
  background-size: 40px 40px;
  font-size: 16px;
  line-height: 20px;
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
}

.o-buttons--primary {
  background-color: #2765a3;
  border-color: transparent;
  color: #fff;
}

.o-overlay--share .o-overlay__content .o-forms-input .o-buttons:last-of-type {
  margin-right: 0;
}

.o-message {
  font-size: 16px;
  line-height: 20px;
}

.o-message.o-message--success {
  background-color: #ccdfc7;
  color: #00572c;
}

.o-overlay--share .o-overlay__content .o-message{
  display: none;
}

.o-message .o-message__container {
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding: 16px 24px;
  position: relative;
}

.o-message--alert .o-message__container {
  padding-left: calc(24px + 1.25rem);
}

.o-message .o-message__content {
  margin-bottom: -16px;
  margin-left: -16px;
}

.o-message--inner .o-message__content {
  max-width: 48.75ch;
}

.o-message .o-message__content>* {
  margin: 0 0 16px 16px;
}

.o-message .o-message__content-main {
  display: inline-block;
}

.o-message .o-message__content-highlight {
  font-weight: 600;
}

.share-open .o-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 11;
  display: block;
}

html.share-open {
  overflow: hidden;
}

.share-open .o-overlay-shadow {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.o-forms-input--text input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #807973;
  box-shadow: 0 0 0 1px #807973;
}

.o-overlay__close:after {
  bottom: -12px;
  content: "";
  left: -12px;
  position: absolute;
  right: -12px;
  top: -12px;
}

.o-buttons--primary:focus,
.o-buttons--primary:hover {
  background-color: #1c4c7c;
  border-color: transparent;
  color: #fff;
}

.clip .o-overlay--share .o-overlay__content .o-message {
  display: block;
}

.o-message--alert .o-message__container:before {
  content: "";
  left: 16px;
  margin: -0.625rem;
  position: absolute;
  top: calc(16px + 0.1rem);
}

.o-message.o-message--success.o-message--alert .o-message__container:before {
  background-color: transparent;
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_tick.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 2.5rem;
  vertical-align: baseline;
  vertical-align: middle;
  width: 2.5rem;
}

.custom-slider {
  padding: 0;
}

.custom-slider .page-center {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.custom-slider.testimonials_sliderv2 .bottom_row {
  padding: 0;
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.custom-slider .splide__list>.splide__slide blockquote {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  min-height: 70px;
  padding-left: 32px;
  padding-top: 29px;
  position: relative;
  border-left-width: 0;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
}

.custom-slider.testimonials_sliderv2 .left_inner {
  margin: 0;
}

.custom-slider.testimonials_sliderv2 .cm_trns {
  padding: 0;
}

.custom-slider .splide__list>.splide__slide blockquote p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  text-align: left;
}

.custom-slider .splide__list>.splide__slide blockquote cite {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 16px;
  width: 100%;
  color: #fff;
  text-align: left;
}

.custom-slider .splide__list>.splide__slide blockquote:before {
  border: 12px solid #2765a3;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  border-color: #fff;
}

.custom-slider .splide__list>.splide__slide blockquote cite span {
  display: block;
  line-height: normal;
}

.custom-slider .splide__list>.splide__slide blockquote cite span:first-child {
  display: block;
  font-weight: 600;
}

.custom-slider.cm-margin .splide .splide__pagination {
  margin-bottom: 67px !important;
}

.custom-slider .splide .splide__pagination>li {
  padding: 0;
  margin: 0;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  display: block;
}

.custom-slider .splide .splide__pagination>li:before {
  display: none;
}

.custom-slider .splide .splide__pagination button {
  border: 0;
  border-radius: 100%;
  height: 14px;
  margin: 0 7.5px;
  padding: 0;
  width: 14px;
  background-color: hsla(0,0%,100%,.25);
  opacity: 1;
  transform: none;
}

.custom-slider ul.splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

.custom-slider.testimonials_sliderv2 .testmn_itemv2 {
  margin: 0 1px 0 0;
}

.custom-slider .splide.is-focus-in .splide__pagination__page:focus {
  outline: none;
}


.custom-slider.testimonials_sliderv2.img_al_right .left_col {
  padding: 0;
}

.case-studies .o-teaser--article .o-teaser__meta:hover {
  opacity: 1;
}

.c-content-filter .o-expander {
  text-align: center;
}

.o-expander__content--expanded {
  max-height: none!important;
}

.o-expander__content--expanded {
  display: none;
}

.c-content-filter .o-expander__toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-down_blie.svg);
  background-position: left 2px center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  border: 1px solid #2765a3;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2765a3;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 6px 6px 22px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s,color .15s ease-out,border-color .15s ease-out;
  transition: background-color .3s,color .15s ease-out,border-color .15s ease-out;
  user-select: none;
  vertical-align: middle;
}

.expanded .o-expander__content--expanded {
  display: block;
}

.expanded .o-expander__toggle.more {
  display: none;
}

.expanded .o-expander__toggle.less {
  display: block;
  margin: 0 auto;
}

.expanded  .o-expander__toggle {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-up_BLUE_1.svg);
}

.c-content-filter .o-expander__toggle:hover {
  background-color: #ecf5ff;
  color: #2765a3;
}

.custom-popup {
  padding: 0;
  background: none;
  margin-bottom: 48px;
  margin-top: 32px;
}

.custom-popup.hrz .btn_row {
  padding: 0 !important;
  justify-content: flex-start !important;
}

.custom-popup.cm_nv_wrp .hs-button {
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px !important;
  font-size: 16px !important;
  border-color: transparent;
  color: #fff;
  background-color: #2765a3;
}

.custom-popup.cm_nv_wrp .hs-button:hover {
  background-color: #1c4c7c;
}

.popup_modal .popup_modal_box {
  height: auto;
  margin-top: 50px!important;
  max-width: 540px;
  border-radius: 0;
  transform: none !important;
}

.popup_modal .content_box h3 {
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

.popup_modal .content_box h6 {
  font-family: MetricWeb;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.31;
  margin-bottom: 16px !important;
  margin-top: 16px;
}

.popup_modal .content_box p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.31;
}

.popup_modal_box_inner {
  max-height: calc(100vh - 148px);
  overflow-y: auto;
  padding: 20px;
  /*   padding: 0 20px 20px; */
  position: relative;
}

.popup_modal.typopup_video .popup_modal_box_inner {
  padding: 0;
}

.popup_modal.typopup_video .popup_modal_box_inner .content_box{
  padding: 20px;
}

.popup_modal .content_box,
.popup_modal .form__box{
  padding: 0;
}

.popup_modal .popup_modal_inner {
  overflow: hidden;
}

.popup_modal .popup_modal_inner {
  overflow: hidden;
}

.popup_modal .form__box form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-down_input.svg);
  background-position: 100%;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #807973;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #33302e;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  min-height: 40px;
  outline: none;
  padding: 8px;
  width: 100%;
  color: #262a33 !important;
  /*   border: 0; */

  border-width: 1.2px;
  border-color: #262a33;
}

.popup_modal .form__box form select option {
  color: #262a33 !important;
}

/* .popup_modal .form__box .actions .hs-button {
background-color: #fff;
border-color: transparent;
color: #262a33;
text-decoration: none;
}

.popup_modal .form__box .actions .hs-button:hover {
background-color: #dbdbdb;
} */

.body-container-wrapper .form-container ul > li:before {
  content: none !important;
}

.simple-banner.brd_right .banner-breacrumb ul.hs-breadcrumb-menu li:before {
  display: none;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter > .block ul li:before {
  display: none;
}

.social_share_inner > ul {
  margin: 0 !important;
}

.social_share_inner > ul li:before {
  display: none;
}

.social_share_inner ul li:before {
  display: none !important;
}

.system_page_layout:not(.cm_search_result_page):not(.cm_404_page) {
  padding: 100px 0 0;
}

.hs-landing-page .landing-banner {
  padding-top: 100px;
}

.related-content-col .meta_wrap {
  font-size: 15px !important;
}

/* media queries */

@media (min-width: 20em){
  [data-o-spacing~="XS:s8:pt"] {
    padding-top: 32px;
  }

  [data-o-spacing~="XS:s8:pb"] {
    padding-bottom: 32px;
  }
}

@media (min-width: 30.625em){
  .article__header-link {
    -ms-flex-preferred-size: 16.6666666667%;
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  /*   .case-studies-banner .top_sec {
  margin-top: 96px;
} */

  /*   .case-studies-banner .btn_row {
  margin-bottom: 72px;
} */

  .case-studies-banner .top_sec br {
    display: none;
  }

  /*   .case-studies-banner .page-center {
  padding-right: 0;
  padding-left: 10px;
} */

  .case-studies-banner .flex_row {
    margin: 0;
  }

  .case-studies-banner .btn_item a {
    padding: 11px 20px !important;
  }

  [data-o-spacing~="S:s8:pt"] {
    padding-top: 32px;
  }

  [data-o-grid-colspan~=Shide] {
    display: none;
  }

  [data-o-spacing~="S:s8:pb"] {
    padding-bottom: 32px;
  }

  .c-articles__feed-item {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  [data-o-grid-colspan~=S12] {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .article__header-text {
    -ms-flex-preferred-size: 91.6666666667%;
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .article__sidebar {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .article__content {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .article__suggestions {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .article__share-content {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 46.25em){

  .c-articles__feed-item .o-teaser__standfirst {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .c-content-filter .o-expander {
    display: none;
  }

  .custom-slider .splide .splide__pagination {
    padding-left: 0px;
  }

  .custom-slider .splide__list>.splide__slide blockquote:before {
    border-width: 19px;
    height: 150px;
    width: 150px;
  }

  .custom-slider .splide__list>.splide__slide blockquote p {
    font-size: 34px;
    line-height: 1.09;
  }

  .custom-slider .splide__list>.splide__slide blockquote cite {
    padding-top: 35px;
  }

  .custom-slider .splide__list>.splide__slide blockquote {
    min-height: 98px;
    padding-left: 58px;
    padding-top: 51px;
  }

  .custom-slider.cm-margin .splide .splide__track {
    padding-left: 0!important;
    margin-bottom: 124px !important;
    margin-top: 70px !important;
  }

  .custom-slider.testimonials_sliderv2 .bottom_row {
    margin-left: 0px;
    padding-left: 0px;
  }

  .custom-slider .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-pane.bottom-pane-wrapper .form_wrapper {
    margin-bottom: 72px;
  }

  .post-pane.bottom-pane-wrapper .bottom_image {
    margin-top: 72px;
  }

  .case-studies-banner .flex_row .col12 {
    padding-left: 20px;
  }

  .case-studies-banner .flex_row {
    margin-left: -20px;
  }

  /*   .case-studies-banner .page-center {
  padding-left: 20px;
  padding-right: 20px;
} */

  [data-o-spacing~="M:m16:pt"] {
    padding-top: 64px;
  }

  [data-o-spacing~="M:m16:pb"] {
    padding-bottom: 64px;
  }

  [data-o-grid-colspan] {
    padding-left: 20px;
  }

  .o-grid-row {
    margin-left: -20px;
  }

  .o-teaser__heading {
    font-size: 26px;
    line-height: 1;
  }

  .o-teaser__meta {
    font-size: 16px;
    line-height: 1;
  }

  .c-articles__feed-item .o-teaser,
  .c-articles__feed-item .o-teaser__content,
  .c-articles__feed-item .o-teaser__content-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-articles__feed-item {
    padding-left: 20px;
  }

  .c-articles__feed-item {
    -ms-flex-preferred-size: 50%;
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .c-content-filter__search-select {
    display: -ms-flexbox;
    display: flex;
  }

  .c-articles__feed-row {
    margin-left: -20px;
  }

  .c-articles__feed-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-post .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  [data-o-grid-colspan] {
    padding-left: 20px;
  }

  [data-o-grid-colspan~=M12] {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .c-blog__filters-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-layout__row {
    margin-left: -20px;
  }

  .article__share-row {
    margin-left: -20px;
  }

  .custom-post .article__body blockquote:before {
    border-width: 19px;
    height: 150px;
    width: 150px;
  }

  .article__share-content {
    padding-left: 20px;
  }

  .article__footer__content a {
    font-size: 18px;
    line-height: 1.12;
  }

  .custom-post .article__body blockquote cite {
    padding-top: 35px;
  }

  .custom-post .article__body blockquote p {
    font-size: 34px;
    line-height: 1.09;
  }

  .article__footer__content p {
    font-size: 18px;
    line-height: 1.12;
  }

  .article__footer__row {
    margin-left: -20px;
  }

  .article__suggestions ul li {
    font-size: 22px;
    line-height: 1;
  }

  .article__suggestions {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .article__suggestions {
    padding-left: 20px;
  }

  .article__content {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .article__content {
    padding-left: 20px;
  }

  .article__sidebar {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .article__sidebar {
    padding-left: 20px;
  }

  .article__row {
    margin-left: -20px;
  }

  .article__header-row {
    margin-left: -20px;
  }

  .article__header-link{
    padding-left: 20px;
  }

  .article__header-text h1 {
    font-size: 40px;
    line-height: 1;
  }

  .article__header-link {
    -ms-flex-preferred-size: 8.3333333333%;
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .article__header-text{
    padding-left: 20px;
    -ms-flex-preferred-size: 66.6666666667%;
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .article__header-text p {
    font-size: 18px;
    line-height: 1;
  }

  .article__suggestions h2 {
    font-size: 32px;
    line-height: 1;
  }

  .custom-post .article__body blockquote {
    min-height: 98px;
    padding-left: 58px;
    padding-top: 51px;
  }



}

@media (min-width: 61.25em){

  .custom-slider .splide .splide__track {
    margin-top: 72px;
    margin-bottom: 124px;
  }

  .c-articles__feed-item {
    -ms-flex-preferred-size: 33.3333333333%;
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-left: 40px;
  }

  .post-pane.bottom-pane-wrapper .form_wrapper {
    margin-bottom: 72px;
  }

  .post-pane.bottom-pane-wrapper .bottom_image {
    margin-top: 72px;
  }

  /*   .case-studies-banner .top_sec {
  margin-top: 224px;
} */

  /*   .case-studies-banner .btn_row {
  margin-bottom: 192px;
} */

  .case-studies-banner .top_sec br {
    display: none;
  }

  .blog-pagination .o-buttons-pagination, 
  .c-articles .o-buttons-pagination-spacer {
    margin-top: -45px;
  }

  [data-o-grid-colspan~=L12] {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .o-teaser__heading {
    font-size: 26px;
    line-height: 1;
  }

  .c-articles__feed-item.big .o-teaser__heading {
    font-size: 38px;
    width: 100%;
  }

  .o-teaser__meta {
    font-size: 16px;
    line-height: 1;
  }

  .c-articles__feed-item.big .o-teaser__content-bottom {
    padding-right: 30px;
    padding-top: 30px;
  }

  .c-articles__feed-item.big:not(.c-article__post-item--noimage) .o-teaser__content-bottom {
    padding-left: calc(36.2% + 30px);
  }

  .c-articles__feed-item.big .o-teaser__image-placeholder {
    height: 100%;
    padding-bottom: 0;
  }

  .c-articles__feed-item.big .o-teaser__image-container a {
    height: 100%;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 36.2%;
  }

  .c-articles__feed-item.big .o-teaser__content {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
  }

  .o-teaser--article {
    margin-bottom: 40px;
  }

  .article__header-link {
    -ms-flex-preferred-size: 8.3333333333%;
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .c-articles__feed-row {
    margin-left: -40px;
  }

  [data-o-grid-colspan~=L12] {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .c-articles__feed-item.big {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    min-height: 474px;
    min-width: 66.66667%;
  }

  .article__share {
    display: none;
  }

  .article__footer__content a {
    font-size: 18px;
    line-height: 1.12;
  }

  .article__footer__content p {
    font-size: 18px;
    line-height: 1.12;
  }

  .article__suggestions ul li {
    font-size: 22px;
    line-height: 1;
  }

  .article__suggestions h2 {
    font-size: 32px;
    line-height: 1;
  }

  .article__suggestions {
    margin-top: 9px;
  }

  .article__suggestions {
    -ms-flex-preferred-size: 33.3333333333%;
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .article__content {
    -ms-flex-preferred-size: 58.3333333333%;
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .article__content {
    padding-bottom: 66px;
  }

  .article__sidebar {
    -ms-flex-preferred-size: 8.3333333333%;
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    margin-top: -2px;
  }

  .article__header-text {
    -ms-flex-preferred-size: 66.6666666667%;
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .article__header-text p {
    font-size: 18px;
    line-height: 1;
  }

  .article__header-text h1 {
    font-size: 40px;
    line-height: 1;
    max-width: 601px;
  }
}

@media (min-width: 76.25em){
  .article__suggestions {
    -ms-flex-preferred-size: 25%;
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .custom-slider .splide .splide__track {
    margin-bottom: 124px;
    margin-top: 72px;
  }

  .post-pane.bottom-pane-wrapper .form_wrapper {
    margin-bottom: 96px;
  }

  .post-pane.bottom-pane-wrapper .bottom_image {
    margin-top: 96px;
  }

  .case-studies-banner .top_sec br {
    display: inline;
  }

  /*   .case-studies-banner .top_sec {
  margin-top: 224px;
} */

  /*   .case-studies-banner .text_left .btn_row {
  margin-bottom: 192px;
} */

  [data-o-grid-colspan~=XL12] {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .article__suggestions {
    left: 8.3333333333%;
    right: auto;
  }
}

@media (min-width: 46.25em){
  .article__header-link {
    left: -12px;
    top: -5px;
  }

  [data-o-grid-colspan~=M12] {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .article__share-content {
    -ms-flex-preferred-size: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .c-articles__feed-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


@media (min-width: 1220px){
  .custom-post .article__body figure {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .custom-post .author-image figure {
    display: block;
    max-width: 200px;
    margin-left: 0;
    margin-right: auto;
  }

  .case-studies-banner .bg_el {
    display: block;
  }
}

@media (min-width: 980px) and (max-width: 1219px){
  .custom-post .article__body figure,
  .custom-post .author-image figure {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .case-studies-banner .bg_el {
    display: block;
  }
}

@media (min-width: 740px) and (max-width: 979px){
  .custom-post .article__body figure,
  .custom-post .author-image figure {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .case-studies-banner .bg_el {
    display: block;
  }

  /*   .case-studies-banner .top_sec {
  margin-top: 224px;
} */

  /*   .case-studies-banner .btn_row {
  margin-bottom: 192px;
} */

  .case-studies-banner .top_sec br {
    display: none;
  }
}

@media (min-width: 61.25em) and (max-width: 76.24em){
  .article__suggestions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 80px;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em){
  .article__inner {
    padding-top: 0;
  }

  .article__share {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 120px;
    padding-bottom: 48px;
    padding-top: 32px;
  }

  .article__body {
    padding-right: 40px;
  }

  .article__header-text {
    flex-basis: 90.66667%;
    margin-left: 8.3333333333%;
    min-width: 90.66667%;
  }

  .o-teaser__image-placeholder {
    padding-bottom: 55.7%;
  }
}

@media (max-width: 61.24em){
  .article__sidebar{
    display: none;
  }

  .article__suggestions ul li:last-of-type {
    border: 0;
  }

  .article__header {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    justify-content: space-between;
  }
}

@media (max-width: 46.24em){

  .article__suggestions article {
    max-width: 100%;
  }

  .c-content-filter__right {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .o-teaser--article .o-teaser__image-placeholder {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 195px;
    padding-bottom: 46.7%;
  }

  .c-articles__feed-item .o-teaser {
    margin-bottom: 10px;
  }

  .custom-post .post-banner-inner {
    min-height: 230px;
  }

  .article__header-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article__header-link {
    left: -13px;
    margin-bottom: 24px;
  }

  .article__header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 44px;
    padding-top: 16px;
  }

  .article__header-link a.desktop {
    display: none;
  }

  .article__header-link a.mobile {
    display: block;
    min-width: 40px;
    max-width: 40px;
    min-height: 28px;
  }

  .article__header-text p {
    margin-bottom: 16px;
  }

  .article__inner {
    padding: 0 0 10px;
  }

  .article__share {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 18px;
    padding-top: 25px;
  }

  .article__share ul .o-share__icon,
  .article__share ul .o-share__icon:after,
  .article__share ul .o-share__icon:before {
    height: 26px;
    width: 26px;
  }

  .o-share .o-share__icon:after {
    left: 0;
    top: 0;
  }

  .o-share .o-share__icon:before {
    background-size: 28px 28px;
  }

  .article__share ul .o-share__action,
  .article__share ul .o-share__action-download {
    height: 26px;
    width: 26px;
  }

  .o-share__action {
    margin-right: 1px;
  }

  .article__share-content {
    max-height: 29px;
  }

  .article__share ul .o-share__icon {
    height: 28px;
    width: 28px;
  }

  .custom-post .article__body blockquote:before {
    width: 100px;
    height: 100px;
  }

  .custom-post .article__body h4 {
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .custom-post .article__body h4 {
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .custom-post .article__body hr {
    margin-bottom: 32px;
    margin-top: 32px;
  }

  .custom-post .author-section h4 {
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .article__content {
    margin-bottom: 55px;
    padding-bottom: 0;
  }

  .article__footer {
    margin-bottom: 34px;
  }

  .c-content-filter__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0 16px;
  }

  .c-content-filter__search .o-forms {
    margin-bottom: 16px;
    min-width: 100%;
  }

  .c-content-filter__search form {
    max-width: 100%;
  }

  [data-o-grid-colspan~=Shide] {
    display: block;
  }

  .blog-pagination .o-buttons-pagination {
    margin-top: -20px;
  }

  .blog-pagination a {
    min-width: 24px;
    min-height: 28px !important;
    padding: 6px 8px;
    font-size: 14px;
    border-color: #2765a3!important;
    color: #2765a3;
  }

  .blog-pagination a.next-link,.blog-pagination a.prev-link {
    background-size: 21px 21px;
  }
}

@media (max-width: 30.615em){
  .c-content-filter__search .o-forms {
    max-width: 100%;
  }

  .c-content-filter {
    width: 100%;
  }
}

@media (min-width: 490px) and (max-width: 739px){
  .custom-post .article__body figure {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  /*   .case-studies-banner .bg_el.overlay_bg {
  display: block;
  content: "0.6";
  opacity: 0.6;
  background: none;
  background-color: #000000;
  background-color: #000000 !important;
} */
}

@media (min-width: 46.25em) and (max-width: 61.24em){
  .c-content-filter__search-select .o-forms {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .article__content {
    padding-bottom: 66px;
  }

  .c-content-filter__search-select .o-forms:first-of-type {
    min-width: 200px;
  }

  .c-content-filter__search-select .o-forms:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 739px){
  .post-pane.bottom-pane-wrapper .heading p {
    margin-bottom: 24px;
  }

  .post-pane.bottom-pane-wrapper .heading h2 {
    margin-bottom: 16px;
  }

  .custom-slider .splide .splide__track {
    margin-top: 47px;
    margin-bottom: 89px;
  }

  .custom-slider .splide__list>.splide__slide blockquote {
    padding-left: 32px;
    padding-top: 29px;
    padding-right: 20px;
  }

  .custom-slider.testimonials_sliderv2.img_al_right .left_col {
    padding-left: 10px;
  }

  .custom-slider.cm-margin .splide .splide__pagination {
    margin-bottom: 44px;
    padding-left: 0px;
  }
}

@media (max-width: 489px){
  /*   .case-studies-banner .bg_el {
  display: block;
  content: "0.6";
  opacity: 0.6;
  background-color: #000;
  background-color: #000 !important;
} */

  .custom-slider.cm-margin .splide .splide__pagination {
    margin-bottom: 44px!important;
    padding-left: 10px;
  }

  .custom-slider .splide__list>.splide__slide blockquote{
    padding-right: 0;
  }

  .custom-post .article__body figure {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  /*   .case-studies-banner .page-center {
  padding-left: 10px;
} */

  .case-studies-banner .flex_row {
    margin: 0;
  }

  /*   .case-studies-banner .top_sec {
  margin-top: 96px;
} */

  .case-studies-banner .top_sec br {
    display: none;
  }

  /*   .case-studies-banner .btn_row {
  margin-bottom: 72px;
} */

  .case-studies-banner .btn_item a {
    padding: 11px 20px;
  }

  .post-pane.bottom-pane-wrapper .heading p br:nth-child(2) {
    display: none;
  }

  .post-pane.bottom-pane-wrapper .heading p br:last-child,
  .post-pane.bottom-pane-wrapper .heading p br:first-child {
    display: inline;
  }
}

.simple-banner.cm-adv-video-banner {
  min-height: auto;
}
.simple-banner.cm-adv-video-banner .bg_el.overlay_bg{
  background: linear-gradient(45deg,#000,transparent);
}
.simple-banner.cm-adv-video-banner .banner-content-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.simple-banner.cm-twocolumn-sec h2 {
  margin-bottom: 32px;
}

.member-profiles-wp .o-overlay__close {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_cross.svg);
}


.bottom-pane-wrapper .form_wrapper form {
  margin-bottom: 0;
}

.landing-banner.cm-banner-with-from .bg_el.bg_img {
  width: 50%;
  left: auto;
  right: 0;
}
.landing-banner.cm-banner-with-from.form_position_left .landing-banner-row.flex_row {
  flex-direction: unset;
}
.landing-banner.cm-banner-with-from .right-content .form-section {
  padding: 0 32px 0 10px;
  max-width: 100%;
}
.landing-banner.cm-banner-with-from h5 {
  margin-bottom: 24px;
}
.landing-banner.cm-banner-with-from .form-row .hs-form-field>label {
  margin: 0;
}
.landing-banner.cm-banner-with-from form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin: auto auto auto 0;
  max-width: 450px;
}
.landing-banner.cm-banner-with-from form .hs_email {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 0 10px 0 0;
  max-height: 40px;
}
.landing-banner.cm-banner-with-from form .hs_submit.hs-submit {
  margin: 0;
  width: auto;
}
.landing-banner.cm-banner-with-from form .hs-form-field input {
  padding: 8px;
}

.landing-banner.cm-banner-with-from  .form-top {
  margin-bottom: 32px;
}
.landing-banner.cm-banner-with-from form .hs_error_rollup {
  order: 4;
  width: 100%;
  padding-top: 30px;
}

.cm-adv-logo.logo_slider .logos_row.flex_row {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.cm-adv-logo.logo_slider .flex_row .logo_item  {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 40px;
  padding-left: 40px;
}

.cm-adv-logo.logo_slider .flex_row .logo_item:first-child {
  padding-left: 0;
}

.two-col-content.cm-text-with-img .content-col .description {
  margin-bottom: 0;
}
.body-container-wrapper .two-col-content.cm-text-with-img ul {
  margin-bottom: 0;
}
.two-col-content.cm-text-with-img.left .content-col {
  padding-left: 20px;
}
.two-col-content.cm-text-with-img .content-col h3 {
  margin-bottom: 32px;
}
.two-col-content.cm-text-with-img .content-col h4 {
  margin-top: 48px;
}
.two-col-content.cm-text-with-img .media_column.img-col.col6 {
  padding-left:calc(8.3333333333% + 9px);
  padding-right: 20px;
}

.cm_team_wrp.cm-adv-team .cm_team_card_inner {
  min-height: 98px;
  padding-top: 51px;
  position: relative;
  max-width: 470px;
}
.cm_team_wrp.cm-adv-team .cm_team_cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  z-index: 2;
  padding-left: 58px;
}
.cm_team_wrp.cm-adv-team .cm_team_text {
  margin-bottom: 35px;
  order: 1;
}
.cm_team_wrp.cm-adv-team .cm_team_cont h3 {
  order: 2;
}
.cm_team_wrp.cm-adv-team .cm_team_text .cm_team_text_innner p {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.09;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
}
.cm_team_wrp.cm-adv-team .cm_team_card_inner:after {
  border-bottom: 0;
  border-right: 0;
  border-width: 19px 19px 12px;
  border-left: 19px solid #fff;
  border-top: 19px solid;
  border-color: #fff;
  content: "";
  display: block;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

.cm_team_wrp.cm-adv-team .cm_team_cont p {
  font-size: 16px;
  margin: 0;
  order: 3;
  width: 100%;
  color: #fff;
}
.cm_team_wrp.cm-adv-team .cm_team_cont h3 {
  order: 2;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}


.cm-b2b-strategy-video.ftstrategies-video_sec .youtube_embed {
  float: right;
  margin-left: 0;
  margin-right: 9px;
  width: calc(100% - 110px);
}


.cm_team_wrp.cm-adv-team .hs-sec-btn {
  padding: 11px 20px;
}
.cm_team_wrp.cm-adv-team .btn_row {
  padding-top: 25px;
}

.bottom-pane-wrapper .form_wrapper form {
  margin-bottom: 0;
}

ul.no-list.hs-error-msgs.inputs-list li:before {display: none;}

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  color: #c00;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  position: relative;
}

.testimonials_slider.cm-adv-testimonial .testmn_inner {
  padding: 0;
  box-shadow: none;
}
.testimonials_slider.cm-adv-testimonial {
  padding-top: 0;
  padding-bottom: 0;
}
.testimonials_slider.cm-adv-testimonial .testmn_row.flex_row:after {
  border-bottom: 0;
  border-right: 0;
  border-width: 19px 19px 12px;
  border-left: 19px solid #fff;
  border-top: 19px solid;
  border-color: #fff;
  content: "";
  display: block;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}
.testimonials_slider.cm-adv-testimonial .testmn_row.flex_row {
  max-width: 470px;
  min-height: 98px;
  padding-left: 48px;
  padding-top: 51px;
  position: relative;
}
.testimonials_slider.cm-adv-testimonial .card_quote p {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.testimonials_slider.cm-adv-testimonial .card_content.fullauth h4 {

  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.testimonials_slider.cm-adv-testimonial .card_content.fullauth h4 + span {
  font-size: 16px;
}

.testimonials_slider.cm-adv-testimonial .slider_btn_footer .btn_row {
  margin: 20px 0 0;
  padding: 25px 0 0;
  justify-content: flex-start;
}

.testimonials_slider.cm-adv-testimonial .slider_btn_footer .btn_row a {
  padding: 11px 20px;
}

.testimonials_slider.cm-adv-testimonial .card_quote {
  margin-bottom: 36px;
}

.testimonials_slider.cm-adv-testimonial .slider_btn_footer {
  padding-left: 0;
  padding-right: 0;
}

.cm_nv_wrp.cm-body-nav .btn_row {
  padding-top: 0;
}
.cm_nv_wrp.cm-body-nav .btn_item a {
  border: 0;
  font-size: 20px;
  line-height: 1;
  padding: 16px 22px 18px;
  font-weight: 600;
  margin: 3px;
}

.cm-social-wall-banner.simple-banner .flex_row .banner-content-inner .btn_row {
  margin-top: 32px;
  padding-top: 0;
}
.cm_nv_wrp.cm-body-nav .cm_nv_inner .btn_row {
  column-gap: 0;
}

.cm_nv_wrp.cm-body-nav .cm_nv_inner .btn_row {
  column-gap: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cm_nv_wrp.cm-body-nav .btn_row {
  padding-top: 0;
}
.cm_nv_wrp.cm-body-nav .btn_item a {
  border: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 3px 4.5px 3px 3px;
  padding: 16px 22px 18px;
}
.cm_nv_wrp.cm-body-nav .btn_item.active1 {
  background-color: #fff1e5;
}
.cm_nv_wrp.cm-body-nav .btn_item.active1 a{
  color: #262a33;
}
.social-wall-gp .social-wall-footer-icon {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ftsocial-v2_linkedin.svg);
}

.custom-button-gp .hs-button {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-right.svg);
  background-size: 40px 40px;
  padding-left: 40px;
  background-position: 3px;
  background-repeat: no-repeat;
}

.simple-banner.fin_ai-newsletter {
  padding: 0;
  min-height: 400px;
}

.simple-banner.cm-enquiry-banner h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 24px;
}

.blog-feed.cm-add-feed .page-center {
  padding-left: 10px;
  padding-right: 10px;
}

.cm-add-btn.cm_nv_wrp  .btn_row {
  padding-top: 0;
}
.cm-add-btn.cm_nv_wrp .hs-button {
  font-size: 16px;
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
  background: transparent;
  border-color: #2765a3;
  color: #2765a3;
}

.blog-feed.cm-add-feed .recent-post-item .post-btm {
  background: #2765a3;
  padding: 0 24px 70px;
}
.blog-feed.cm-add-feed .recent-post-item .post-btm * {
  color: #fff;
}
.blog-feed.cm-add-feed .recent-post-item .read-more a {
  border: 0;
  padding: 0!important;
  position: relative;
}
.blog-feed.cm-add-feed .recent-post-item .read-more a:after {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_arrow-right.svg);
  background-position: center right -6px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: -1px;
  width: 18px;
}
.blog-feed.cm-add-feed .recent-post-item .recent-post-title {
  margin-bottom: 16px;
}
.blog-feed.cm-add-feed .recent-post-item .recent-post-title a:hover,
.blog-feed.cm-add-feed .tags_wrap a:hover{
  opacity: 0.8;
}
.blog-feed.cm-add-feed .recent-post-item .read-more {
  padding-top: 28px;
}

.blog-feed.cm-add-feed .tags_wrap:after{
  display:none;
}

.blog-feed.cm-add-feed .tags_wrap span {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.blog-feed.cm-add-feed .tags_wrap {
  background: #2765a3;
  width: 100%;
  padding: 21px 24px 14px;
}
.blog-feed.cm-add-feed .meta_wrap {
  margin: 0;
}
.blog-feed.cm-add-feed .recent-post-item {
  padding: 0 20px;
}
.blog-feed.cm-add-feed .feed-outer-wrp {
  margin: 0 -20px;
}
.blog-feed.cm-add-feed .page-center {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-feed.cm-add-feed .recent-post-item .item_inner {
  width: 100%;
  background: #2765a3;
}
.blog-feed.cm-add-feed .recent-post-item .read-more a:hover {
  background: transparent;
  opacity: 0.8;
}
.blog-feed.cm-add-feed .recent-post-item .read-more {
  padding-top: 28px;
  position: absolute;
  bottom: 17px;
}
.cm-add-btn.cm_nv_wrp .hs-button:hover {
  background-color: #ecf5ff;
  border-color: #2765a3;
  color: #2765a3;
}

.blog-feed.cm-add-feed .recent-post-item .item_inner {
  width: 100%;
  background: #2765a3;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.testimonials_slider.cm-adv-testimonial .page-center {
  padding-left: 10px;
}

.revenue_count.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt .col-btn-grp {
  margin-left: 0;
} 

@media(max-width:980px){
  .simple-banner.cm-adv-video-banner br {
    display: none;
  }
  .cm_team_wrp.cm-adv-team .cm_team_card_inner {
    max-width: 100%;
  }
  .cm-b2b-strategy-video.video_sec.ftstrategies-video_sec .youtube_embed.youtube_embed {
    margin-left: auto;
    width: 90%;
  }
  .cm_nv_wrp.cm-body-nav .cm_nv_inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .cm_nv_wrp.cm-body-nav .cm_nv_inner .btn_row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cm_nv_wrp.cm-body-nav .btn_item a {
    white-space: nowrap;
  }
}

@media(max-width:767px){
  .simple-banner.cm-adv-video-banner h1 {
    font-size: 32px;
    line-height: 1;
  }
  .simple-banner.cm-adv-video-banner .banner-content-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .simple-banner.cm-adv-video-banner .btn_item a {
    padding: 11px 20px;
  }
  .simple-banner.cm-twocolumn-sec.cm_banner .img_wrap.col12 {
    margin-top: 32px;
  }

  .youtube_embed--addplaybutton:after {
    background-size: 15px 28px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
  }

  .landing-banner.cm-banner-with-from .form-section {
    padding: 0 !important;
  }
  .landing-banner.cm-banner-with-from form {
    max-width: 100%;
  }
  .landing-banner.cm-banner-with-from form .hs_email {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .landing-banner.cm-banner-with-from {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .landing-banner.cm-banner-with-from form {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .landing-banner.cm-banner-with-from form .hs-button, 
  .landing-banner.cm-banner-with-from form input.hs-button {
    width: 100%;
  }
  .landing-banner.cm-banner-with-from .bg_el.bg_img {
    margin-top: 0;
    padding-bottom: 49.4%;
    position: static;
    width: 100%;
  }

  .cm_team_wrp.cm-adv-team .cm_team_text .cm_team_text_innner p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
  }
  .testimonials_slider.cm-adv-testimonial .testmn_row.flex_row:after{
    border-width: 19px 19px 12px;
    border-left: 12px solid #fff;
    border-top: 12px solid #fff;
    height: 88px;
    width: 88px;
  }
  .video_sec.ftstrategies-video_sec .youtube_embed {
    margin: 0 auto;
    width: 100%;
  }
  .video_sec.ftstrategies-video_sec .youtube_embed {
    margin-top: 40px;
  }
  .two-col-content.cm-text-with-img.left .content-col {
    padding-left: 10px;
  }
  .two-col-content.cm-text-with-img .content-col h3 {
    margin-bottom: 24px;
  }
  .two-col-content.cm-text-with-img .content-col h4 {
    margin-top: 35px;
  }
  .two-col-content.cm-text-with-img .media_column.img-col.col6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm-adv-logo.logo_slider .flex_row .logo_item {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .cm_team_wrp.cm-adv-team .cm_team_card_inner {
    min-height: 70px;
    padding-left: 32px;
    padding-top: 29px;
  }
  .cm_team_wrp.cm-adv-team .cm_team_cont {
    padding-left: 0;
  }
  .video_sec.ftstrategies-video_sec .youtube_embed {
    margin: 40px auto 0 !important;
    width: 100% !important;
  }
  .cm_team_wrp.cm-adv-team .cm_team_card {
    padding-left: 0;
    padding-right: 0;
  }
  .youtube_embed--addplaybutton:after {
    background-size: 15px 28px !important;
    height: 48px !important;
    min-height: 48px !important;
    min-width: 48px !important;
    width: 48px !important;
  }
  .landing-banner.cm-banner-with-from .form-top {
    margin-top: 32px;
  }
  .landing-banner.cm-banner-with-from h5 {
    margin-bottom: 16px;
  }
  .landing-banner.cm-banner-with-from form .hs-button, 
  .landing-banner.cm-banner-with-from form input.hs-button {
    width: 100% !important;
  }
  .landing-banner.cm-banner-with-from.form_position_left .landing-banner-row.flex_row {
    flex-direction: unset;
    padding-bottom: 32px;
  }
  .landing-banner.cm-banner-with-from .bg_el.bg_img {
    background-position: bottom center !important;
  }
  .testimonials_slider.cm-adv-testimonial .card_quote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
  }
  .testimonials_slider.cm-adv-testimonial .testmn_row.flex_row {
    max-width: 100%;
  }
  .testimonials_slider.cm-adv-testimonial .testmn_row.flex_row {
    min-height: 70px;
    padding-left: 32px;
    padding-top: 29px;
  }
  .testimonials_slider.cm-adv-testimonial .card_quote {
    margin-bottom: 20px;
  }
  .cm_nv_wrp.cm-body-nav .cm_nv_inner .btn_row {
    padding-left: 0;
    padding-right: 0;
  }
  .cm_nv_wrp.cm-body-nav .cm_nv_inner {
    display: flex;
    overflow-x: auto;
  }
  .cm_nv_wrp.cm-body-nav .cm_nv_inner {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .cm_nv_wrp.cm-body-nav .cm_nv_inner .btn_row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cm_nv_wrp.cm-body-nav .btn_item a {
    white-space: nowrap;
  }
  .fin_ai-newsletter.simple-banner {
    min-height: 400px;
  }
  .ai-newsletter_banner.cm_banner .img_wrap.col12 {
    margin-top: 32px;
  }
  .simple-banner.cm_banner.ai-newsletter_banner .img_wrap.col12 {
    margin-top: 32px;
    padding-top: 0;
  }
  .blog-feed.cm-add-feed .feed-outer-wrp {
    margin: 0;
  }
  .blog-feed.cm-add-feed .recent-post-item {
    padding: 0 10px;
  }
  .blog-feed.cm-add-feed .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .cm_nv_wrp.cm-add-btn .cm_nv_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .cm_nv_wrp.cm-add-btn .cm_nv_inner .btn_row {
    justify-content: center !important;
  }
  .website_page .hs_cos_wrapper_type_header h2 {
    text-align: center;
  }
  .testimonials_slider.cm-adv-testimonial .page-center {
    padding-left: 0;
  }
  .simple-banner.cm_banner.ai-newsletter_banner .page-center {
    padding-bottom: 42px;
  }
  .simple-banner.cm_banner .top_sec p:last-child {
    margin-bottom: 32px !important;
  }
  .simple-banner.cm-careers-banner .img_wrap.col12 {
    margin-top: 0 !important;
  }
}

@media(max-width:500px){
  .member-profiles-wp .o-overlay__close {
    background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_cross-white.svg);
  }
}

.simple-banner.cm_banner {
  min-height: auto;
}

.simple-banner.cm_banner .img_wrap.col12 {
  display: block;
  flex-basis: 16.6666666667%;
  width: 16.6666666667%;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 8px;
}


.simple-banner.cm_banner .img_wrap_inner {
  min-width: 112px;
  display: block;
  max-width: 114px;
  margin-left: 0;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.simple-banner.cm_banner .banner-content-inner.col12 {
  -ms-flex-preferred-size: 83.3333333333%;
  display: block;
  flex-basis: 83.3333333333%;
  width: 83.3333333333%;
  padding-left: 20px;
  padding-right: 0;
}


.legal-consent-container .hs-richtext p {
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 24px;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0 !important;
  font-weight: normal;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0 !important;
}

.legal-consent-container .hs-richtext p a {
  color: #2765a3;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
  text-decoration-color: #c4d3e3;
  transition: color .3s ease-in-out,opacity .3s ease-in-out,border .3s ease-in-out;
}

.simple-banner.cm_banner  .top_sec p a{
  color: #ffffff;
  border-bottom-color: #ffffff;
  text-decoration-color: #ffffff;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
}
.contact_page .cnt-mid-sec form .hs-form-field {
  margin-bottom: 24px;
}

.contact_page .cnt-mid-sec form .hs-form-field>label {
  margin-bottom: 12px;
}
.contact_page .cnt-mid-sec form input:not(.hs-button), .contact_page .cnt-mid-sec form textarea {
  padding: 8px;
}
.contact_page hr{
  background: #262a33;
  height: 1px;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}

.landing-banner.cm_banner_form .col6.right-content form .hs-form-field textarea {
  height: 57px;
  min-height: 57px;
}


.landing-banner.cm_banner_form .col6.right-content {
  display: block;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  min-width: 66.6666666667%;
  padding: 0;
  width: 66.6666666667%;
  padding-left: 20px;
}

.landing-banner.cm_banner_form .col6.left-content {
  display: block;
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  width: 25%;
  padding-left: 20px;
  padding-right: 0;
  margin-left: 8.33%;
}
.landing-banner.cm_banner_form  .landing-banner-row{
  align-items:flex-start;
}
.landing-banner.cm_banner_form .col6.right-content .form-section {
  padding: 0;
  max-width: 480px !important;
  backdrop-filter: unset;
}
.landing-banner.cm_banner_form form .hs-form-field input{
  padding:8px;
}
.landing-banner.cm_banner_form .col6.left-content .landing-content {
  width: 100%;
}

.landing-banner.cm_banner_form .form-row .hs-form-field>label {
  display: block;
  font-weight: 600;
  font-family: MetricWeb,sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

.landing-banner.cm_banner_form form .hs-form-field {
  margin-bottom: 24px;
}
.landing-banner.cm_banner_form .col6.right-content form .hs-richtext{
  margin-bottom:0;
}
.landing-banner.cm_banner_form .col6.right-content form .hs-richtext h3 {
  margin-bottom: 32px;
}

.landing-banner.cm_banner_form .col6.left-content .landing-content h3 {
  margin-bottom: 24px;

}
/* .landing-banner.cm_banner_form .col6.left-content .landing-content p{
font-size: 20px;
line-height: 1.3;
margin-bottom: 12px;
} */

.landing-banner.cm_banner_form .col6.left-content  p a {
  text-decoration-color: #a9b7c5;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
}

.landing-banner .form-row.hs-secondary .hs-button, .landing-banner .form-row.hs-secondary input.hs-button {
  background-color: #2765a3;
  border-color: transparent;
  color: #fff;
  background-size: 40px 40px;
  font-family: MetricWeb,sans-serif;
  font-size: 16px;
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
  width: auto;
}

.landing-banner .form-row.hs-secondary .hs-button:hover,
.landing-banner .form-row.hs-secondary input.hs-button:hover {
  background-color: #1c4c7c;
  border-color: transparent;
  outline:none;
}

.landing-banner .form-row.hs-secondary .hs-button:focus-visible,
.landing-banner .form-row.hs-secondary input.hs-button:focus-visible {
  outline: unset;
  border: none;
}
.landing-banner .form-row.hs-secondary .hs-button:focus,
.landing-banner .form-row.hs-secondary input.hs-button:focus{
  background-color: #2765a3;
  background-size: 40px 40px;
  border-color: transparent;
  outline:none;
  box-shadow:none;
}
/* .hs-input.invalid.error {
border-color: #00994d;
color: #00994d;
} */
.two-col-content.cm_cookies .flex_row.flex_top {
  margin-left: -20px;
}

.two-col-content.cm_cookies .content-col.col6 {
  padding-right: 0;
}

.two-col-content.cm_cookies .media_column.img-col.col6 {
  padding-right: 0;
}
.two-col-content.cm_cookies .content_box {
  margin-top: 0;
}
.two-col-content.cm_cookies .content_box h2 {
  margin-bottom: 32px;
}

.two-col-content.cm_cookies .content_box p {
  margin-bottom: 8px;
}
.two-col-content.cm_two_col .content-col .description {
  margin-bottom: 0;
}


.two-col-content.cm_two_col .right_column_btn .btn_row {
  padding-right: 55.5px;
  padding-top: 10px;
}
.two-col-content.cm_cookies .content_box ul {
  list-style: none;
  margin: 0 0 32px;
  padding-left: 0;
}

.two-col-content.cm_cookies .content_box ul li {
  color: #262a33;
  font-family: MetricWeb,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative;
}

.two-col-content.cm_cookies .content_box ul li:before {
  background-color: #2765a3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}

.two-col-content.cm_cookies .content_box ul li a {
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
  color: #2765a3;
  cursor: pointer;
  text-decoration-color: #d4d5d8;
}
.two-col-content.cm_cookies .content_box ul li a:hover {
  border-bottom-color: #a9b9cb;
  color: #1c4c7c;
  -webkit-text-decoration-color: #a9b9cb;
  text-decoration-color: #a9b9cb;
}
.cnt-wit-tp-img-wrp.cm_top_image .cnt-col.col6 {
  padding-left: 0;
  padding-right: 0;
}

.cnt-wit-tp-img-wrp.cm_top_image  .tp-img-cnt {
  min-height: 81px;
  padding-left: 76px;
  padding-top: 68px;
  display: block;
  margin: 0;
  position: relative;
}

.cnt-wit-tp-img-wrp.cm_top_image  .tp-img-cnt:before {
  border-width: 19px;
  height: 150px;
  width: 150px;
  left: 0;
  position: absolute;
  top: 0;
  border: 19px solid #fff;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
}
.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt h2 {
  line-height: 1.1;
  margin-bottom: 0;
  font-size:48px;
}

.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt p {
  padding-top: 34px;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 600;
  line-height: 1.125;
}

.cm_team_wrp.cm_team .page-center {
  padding-left: 20px;
  padding-right: 20px;
}

.cm_team_wrp.cm_team .cm_team_row.flex_row {
  margin-left: -20px;
}

.cm_team_wrp.cm_team .cm_team_card.col3 {
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  padding-left: 20px;
  padding-right: 0;
}

.cm_team_wrp.cm_team .cm_team_card .cm_team_image svg {
  display: none;
}

.cm_team_wrp.cm_team .cm_team_card .cm_team_image {
  min-height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0 ;
}

.cm_team_wrp.cm_team  .cm_team_image img {
  object-position: center;
  max-width: 100% !important;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.cm_team_wrp.cm_team .cm_team_cont {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
  margin-top: 14px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  width: 100%;
}

.cm_team_wrp.cm_team .cm_team_card_inner {
  background: #262a33;
}
.cm_team_wrp.cm_team 
.btn_row {
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  display: block;
}

.cm_team_wrp.cm_team .btn_row .btn_item {
  width: 100%;
}

.cm_team_wrp.cm_team .btn_row .btn_item a {
  width: 100%;
  padding: 18px 8px;
  display: inline-block;
  background-size: 21px 21px;
  vertical-align: middle;
  min-width: 60px;
  -ms-flex-positive: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-clip: border-box;
}

.cm_team_wrp.cm_team .cm_team_cont h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.cm_team_wrp.cm_team .cm_team_cont p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}


.simple-banner.cm_bnr .top_sec p:last-child {
  margin-bottom: 48px;
}

.simple-banner.cm_bnr .banner-content-inner .btn_row {
  padding-top: 0;
  margin-top: 0;
  row-gap: 0;
}

.simple-banner.cm_bnr .banner-content-inner .btn_item a {
  position: relative;
  padding-left: 10px;
}

.simple-banner.cm_bnr .banner-content-inner .btn_item a:before {
  content: "";
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-right.svg);
  padding-left: 30px;
  background-size: 40px;
  background-position: -7px;
  background-repeat: no-repeat;
}

.two-col-content.cm_two_col .page-center {
  padding-left: 20px;
  padding-right: 20px;
}

.two-col-content.cm_two_col .flex_row {
  margin-left: -20px;
}



.cnt-wit-tp-img-wrp.top_image_content .page-center {
  padding-left: 20px;
  padding-right: 20px;
}


.cnt-wit-tp-img-wrp.top_image_content .top_sec {
  text-align: left;
  margin-bottom: 32px;
  margin-top: 72px;
  padding-left: 0;
  padding-right: 0;
}

.cnt-wit-tp-img-wrp.top_image_content .top_sec .content_widget.col8 {
  padding-left: 48px;
}
.cnt-wit-tp-img-wrp.top_image_content .top_sec h2.title {
  color: #fff;
}
.cnt-wit-tp-img-wrp.top_image_content .bottom_row {
  padding: 48px;
}


.cnt-wit-tp-img-wrp.top_image_content .flex-row.flex_row {
  /* 	margin-bottom: -40px; */
  margin-left: -40px;
}

.cnt-wit-tp-img-wrp.top_image_content  .cnt-col.col3 {
  padding-left: 40px;
  padding-right: 0;
  display:flex;
}

.cnt-wit-tp-img-wrp.top_image_content  .inner_spacing {
  margin-bottom: 40px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}



.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt {
  padding: 0 20px;
}

.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt h3 {
  font-size: 22px;
  line-height: 1;
  margin-bottom:13px;
}

.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt .tp-img-cnt-inner p {
  font-size: 16px;
  line-height: 1.31;
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt-inner {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 27px;
  max-width: 100%;
}

.cnt-wit-tp-img-wrp.top_image_content .col-btn-grp {
  margin-bottom: 19px;
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.top_image_content .btn_row{
  padding-top: 0;
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.top_image_content .btn_row .btn_item a {
  color: #2765a3;
  padding-right: 16px;
  position: relative;
  background: none;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  padding: 0;
  padding-right:16px;
}
.cnt-wit-tp-img-wrp.top_image_content .btn_row .btn_item a:after {
  /* 	background-position: top 1px right -16px; */
  background-repeat: no-repeat;
  background-size: 22px;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: -1px;
  width: 18px;
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/blue-right-arrow.svg);
}
.cnt-wit-tp-img-wrp.top_image_content .btn_row .btn_item a:hover{
  opacity: .8;
  outline-width: 0;
}
.cm_team_bkmark .member-profiles-inner {
  padding-top: 64px ;
  padding-bottom: 92px ;
  padding-left: 0px ;
  padding-right: 0px ;
}
.cnt-wit-tp-img-wrp.top_image_content .tp-img {
  margin-bottom: 23px;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
  overflow: hidden;
}

.cnt-wit-tp-img-wrp.top_image_content .tp-img img {
  min-height: 172px;
  object-fit: cover;
  object-position: left;
  max-width:100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
}


.cnt-wit-tp-img-wrp.top_image_content .tp-img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt h3 a {
  color: #2765a3;
}

.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt h3 a:hover {
  color: #1c4c7c;
}

.two-col-content.cm_two_col .content_box {
  margin-top: 0;
  min-height: 81px;
  padding-left: 76px;
  padding-top: 68px;
  position: relative;
}

.two-col-content.cm_two_col .content_box .text_block h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #2765a3;
  margin: 0;
}

.two-col-content.cm_two_col .content_box .text_block h2 {
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0;
  color: #2765a3;
  font-size: 48px;
  line-height: 1.1;
}

.two-col-content.cm_two_col .content_box .text_block p {
  padding-top: 35px;
  color: #2765a3;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
}
.two-col-content.cm_two_col .content_box .text_block p span{
  line-height:normal;
}
.two-col-content.cm_two_col .content_box .text_block p span:first-child {
  display: block;
  font-weight: 600;
} 

.two-col-content.cm_two_col .content_box:before {
  border-width: 19px;
  height: 150px;
  width: 150px;
  border: 19px solid #2765a3;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.two-col-content.cm_two_col .right_column_btn {
  text-align: right;
  width: 100%;
  margin-bottom: 72px;
  margin-top: 48px;
  padding-bottom: 12px;
}

.two-col-content.cm_two_col .right_column_btn .btn_row {
  justify-content: flex-end;
}

.two-col-content.cm_two_col .btn_item a.hs-button {
  border-color: #2765a3;
  color: #2765a3;
  background-color: transparent;
}

.two-col-content.cm_two_col .btn_item a.hs-button:hover {
  background-color: #ecf5ff;
  border-color: #2765a3;
  color: #2765a3;
}


.cnt-wit-tp-img-wrp.top_image_content .flex-row.flex_row {
  justify-content: flex-start;
  row-gap: 0;
}

.cnt-wit-tp-img-wrp.cm_top_image .cnt-col.col4 {
  padding-left: 0;
  padding-right: 0;
}


.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt-inner p span:first-child {
  display: block;
  font-weight: 600;
}

.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt p {
  font-weight: 400;
}

.two-col-content.cm-full_content .cont-inner .description {
  min-height: 98px;
  padding-left: 58px;
  padding-top: 51px;
  position: relative;
  margin-bottom: 0;
}

.two-col-content.cm-full_content .cont-inner .description:before {
  border-width: 19px;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  border: 19px solid #2765a3;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
}
.two-col-content.cm-full_content .cont-inner .description  h3 {
  font-size: 34px;
  line-height: 1.09;
  font-weight: 600;
  margin-bottom: 0;
}

.two-col-content.cm-full_content .single_parallax{
  padding-bottom: 41.3%;
}

.two-col-content.cm-full_content.cm_single_media .parallax_inner {
  display: flex;
}

.two-col-content.cm-full_content .single_parallax {
  width: 100%;
  height: 100%;
}
.cnt-wit-tp-img-wrp.cm_top_image .flex-row {
  justify-content:flex-start;

}
.two-col-content.cm_two_col_content .media_column.img-col.col6 {
  margin-bottom: 96px;
  padding-top: 64px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left:20px;
}

.two-col-content.cm_two_col_content .content-col.col6 {
  padding-top: 72px;
  padding-bottom: 0;
  padding-right: 24px;
  padding-left: 20px;
}

.two-col-content.cm_two_col_content .content-col.col6 .description {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.09;
  font-weight: 600;
  position: relative;
  min-height: 98px;
  padding-left: 58px;
  padding-top: 51px;
  padding-bottom:48px;
}

.two-col-content.cm_two_col_content .content-col.col6 .description p {
  margin-bottom: 0;
}

.two-col-content.cm_two_col_content .content-col.col6 .description:before {
  height: 150px;
  width: 150px;
  border: 19px solid #2765a3;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.two-col-content.cm_two_col_content .btn-items {
  margin: 0;
  padding: 0;
  padding: 0 0 0 65px;

}

.two-col-content.cm_two_col_content .btn-items .btn_row {
  margin: 0;
  padding: 0;
}

.two-col-content.cm_two_col_content  .flex_row {
  margin-left: -20px;
}


.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt .col-btn-grp {
  margin: 0;
  padding: 0;
  margin-bottom: 72px;
  margin-top: 48px;
  padding-bottom: 12px;
}

.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt .col-btn-grp .btn_row {
  padding: 0;
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt .col-btn-grp .btn_row .btn_item a {
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
}

.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt-inner {
  padding-bottom: 16px;
}
.cnt-wit-tp-img-wrp.cm_top_image.pd-remove .tp-img-cnt-inner {
  padding-bottom: 0;
}
form input[type=submit] {
  padding: 11px 20px;
}

form input[type=submit]:focus {
  box-shadow: unset;
  outline: none;
}

.two-col-content.cm_two_col .content-col .description p:last-child {
  margin-bottom: 0;
}

form div .hs-richtext h3{
  margin-bottom: 32px; 
}

form div:not(:first-child) .hs-richtext h3 {
  margin-bottom: 32px; 
  margin-top: 60px;
}

.landing-banner.cm-banner-with-from.cm_landing_banner .landing-banner-row {
  align-items: flex-start;
  justify-content: flex-end;
}

.landing-banner.cm-banner-with-from.cm_landing_banner .form-top h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 0;
  color:#2765a3;
}
.landing-banner.cm-banner-with-from.cm_landing_banner .form-top {
  min-height: 98px;
  padding-left: 58px;
  padding-top: 51px;
  position: relative;
}

.landing-banner.cm-banner-with-from.cm_landing_banner .form-top:before {
  border: 19px solid #2765a3;
  height: 150px;
  width: 150px;
  left: 0;
  position: absolute;
  top: 0;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
}
.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cnt-wit-tp-img-wrp.top_image_content .cnt-col .col-btn-grp {
  margin-top: auto;
}
@media (min-width: 46.25em){
  .simple-banner.cm_banner .page-center{
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-banner.cm_banner_form .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .simple-banner.cm_banner .flex_row{
    margin-left: -20px;
  }
  .landing-banner.cm_banner_form .landing-banner-row{
    margin-left: -20px;	
  }

  .cnt-wit-tp-img-wrp.cm_top_image .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cnt-wit-tp-img-wrp.cm_top_image .flex-row {
    margin-left: -20px;

  }
}

@media (min-width:992px){
  .cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt .col-btn-grp {
    margin-left: -76px;
  }
}
@media (max-width: 1219px){
  .simple-banner.cm_banner .banner-content-inner.col12 .top_sec p br {
    display: none;
  }
}


@media (max-width:979px){
  .simple-banner.cm_banner .img_wrap.col12{	
    -ms-flex-preferred-size: 25%;
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  .simple-banner.cm_banner .banner-content-inner.col12 {
    -ms-flex-preferred-size: 75%;
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  .landing-banner.cm_banner_form .col6.left-content {
    width: 50%;
    flex-basis: 50%;
    margin-left: 0;
    max-width: 50%;
    min-width: 50%;
    padding-left:100px;
  }

  .landing-banner.cm_banner_form .col6.right-content {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 0 0 0 20px;
    width: 50%;
  }
}


@media (max-width:991px){
  .cnt-wit-tp-img-wrp.top_image_content .tp-img img{
    width: 100%;
  }
  .two-col-content.cm_two_col .flex_row .content-col.col4 {
    width: 100%;
    padding-bottom: 20px;
  }

  .two-col-content.cm_two_col .flex_row  .media_column.img-col.col7 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0px;
  }
  .two-col-content.cm_two_col .flex_row{
    margin-left:0;
  }


  .two-col-content.cm_two_col_content .media_column.img-col.col6 {
    margin-bottom: 30px;
  }

  .two-col-content.cm_two_col_content .content-col.col6 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cnt-wit-tp-img-wrp .cnt-col .col-btn-grp {
    margin-bottom: 20px;
  }
  .two-col-content.cm_two_col_content .media_column.img-col.col6 {
    padding-right: 0;
  }
  .landing-banner.cm-banner-with-from.cm_landing_banner .form-top h3 br {
    display: none;
  }
}

@media (max-width:767px){

  .simple-banner.cm_banner .flex_row {
    margin-left: 0;
  }

  .simple-banner.cm_banner .banner-content-inner.col12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
  }

  .simple-banner.cm_banner .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner.cm_banner_form .landing-banner-row{
    margin-left: -10px;	
  }

  .landing-banner.cm_banner_form .page-center{
    padding-left: 10px;
    padding-right: 10px;
  }
  .simple-banner.cm_banner .img_wrap.col12 {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top :96px;
    margin-bottom:16px;
  }

  .simple-banner.cm_banner h1 {
    font-size: 32px;
  }


  .simple-banner.cm_banner .top_sec p:last-child {
    margin-bottom: 48px;
  }

  .simple-banner.cm_banner .img_wrap_inner {
    max-width: 80px;
    min-width: 80px;
  }

  .simple-banner.cm_banner .flex_row {
    row-gap: 0;
  }

  .landing-banner.cm_banner_form .form-section {
    padding: 0 !important;
  }

  .landing-banner.cm_banner_form .col6.right-content {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px 0 10px;
    width: 100%;
    order:1;
  }

  .landing-banner.cm_banner_form .col6.left-content {
    flex-basis: 100%;
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding-right: 10px;
    padding-left:10px;
    padding-top:30px;
    order:2;
  }

  .landing-banner.cm_banner_form .col6.right-content .form-section {
    max-width: 100% !important;
  }

  .landing-banner.cm_banner_form .col6.right-content .form-section form {
    max-width: 100%;
  }
  .two-col-content.cm_cookies .content-col.col6 .description h2 {
    font-size: 40px;
  }

  .two-col-content.cm_cookies .content_box h2 {
    font-size: 40px;
  }
  .cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt {
    padding-left: 50px;
    padding-top: 39px;
  }

  .cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt:before {
    border-width: 12px;
    height: 132px;
    width: 132px;
  }

  .cnt-wit-tp-img-wrp.cm_top_image 	.cnt-wit-tp-img-wrp .flex-row {
    row-gap: 0px;
  }

  .two-col-content.cm_two_col .right_column_btn {
    margin-bottom: 20px;
  }
  .landing-banner.cm_banner_form .col6.left-content {
    margin-bottom: 20px;
  }

  .two-col-content.cm_two_col .flex_row .content-col.col4 {
    padding-left: 0;
    padding-right: 0;
  }

  .two-col-content.cm_two_col .content_box .text_block h2 {
    font-size: 30px;
  }

  .two-col-content.cm_two_col .right_column_btn .btn_row {
    padding-right: 0;
  }

  .cnt-wit-tp-img-wrp.top_image_content .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .two-col-content.cm_two_col .page-center{
    padding-left: 10px;
    padding-right: 10px;
  }
  .cnt-wit-tp-img-wrp.top_image_content .bottom_row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
  .cnt-wit-tp-img-wrp.top_image_content .top_sec .content_widget.col8 {
    padding-left: 0;
  }
  .two-col-content.cm_two_col .content_box {
    padding-left: 47px;
    padding-top: 55px;
  }

  .two-col-content.cm_two_col_content .content-col.col6 .description {
    font-size: 24px;
    padding-left: 44px;
  }

  .two-col-content.cm_two_col_content .media_column.img-col.col6 {
    margin-bottom: 0;
  }

  .cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt .col-btn-grp {
    margin-bottom: 20px;
  }

  .cnt-wit-tp-img-wrp.cm_top_image .flex-row {
    row-gap: 0;
  }

  .simple-banner.cm_bnr {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    padding-top: 256px;
  }

  .simple-banner.cm_bnr .top_sec p:last-child {
    margin-bottom: 24px;
  }

  .simple-banner.cm-adv-video-banner.cm_banner_impact {
    padding-left: 0;
    padding-right: 0;
  }

  .simple-banner.cm-adv-video-banner.cm_banner_impact .top_sec p br {
    display: none;
  }

  .cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt:before {height: 100px;width: 100px;}

  .cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt h2 {
    font-size: 20px;
  }

  .cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt p {
    padding-top: 16px;
  }

  .cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
    margin-top: 10px;
  }
  .two-col-content.cm-full_content .cont-inner .description:before {
    width: 100px;
    height: 100px;
    border-width: 12px;
  }

  .two-col-content.cm-full_content .cont-inner .description {
    padding-left: 32px;
  }

  .two-col-content.cm-full_content .cont-inner .description h3 {
    font-size: 20px;
  }

  .two-col-content.cm-full_content .cont-inner .description h3 br {
    display: none;
  }

  .two-col-content.cm_cookies .content-col.col6 .description h2,.two-col-content.cm_cookies .content_box h2 {
    font-size: 28px;
  }
  .cnt-wit-tp-img-wrp.cm_top_image .page-center {
    padding-left: 0;
    padding-right: 0;
  }

  .cnt-wit-tp-img-wrp.cm_top_image .flex-row {
    margin-left: 0;
  }

  .two-col-content.cm_two_col_content .content-col.col6 .description {
    font-size: 20px;
  }

  .two-col-content.cm_two_col_content .content-col.col6 .description p br {
    display: none;
  }
  .landing-banner.cm-banner-with-from.cm_landing_banner .form-top h3 {
    font-size: 23px;
  }
}



/* Tabber */

.youtube_embed {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  position: relative;
  background: #000;
}
.youtube_embed__mask0 {
  height: calc(100% - 80px);
  left: 0;
  top: 0;
  width: 100%;
}
.youtube_embed__mask1 {
  bottom: 0;
  height: 80px;
  right: 0;
  width: calc(100% - 80px);
}
.youtube_embed__mask0, .youtube_embed__mask1 {
  background-color: transparent;
  position: absolute;
}
.youtube_embed__video {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  /*   z-index: 1; */
}
.youtube_embed__video embed, .youtube_embed__video iframe, .youtube_embed__video object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video_sec .play-btn{
  background-color: #262a33;
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  bottom: 0;
  content: "";
  height: 80px;
  left: 0; 
  min-height: 80px;
  min-width: 80px;
  position: absolute;
  width: 80px;
  z-index: 1;
}

.youtube_embed__poster {
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  cursor: pointer;
  height: 100%; 
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;

}
.submitted-message p span {
  font-size: 18px;
}
.youtube_embed__poster {
  transition: opacity 0.4s ease;
}
.playing.youtube_embed--addplaybutton:after {
  display: none;
}
/* .youtube_embed__video.playing + .youtube_embed__poster {
opacity: 0;
transition: opacity 0.4s ease;
} */
.c-capabilities__item-cta a:after {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/right_ar.svg);
  background-position: top 1px right -7px;
  background-repeat: no-repeat;
  background-size: 22px;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  width: 18px;
} 
.flex.media_sec.left {
  flex-direction: row-reverse;
}
.youtube_embed--addplaybutton:hover:after {
  background-color: #000;
  cursor: pointer;
}
.btn_row {
  padding-top: 12px;
}

.custom-post .o-buttons--big {
  display: inline-block;
}

html { 
  scroll-behavior: smooth;
}
.body-container-wrapper ul:not(.list) {
  list-style: none;
  margin: 0 0 32px;
  padding: 0
} 
.body-container-wrapper ul:not(.list) > li:before {
  background-color: #2765a3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute; 
  top: 8px; 
  width: 8px;  
}
.body-container-wrapper ul:not(.list) > li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative
}
.body-container-wrapper .ulist ul{
  margin: 0 0;

}
.body-container-wrapper .ulist ul li{
  padding-left: 0;
  margin-bottom: 0;
}
.body-container-wrapper .ulist ul li:before{
  display:none
}
.cm-b2b-strategy-video.rev_vdo .youtube_embed {
  width: 100%;
  margin-right: 0;
}

.bottom-pane-wrapper.crr_bt  .button_cta {
  margin-bottom: 96px;
}

.ftcounter.cnt-wit-tp-img-wrp.cnt-wit-tp-img-wrp .col-title {
  margin-bottom: 0;
}

.ftcounter.cnt-wit-tp-img-wrp.cm_top_image .tp-img-cnt {
  position: relative;
  padding-bottom: 42px;
  margin-bottom: 72px;
  padding-top: 72px;
}

.ftcounter.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
  position: absolute;
  left: 0;
}  

.inst_sec.cnt-wit-tp-img-wrp.top_image_content .top_sec h2.title {
  color: inherit;
}

.inst_sec.cnt-wit-tp-img-wrp.top_image_content .top_sec .content_widget.col8 {
  padding-left: 0;
}

.inst_sec.cnt-wit-tp-img-wrp.top_image_content .bottom_row {
  padding: 0;
}

.inst_sec.cnt-wit-tp-img-wrp.top_image_content .top_sec {
  margin: 48px 0 64px;
}

.grow_bnr .bg_el.overlay_bg {
  background: linear-gradient(45deg,#000,transparent);
}
.tabber_mdl .flex.arr_cnt_wrap.other .hs-sec-btn {
  background-image :url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon.svg) 
}
.crr.cm_team_wrp.cm-adv-team .cm_team_card_inner {
  max-width: 100%;
}
.diversify_bnr .slide-item-wrap h2 span {
  color: #fff1e5 !important;
}
html[lang="en"] .tabber_mdl .c-capabilities__item-heading a {
  font-family: inherit;
}

.programmes-microsite-header.child-header .menu .hs-menu-wrapper>ul>li>.ul-wrapper>ul {
  justify-content: flex-start;
}
.programmes-microsite-header.child-header .menu .hs-menu-wrapper>ul ul ul {
  padding-bottom: 31px;
}
.programmes-microsite-header.child-header .menu .hs-menu-wrapper>ul ul ul:last-child {
  border: 0 !important;
}
.programmes-microsite-header.child-header .menu .hs-menu-wrapper ul li:hover>.ul-wrapper {
  -webkit-box-shadow: 0 1px 10px -1px rgba(0,0,0,.5);
  box-shadow: 0 1px 10px -1px rgba(0,0,0,.5);
}
footer.footer.programmes_microsite_footer.cm-footer{
  border:0;
}

.tabber_mdl .submitted-message p {
  font-size: 18px;
}
.tabber_mdl .submitted-message {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.programmes-microsite-header.child-header .menu .hs-menu-wrapper ul li a {
  z-index: 100;
  position: relative;
}



.cm_nv_wrp.cm-body-nav .cm_nv_inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cm_nv_wrp.cm-body-nav .btn_row {
  flex-wrap: nowrap;
}
.cm_nv_wrp.cm-body-nav .btn_item a {
  white-space: nowrap;
}

.cm-google-iframe .rich_text{
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.cm-google-iframe iframe {
  height: 100vh;
  max-height: calc(100vh - 90px);
  width: 100%;
}

#testslider.home-type2-sec.custom-slider .splide .splide__track {
  margin-bottom: 110px;
  margin-top: 70px;
}
#testslider.home-type2-sec.custom-slider ul.splide__pagination.splide__pagination--ltr {
  bottom: 30px;
}

@media(min-width:768px){ 
  .cm-typing-slider.simple-banner.cm-adv-video-banner.diversify_bnr {
    padding-bottom: 160px;
    padding-top: 192px;
  }
  .inst_sec .tp-img a {
    display: block;
    height: 190px;
  }

  .inst_sec.cnt-wit-tp-img-wrp.top_image_content .tp-img img {
    width: 100%;
    min-height: 190px;
  }
  .crr h2 {
    font-size: 48px;
    line-height: 1.1;
  }
  .chrome .tabber_mdl .tabs {
    position: relative;
    top: 0;
    transition: all .25s ease-in-out;
  }  
  .animate .tabber_mdl .tabs { 
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    top: 56px;
    transition: all .25s ease-in-out;
    z-index: 99;
    position: sticky;
  }

}
@media(max-width:767px){
  .simple-banner.sport_bnr {
    min-height: auto;
  }
}

.ftstrategies-video_sec.cm-propositions-vimeo .youtube_embed {
  margin-left: 10px;
  width: 98%;
}

.two-col-content.cm-two-propositions .media_column {
  display: flex;
}

.two-col-content.cm-two-propositions .media_column .single_parallax {
  height: 100%;
  width: 100%;
}




/* yash */

.cst-icon-wth-top-img .top_content {
  text-align: left;
}

.cst-icon-wth-top-img .top_sec {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 64px;
}

.cst-icon-wth-top-img .top_content h5 {
  margin-bottom: 16px;
}

.cst-icon-wth-top-img .top_content h2 {
  margin-bottom: 32px;
}

.cst-icon-wth-top-img .bottom_row .flex-row.flex_row {
  row-gap: 48px;
  margin: 0;
  margin-left: -20px;
}

.cst-icon-wth-top-img .bottom_row .flex-row.flex_row .cnt-col {
  padding-left: 20px;
  padding-right: 0;
}

.cst-icon-wth-top-img .page-center {
  padding-left: 20px;
  padding-right: 20px;
}

.cst-icon-wth-top-img.cnt-wit-tp-img-wrp .tp-img {
  margin-bottom: 32px;
}
.cnt-wit-tp-img-wrp.cnt-wit-tp-img-wrp .col-title {
  margin-bottom: 16px;
}

.cst-icon-wth-top-img .top_content a {
  color: #FDFDFD;
  border-bottom-color: #FDFDFD;
  text-decoration-color: #FDFDFD;
  border-bottom: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
}



.cst-banner-area.simple-banner .top_sec blockquote {
  border-left-width: 0;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
}

.cst-banner-area.simple-banner .top_sec {
  min-height: 81px;
  padding-left: 76px;
  padding-top: 68px;
  position: relative;
}

.cst-banner-area.simple-banner .btn_row {
  padding: 0;
  margin: 44px 0 0;
}

.cst-banner-area.simple-banner .top_sec:before {
  border: 12px solid #2765a3;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  height: 88px;
  left: 0;
  position: absolute;
  top: 0;
  width: 88px;
  border-width: 19px;
  height: 150px;
  width: 150px;
  border-color: #fff;
}

.cst-banner-area.simple-banner .top_sec blockquote h1 {
  line-height: 1.1;
  margin: 0;
}

.cst-banner-area.simple-banner .top_sec blockquote cite {
  margin-top: 35px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
}

.cst-banner-area.simple-banner .top_sec blockquote cite span:first-of-type {
  font-weight: 600;
}

.cst-banner-area.simple-banner .top_sec blockquote cite span {
  display: block;
  line-height: normal;
}


.cst-swiper .cst-btns .swiper-button-next {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-next.svg);
}

.cst-swiper .cst-btns .swiper-button-prev {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-prev.svg);
}

.cm-two-col.bottom-pane-wrapper .bottom_image {
  display: none;
}

.cm-two-col.bottom-pane-wrapper .form_wrapper form {
  margin: 0;
}

.cm-two-col.bottom-pane-wrapper {
  text-align: left;
}

.cm-two-col.bottom-pane-wrapper .heading p {
  margin-bottom: 48px;
}

.cm-two-col.bottom-pane-wrapper .form_wrapper {
  margin: 0;
}

.cm-two-col.bottom-pane-wrapper .heading h5 {
  margin-bottom: 12px;
  margin-top: 16px;
}

.cm-two-col form .hs-button {
  padding: 11px 20px !important;
}

.cm-customerengagement-banner.simple-banner.cm-adv-video-banner .banner-content-inner {
  margin-left: 8.3333333333%;
}

.cm-customerengagement-banner.simple-banner h1 {
  margin-bottom: 32px;
}

.cm-customerengagement-banner.simple-banner .top_sec p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 32px;
}

.cm-customerengagement-banner.simple-banner.cm-adv-video-banner {
  min-height: 100vh;
}


.cm-tp-img-clients.cnt-wit-tp-img-wrp.cnt-wit-tp-img-wrp .col-title {
  margin: 0px 0 5px;
}

.cm-tp-img-clients.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
  margin-left: -76px;
}

.cm-welcome-slider.custom-slider .splide__list>.splide__slide blockquote:before {
  border-color: #2765a3;
}

.cm-welcome-slider.custom-slider .splide__list>.splide__slide blockquote {
  min-height: 81px;
  padding-left: 76px;
  padding-top: 68px;
}

.cm-welcome-slider.custom-slider .splide__list>.splide__slide blockquote p {
  font-size: 48px;
  line-height: 1.1;
}

.cm-welcome-slider .slider_btn_footer .btn_row {
  margin: 0 0 96px;
  padding: 0;
}


.cm-welcome-slider.custom-slider .splide .splide__track {
  margin-bottom: 100px;
  margin-top: 34px;
}

.cm-welcome-slider.custom-slider .splide .splide__pagination {
  margin-bottom: 44px !important;
}


.cm-welcome-slider.custom-slider ul.splide__pagination .splide__pagination__page.is-active {
  background-color: #2765a3;
}

.cm-welcome-slider.custom-slider .splide .splide__pagination button {
  background-color: rgba(39,101,163,.25);
}

.cm-welcome-slider .btn_item a {
  border-color: #2765a3;
  color: #2765a3;
}

.cm-welcome-slider .btn_item a:hover {
  background-color: #ecf5ff;
  border-color: #2765a3;
  color: #2765a3;
}


/* / */
.cm-slider-white.cm-welcome-slider.custom-slider .splide__list>.splide__slide blockquote:before {
  border-color: #fff;
}

.cm-slider-white.cm-welcome-slider .btn_item a {
  border-color: #fff;
  color: #fff;
}

.cm-slider-white.cm-welcome-slider.custom-slider .splide .splide__pagination button {
  background-color: hsla(0,0%,100%,.25);
}

.cm-slider-white.cm-welcome-slider.custom-slider ul.splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

.cm-slider-white.cm-welcome-slider.custom-slider .splide .splide__track {
  margin-top: 160px;
}

.cm-slider-white.cm-welcome-slider .btn_item a:hover {
  background-color: hsla(0,0%,100%,.1);
  border-color: #fff;
  color: #fff;
}

.cm-slider-white.cm-welcome-slider .slider_btn_footer .btn_row {
  margin-bottom: 160px;
}

/* / */






.cm-typing-slider.simple-banner.cm-adv-video-banner {
  padding-top: 224px;
  padding-bottom: 192px;
}

.cm-customerengagement-banner.simple-banner .top_sec {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.cm-customerengagement-banner.simple-banner.cm-adv-video-banner .bg_el.overlay_bg {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/customer_engagement_poster.jpg__1920x1080_q90_subsampling-2.jpg);
  background-size: cover;
  z-index:1;
}

.cm-customerengagement-btn a.hs-button {
  background-image: none;
  padding: 11px 20px;
}

.cm-our-client.simple-banner.cm-adv-video-banner br{
  display:block;
}
.cst-logo-swiper .swiper-pagination {
  margin-top: 35px !important;
}


.cm_banner.cm-careers-banner.digital-banner .flex_row .banner-content-inner a {
  color: #2765a3;
  text-decoration-color: #c4d3e3;
}
.cm_banner.cm-careers-banner.digital-banner .flex_row .banner-content-inner a:hover {
  color: #1c4c7c;
}
.hs_cos_wrapper_type_text {
  color: #262a33;
  font-weight: 400;
  margin-top: 6px;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.custom-button-gp.digital-btn {
  padding-top: 24px;
}
.custom-button-gp.digital-btn .hs-button {
  margin-top: 0;
}
.custom-button-gp.digital-btn a {
  background-image: none;
}
.custom-button-gp.digital-btn .hs-button {
  padding: 11px 20px;
  line-height: 16px;
  min-height: 40px;
  min-width: 80px;
}

.cnt-wit-tp-img-wrp.home-tic-type2 .tp-img {
  overflow: hidden;
  height: 189px;
}
.cnt-wit-tp-img-wrp.home-tic-type2 .tp-img img {
  width: 100%;
}

.simple-banner.prg-banner-type1 .banner-content-inner .top_sec h5,
.simple-banner.prg-banner-type1 .banner-content-inner .top_sec h1{
  margin-bottom: 16px;
}

/* .simple-banner.prg-banner-type1 .flex_row .banner-content-inner .btn_row {
margin-top: 96px;
padding-top: 0;
} */

.simple-banner.digital-banner .banner-content-inner .top_sec {
  margin-bottom: 24px;
}
.simple-banner.digital-banner .banner-content-inner .top_sec h5 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom:24px;
}

.simple-banner.digital-banner .flex_row .banner-content-inner .top_sec h5 a {
  color: #1c4c7c;
  text-decoration-color: #a9b7c5;
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
}
.simple-banner.digital-banner .flex_row .banner-content-inner .top_sec h5 a:hover {
  color: #1c4c7c;
}

@media (min-width: 61.25em){
  .cm-customerengagement-banner.simple-banner .top_sec {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 100%;
  }

}






@media(max-width:767px){
  .ftstrategies-video_sec.cm-propositions-vimeo .youtube_embed {
    width: 100%;
  }
  .cst-banner-area.simple-banner .top_sec:before {
    width: 100px;
    height: 100px;
    border-width: 12px;
  }

  .cst-banner-area.simple-banner .top_sec {
    min-height: 70px;
    padding-left: 32px;
    padding-top: 29px;
  }

  .cst-banner-area.simple-banner .top_sec blockquote h1 {
    font-size: 20px;
    line-height: 1.1;
  }

  .cst-banner-area.simple-banner .top_sec blockquote cite {
    margin-top: 16px;
  }

  .cst-banner-area.simple-banner .btn_row {
    margin: 29px 0 0;
  }

  .cst-location.simple-banner.cm_banner .img_wrap.col12 {
    margin-top: 32px;
  }
  .cst-icon-wth-top-img .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cst-icon-wth-top-img .top_sec {
    flex-basis: 100%;
    margin: 0 0 48px;
    max-width: 100%;
  }

  .cst-icon-wth-top-img.cnt-wit-tp-img-wrp .tp-img {
    margin-bottom: 24px;
  }

  .bottom-pane-wrapper .button_cta {
    margin-bottom: 32px;
  }

  .cm-customerengagement-banner.simple-banner.cm-adv-video-banner .banner-content-inner {
    margin: 0;
  }
  .cm-tp-img-clients.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
    margin-left: 0;
  }
  .cm-welcome-slider.custom-slider .splide__list>.splide__slide blockquote p {
    font-size: 20px;
    line-height: 1.1;
  }
  .cm-welcome-slider.custom-slider .splide__list>.splide__slide blockquote {
    min-height: 70px;
    padding-left: 32px;
    padding-top: 29px;
  }

  .cm-welcome-slider.custom-slider .splide .splide__track {
    margin-top: 32px;
    margin-bottom: 79px;
  }

  .cm-welcome-slider .btn_item a {
    padding: 11px 20px;
  }

  .cm-welcome-slider .slider_btn_footer .btn_row {
    margin-bottom: 32px;
  }

  .cm-welcome-slider.custom-slider .splide .splide__pagination {
    margin-bottom: 32px;
  }

  .simple-banner.cm_banner .img_wrap.col12 {
    margin-top: 32px;
  }

  .cm-our-client.simple-banner.cm-adv-video-banner .bg_el.overlay_bg {
    background: none;
    display: block;
    content: "0.6" !important;
    opacity: 0.6 !important;
    background-color: #000000 !important;
  }
  .cst-logo-swiper .swiper-pagination {
    margin-top: 27px !important;
  }

}

.servs-details-pg .bottom-dnd-area .widget-type-rich_text h4 {
  margin-top: 64px;
  margin-bottom: 32px; 
}

.servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote {
  margin-top: 64px;
  margin-bottom: 28px;
  min-height: 70px;
  padding-left: 32px;
  padding-top: 29px;
  position: relative;
  border: 0px;
}

.servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote:before {
  border: 12px solid #2765a3;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote p {
  color: #2765a3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote cite {
  color: #2765a3;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 16px;
  width: 100%;
  line-height: 18px;
}

.fin_service_banner.simple-banner {
  min-height: 400px;
}
.servs-details-pg .simple-banner.cm_banner .img_wrap {
  min-height: inherit;
}
.video_sec .video_overlay {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_play.svg);
}
.tab-link:after {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-right_blue.svg),url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/arrow-right_black.svg);
}
.tab_content_location:before {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_pin.svg);
}
.popup_close {
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-v1_cross.svg);
}
.servs-details-pg .simple-banner.cm_banner .top_sec h2 {
  margin-bottom: 0px;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text a {
  text-decoration-line: underline;
  text-decoration-thickness: .25ex;
  text-decoration-color: #c4d3e3;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text a:hover {
  text-decoration-color: #a9b7c5;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text figure {
  display: block;
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text figcaption {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text ol {
  counter-reset: ol-counter;
  list-style-type: none;
  margin: 0 0 32px;
  padding-left: 0;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative;
}
.servs-details-pg .bottom-dnd-area .widget-type-rich_text ol li:before {
  color: #2765a3;
  content: counter(ol-counter) "";
  counter-increment: ol-counter;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  font-family: MetricWeb,sans-serif;
}
.servs-details-pg .custom-button-gp .hs-button {
  background-image: none;
  padding-left: 20px;
}


.home_top_image_content.cnt-wit-tp-img-wrp.top_image_content .bottom_row {
  padding: 0;
}
.home_top_image_content.cnt-wit-tp-img-wrp.top_image_content .tp-img img {
  min-height: 189px;
}
.home_top_image_content.cnt-wit-tp-img-wrp.top_image_content .tp-img-cnt-inner {
  margin-bottom: 26px;
}
.home_top_image_content.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
  margin-bottom: 18px;
}


.hs_subscribe_form .col6 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.hs_subscribe_form.landing-banner .form-section {
  max-width: 100% !important;
  padding: 0 !important;
}
.hs_subscribe_form form {
  max-width: 100%;
  padding-left: 77px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.hs_subscribe_form form span.hs-form-required {
  display: none;
}
.hs_subscribe_form form .hs_email > label {
  font-size: 23px !important;
  line-height: 23px !important;
  color: #fff;
  font-weight: 600 !important;
}
.hs_subscribe_form form .hs-richtext.hs-main-font-element,
.hs_subscribe_form form .hs-richtext.hs-main-font-element p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.38;
}
.hs_subscribe_form form input.hs-button {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}
.hs_subscribe_form form input.hs-button:hover {
  background-color: hsla(0,0%,100%,.1) !important;
}
.hs_subscribe_form form .hs-form-field {
  margin: 0 !important;
}
.hs_subscribe_form form:before {
  left: 0;
  position: absolute;
  top: 0;
  content: "";
  background-image: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/ft-strategies-icons-mailbox.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 58px 40px;
  height: 40px;
  width: 77px;
}

.hs_subscribe_form form .hs_submit.hs-submit {
  margin: 0;
  width: auto;
}
.hs_subscribe_form form .hs_email.hs-form-field + div {
  width: 30.5%;
  margin-bottom: -24px;
  padding-right: 30px;
}
.hs_subscribe_form form .hs-form-field {
  width: 61.5%;
  padding-right: 30px;
  display: flex;
}
.hs_subscribe_form form .hs-form-field > label {
  width: 40%;
  padding-right: 30px;
  margin-top: -6px;
}
.hs_subscribe_form {
  padding-top: 48px !important;
  padding-bottom: 63px !important;
}
.hs_subscribe_form form .hs-form-field .input {
  width: 60%;
}
.hs_subscribe_form form .hs-form-field .input > .hs-input {
  padding: 8px;
  border: 0;
}
.hs_subscribe_form form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 29%;
  top: 40px;
}
.hs_subscribe_form form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  top: 60px;
}
.bottom-pane-wrapper  .hs_subscribe_form form .hs-error-msg,
.bottom-pane-wrapper  .hs_error_rollup label.hs-main-font-element {
  color: #fff !important;
}
.hs_subscribe_form form .hs-form-field .input > .hs-input.invalid.error {
  border: 1px solid #c00;
  color: #c00;
}
.hs_subscribe_form form .hs-form-field .input > .hs-input:focus-visible {
  outline: 2px solid #7bf;
}
.hs_subscribe_form .submitted-message {
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.hs_subscribe_form .submitted-message * {
  color: inherit;
}
.home_video_sec.ftstrategies-video_sec .youtube_embed {
  margin: 0;
  width: 100%;
}
.home_video_sec.ftstrategies-video_sec {
  padding-left: 13%;
}

.explore_role_banner .bg_el.overlay_bg {
  background: linear-gradient(45deg,#000,transparent);
  background-color: transparent !important;
}
.explore_role_banner.simple-banner {
  padding-top: 224px;
  padding-bottom: 192px;
}

.custom-slider.testimonials_sliderv2 .noImage .testmn_inner_outer {
  align-items: flex-start;
}
.custom-popup.csm_japanese_btn {
  margin: 0;
}

.csm_home_feed.blog-feed.blog-feed .hs-featured-wrp {
  overflow: hidden;
}
.csm_home_feed.blog-feed .hs-featured-wrp .feature_img {
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
}
.csm_home_feed.blog-feed .hs-featured-wrp:hover .feature_img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cm-b2b-strategy-video.ftstrategies-video_sec.v2.mzero {
  padding-bottom: 0;
}



.navbar_module_wrapper .left-paddle {
  background: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-arrow-left.svg) #262a33 no-repeat 50%;
}

.navbar_module_wrapper .right-paddle {
  background: url(//24982124.fs1.hubspotusercontent-eu1.net/hubfs/24982124/raw_assets/public/FTstrategies_February2024/images/fticon-arrow-right.svg) #262a33 no-repeat 50%;
}


@media (min-width: 981px) and (max-width: 1250px) {
  .hs_subscribe_form form .hs-form-field {
    width: 60%;
  }
  .hs_subscribe_form form .hs_email.hs-form-field + div {
    width: 29%;
  }
}

@media (max-width: 980px) {
  .hs_subscribe_form form {
    display: block;
    padding-left: 0;
    max-width: 480px;
  }
  .hs_subscribe_form form:before {
    position: relative;
    top: 0;
    margin-bottom: 26px;
    display: block;
  }
  .hs_subscribe_form form .hs-form-field > label {
    width: 100%;
    margin: 0 0 20px !important;
    padding-right: 0;
  }
  .hs_subscribe_form form .hs-form-field .input {
    width: 100%;
  }
  .hs_subscribe_form form .hs-form-field {
    width: 100%;
    padding-right: 0;
    display: block;
    margin: 0 0 24px !important;
  }
  .hs_subscribe_form form .hs_email.hs-form-field+div {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hs_subscribe_form form ul.no-list.hs-error-msgs.inputs-list {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .hs_subscribe_form form .hs-richtext.hs-main-font-element {
    margin-bottom: 24px;
  }
  .hs_subscribe_form form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    top: 0px;
  }
}

@media (min-width: 46.25em) {
  .servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote {
    min-height: 98px;
    padding-left: 58px;
    padding-top: 51px;
  }
  .servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote:before {
    border-width: 19px;
    height: 150px;
    width: 150px;
  }
  .servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote p {
    font-size: 34px;
    line-height: 1.09;
  }
  .servs-details-pg .bottom-dnd-area .widget-type-rich_text blockquote cite {
    padding-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .servs-details-pg .video_sec.ftstrategies-video_sec .youtube_embed {
    margin-left: calc(16.66667% + 17px);
    width: 63.966667%;
  }
}

@media (max-width: 767px) {
  .servs-details-pg .video_sec.ftstrategies-video_sec .youtube_embed {
    margin-top: 0 !important;
  }
  .servs-details-pg .simple-banner.cm_banner .img_wrap {
    margin-top: 32px;
  }
  .servs-details-pg .simple-banner.cm_banner .top_sec {
    margin-bottom: 64px;
  } 
  .fin_service_banner.simple-banner {
    min-height: 200px;
  }
  .servs-details-pg .video_sec .page-center {
    padding: 0 10px;
  }
  .home_video_sec.ftstrategies-video_sec {
    padding-left: 0;
  }
  .explore_role_banner.simple-banner {
    padding-top: 96px;
    padding-bottom: 72px;
  }
  .explore_role_banner.simple-banner .top_sec p br {
    display: none;
  }
  .explore_role_banner .btn_item a {
    font-size: 20.25px;
    padding: 11px 20px;
  }
  .explore_role_banner .bg_el.overlay_bg {
    background-color: #000 !important;
    opacity: 0.6;
  }
  .hs_subscribe_form .col6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}



.hs-form-required {
  color: none;
  display: none !important;
}


.article__body figure:not(.o-figure--xl, .hd-image-with-caption figure){
  display:none !important;
}
header.child-header .logo.logov2 {
  display: flex;
}
header.child-header .logo.logov2 {
  display: flex;
  column-gap: 19px;
}
header.child-header .logo.logov2 img{
  height:auto !important;
}


/* NEW Page */
.custom-button-gp.remove-arrow .hs-button {
  background-image: none;
  padding-left: 20px;
  margin-top: 24px;
}

.ftstrategies-video_sec.cm-events-vimeo .youtube_embed {
  margin-left: 0;
  width: 100%;
}

.cm-welcome-slider.custom-slider.home-type2-sec .splide__list>.splide__slide blockquote p {
  font-size: 34px;
  line-height: 1.09;
}



.cnt-wit-tp-img-wrp.home-tic-type2 .top_sec .content_widget h2 {
  font-size: 48px;
  line-height: 1;
  color: #262a33;
  margin-bottom: 32px;
}
.cnt-wit-tp-img-wrp.home-tic-type2 .top_sec .content_widget h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 32px;
}
.cnt-wit-tp-img-wrp.home-tic-type2 .top_sec .content_widget {
  padding-left: 0 !important;
}
.cnt-wit-tp-img-wrp.home-tic-type2 .bottom_row {
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 30px;
}
.cnt-wit-tp-img-wrp.home-tic-type2 .tp-img img {
  min-height: 189px;
}
.cnt-wit-tp-img-wrp.home-tic-type2 .top_sec {
  margin-top: 64px;
}

.two-col-content.home-tcc-type1-sec .page-center {
  width: 66.6666666667%;
  margin: 0 auto;
}
.two-col-content.home-tcc-type1-sec .top_sec {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}
.two-col-content.home-tcc-type1-sec .top_sec .content_widget .title {
  margin-bottom: 48px;
}
.two-col-content.home-tcc-type1-sec .flex_row {
  row-gap: 0;
}
.two-col-content.home-tcc-type1-sec .content-col .description {
  margin-bottom: 0;
}
.cm-b2b-strategy-video.ftstrategies-video_sec.v2 {
  padding-top: 0;
}
.cm-b2b-strategy-video.home-fv-type2 .youtube_embed {
  float: unset;
  margin: auto;
  width: 63.8%;
}
.two-col-content.home-tcc-type1-sec .content-col {
  padding-left: 17px;
  padding-right: 17px;
}
.home-type2-sec.custom-slider .splide .splide__track {
  margin-top: 160px;
  margin-bottom: 160px;
}
.home-type2-sec.custom-slider ul.splide__pagination.splide__pagination--ltr {
  margin-bottom: 32px !important;
  bottom: 70px;
}


.simple-banner.digital-banner .flex_row .banner-content-inner .top_sec h2 {
  margin-bottom: 32px;
}

footer.cm-footer.cm-programmes-microsite-footer {
  border: 0;
}
footer.cm-footer.cm-programmes-microsite-footer .row-fluid [class*=span] {
  min-height: 0;
}
footer.cm-footer.cm-programmes-microsite-footer .menu-col {
  padding-bottom: 32px;
}

@media(min-width:741px){
  header.child-header .menu .hs-menu-wrapper ul li:hover > .ul-wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 980px){
  .video_sec.ftstrategies-video_sec.cm-events-vimeo .youtube_embed,
  .video_sec.ftstrategies-video_sec.left-zero .youtube_embed{
    margin-left: 0;
    width: 100%;
  }
  .video_sec.home-fv-type2 .youtube_embed {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .two-col-content.home-tcc-type1-sec .page-center {
    margin: 0 auto;
    width: 100%;
  }
  footer.cm-footer.cm-programmes-microsite-footer .text-col .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:767px){
  header.child-header.lp .logo.logov2 {
    padding-left: 10px;
  }
  header.child-header .logo.logov2 img {
    width: 118px !important;
  }
  header.child-header .logo.logov2 #hs_cos_wrapper_header_logo2 img {
    width: 151px !important;
  }
  header.child-header .logo.logov2 {
    column-gap: 15px;
  }
  .video_sec.home-fv-type2 .youtube_embed {
    margin: 0 auto !important;
    width: calc(100% - 20px) !important;
  }
  .two-col-content.home-tcc-type1-sec .content-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cnt-wit-tp-img-wrp.home-tic-type2 .top_sec .content_widget .title {
    font-size: 32px;
    line-height: 1;
  }
  .home-type2-sec.custom-slider .splide .splide__track {
    margin-bottom: 70px;
    margin-top: 32px;
  }
  .home-type2-sec.custom-slider ul.splide__pagination.splide__pagination--ltr {
    bottom: 0;
  }
  .cnt-wit-tp-img-wrp.home-tic-type2 .top_sec {
    margin-top: 40px;
  }
  .cnt-wit-tp-img-wrp.home-tic-type2 .bottom_row {
    padding-bottom: 0;
  }
  footer.cm-footer.cm-programmes-microsite-footer .text-col .footer-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer.cm-footer.cm-programmes-microsite-footer .menu-col {
    padding-bottom: 0;
  }
  .programmes-microsite-header-mobile.mobile-menu .hs-menu-wrapper>ul>li:nth-child(2):before {
    border: 0;
  }
  header.child-header.programmes-microsite-header + .search .hs-search-field {
    display: none;
  }
}

@media(max-width:479px){
  .programmes-microsite-header.child-header .logo.logov2 #hs_cos_wrapper_header_logo2 img {
    width: 110px !important;
  }
}

.body-container-wrapper footer ul {
  margin-bottom: 0!important;
}

.body-container-wrapper footer ul:not(.list)>li:before {
  display: none;!important;
}

.body-container-wrapper footer ul.hs-menu-children-wrapper li {
  padding-left: 0!important;
}

.programmes .article__header {
  padding: 64px 0;
}

.programmes .article__inner {
  display: flex;
  justify-content: center;
}

.programmes .article__row {
  margin-left: 0;
}

.programmes .article__inner .article__content {
  padding: 0;
  max-width: 780px;
}

.programmes .article__header-row:before {
  display: none;
}

.programmes .article__header-text h1 {
  max-width: 100%;
}

@media (max-width: 767px) {
  .programmes .article__header-row {
   flex-direction: column; 
  }
  
  .programmes .article__header-row .article__header-link a {
    padding: 0 0 0 15px;
  }
}

@media (min-width: 768px) {
  .programmes .article__header-row {
    gap: 82px;
  }

  .programmes .article__header-row .article__header-link {
    width: 114px;
    flex-basis: unset;
    padding: 0;
    max-width: 114px;
    min-width: 114px;
    left: 0;
    top: 0;
    flex: unset;
    float: unset;
  }

  .programmes .article__header-row a {
    padding: 0;
    margin: 0 auto;
    display: block;
  }

  .programmes .article__header-text {
    padding: 0;
    flex-basis: auto;
    max-width: 100%;
    min-width: unset;
    flex: unset;
  }
}
.pref-systems-page #email-prefs-form {
  max-width: 100%;
}

.pref-systems-page .bgimage-wrapper {
  background: #2765a3;
}

.pref-systems-page .bgimage-wrapper .page-header {
  max-width: 83.3333333333%;
  width: 83.3333333333%;
  margin: 0 auto;
  padding: 192px 10px 128px;
}

.pref-systems-page .bgimage-wrapper .page-header,
.pref-systems-page .bgimage-wrapper .page-header * {
  color: #fff;
}

.pref-systems-page input[type="checkbox"] {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0;

}

.pref-systems-page input[type="checkbox"]+span::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #262a33;
  background-color: #fff;
  margin-right: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* .pref-systems-page input[type="checkbox"]+span+span, */
.pref-systems-page .item-inner p {
  margin-left: 38px;
}

.pref-systems-page .item {
  cursor: pointer;
}

.pref-systems-page .item-inner .fakelabel {
  display: flex;
  flex-direction: row;
  gap: 3px;
}

.pref-systems-page .item-inner .fakelabel * {
 font-weight: 600; 
}

.pref-systems-page input[type="checkbox"]:checked~span::before {
  background-color: #2765a3;
  border-color: #2765a3;
  background-image: url('https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=origami-build-service&tint=%23FFFFFF,%23FFFFFF&format=svg');
}

.pref-systems-page input[type="checkbox"]:focus~span::before {
  outline: 2px solid #77bbff;
}

.pref-systems-page #content {
  max-width: 1220px;
  width: 100%;
  margin: 96px auto;
  padding: 0 20px;
}

@media (max-width:739px) {
  .pref-systems-page #content {
    margin: 32px auto;
  }
}

.pref-systems-page p.header {
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 32px
}

@media (max-width:739px) {
  .pref-systems-page p.header {
    font-weight: 600;
    font-size: 28px;
    margin: 0 0 32px
  }
}

.pref-systems-page input[type="checkbox"]+span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #262a33;
}

.pref-systems-page input[type="checkbox"]+span::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #262a33;
  background-color: #fff;
  margin-right: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}