@font-face { 
  font-family: "Calibre";
  src: url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/Calibre-Regular.woff") format("woff"); 
    }

@font-face { 
  font-family: "Calibre-Bold"; 
  src: url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/Calibre-Bold.woff") format("woff");
    }
@font-face {
  font-family: "Calibre-Medium"; 
  src: url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/Calibre-Medium.woff") format("woff");
    }
@font-face { 
  font-family: "FontAwesome"; 
  src: url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/FontAwesome.eot") format("embedded-opentype"), 
    url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/FontAwesome.woff") format("woff"),
      url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/FontAwesome.ttf") format("truetype"),
        url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/FontAwesome.svg") format("svg");
          font-style: normal;
          font-weight: normal;
          }

@font-face {
  font-family: "NoeDisplay";
  src: url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/NoeDisplay.woff") format("woff");
    }

body{
  font-family: "Calibre";
}
h1,h2{
  font-family: "NoeDisplay";
}
h3,h4,h5,h6{
  font-family: "Calibre-Medium"; 
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}


.span2 .hs-button,
.span3 .hs-button,
.span4 .hs-button,
.span5 .hs-button,
.span6 .hs-button{
  padding:10px 30px;
}
.hs-button, .hs-sec-btn, 
.hs-trans-btn, .systems-page .hs-search-results__next-page, 
.systems-page .hs-search-results__prev-page, 
form input[type=submit]{
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Calibre-Medium"; 
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .1em;
}
.hs-button:hover, 
.hs-sec-btn:hover, .hs-trans-btn:hover,
.systems-page .hs-search-results__next-page:hover, 
.systems-page .hs-search-results__prev-page:hover,
form input[type=submit]:hover{
  text-decoration:underline;
}
form .hs-form-field>label {
  font-size: 14px;
  letter-spacing: .5px;
  color: #1c2b30;
}
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 {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: .0625rem solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-clip: border-box;
  border-color: #ced4da;
  border-width: .0625rem;
  height: 2.375rem;
  min-width: 0;
}
form input[type=email]:focus, form input[type=file]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus, form select:focus, form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffc58b;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 133, 11, 0.25);
}

/* 
header css */


.cst-header {
  background-color: #141f24;
  position: relative;
  z-index: 999;
  width: 100%;
}

.cst-header .row-fluid [class*=span] {
  min-height: 0;
}

.cst-header .page-center {
  padding: 0 140px 0 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
}

.cst-header .page-center .header-logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.cst-header .page-center .header-logo img {
  width: 190px !important;
  display: block;
}


.header-logo .mob-header-logo {
  display: none;
}

.mobile-menu {
  display: none;
}
.cs-theader-btns1 a {
  padding: 10px 20px 8px 20px !important;
}
.nav-bar-toggle {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-left: .5rem !important;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

span.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-color: #f8f4f1 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);;
}

.cs-theader-btns {
  display: flex;
  font-family: 'Calibre-Bold', arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-left: auto !important;
}


.cs-theader-btns2 a ,.cs-theader-btns1 a {
  margin-right: .5rem !important;
  background-color: #fff;
  color: #1c2b30;
  text-decoration: none;
  border: 3px solid #ff850b;
  text-shadow: none;
  transition: .2s ease;
  padding: 10px 20px 8px 20px;
  display: inline;
  white-space: nowrap;
  font-family: 'Calibre-Bold', arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
}

.cst-header-menu {
  align-items: center;
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}



.cst-header-menu .hs-menu-wrapper>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 24px;
}

.cst-header-menu .hs-menu-wrapper>ul>li {
  padding: 15px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  margin: 0;
}

.cst-header-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: .5rem 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #f8f4f1;
  font-weight: 700;
}

.cs-theader-btns2 a:hover, .cs-theader-btns1 a:hover {
  text-decoration: underline;
}
.dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f4f8f9;
  max-height: 700px;
  top: 70px;
  box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
  padding: 10px 25px 25px 35px;
  font-size: 12px;
  height: initial;
  font-weight: 600;
}
.cs-theader-btns2 a {
  margin-right: 0 !important;
}
.nav-bar-toggle {
  display: none;
}

.cst-header-menu .hs-menu-wrapper>ul>li .dropdown-menu>ul.hs-menu-children-wrapper {
  display: flex;
  flex-direction: row !important;
  max-width: 1200px;
  flex-wrap:nowrap;
  margin: 0 auto;
  column-gap: 40px;
}
.dropdown-menu>ul>li {
  width: 50%;
  margin: 0;
}
.dropdown-menu>ul>li>a {
  margin-bottom: .5rem;
  font-family: 'Calibri', arial, sans-serif;
  color: #1c2b30;
  font-size: 15px;
  font-weight: 700;
  margin-top: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1c2b30;
  line-height: 1.2;
  display: block;
}

.dropdown-menu>ul>li>ul {
  display: block;
}
.dropdown-menu {
  display: none;
}

.cst-header-menu .hs-menu-wrapper>ul>li:hover .dropdown-menu {
  display: block;
}

.cst-header-menu .hs-menu-wrapper>ul>li:hover {
  background-color: #f4f8f9;
}

.cst-header-menu .hs-menu-wrapper>ul>li:hover>a {
  color: #1c2b30;
}
.dropdown-menu>ul>li>ul>li {
  margin: 0;
}

.dropdown-menu>ul>li>ul>li>a {
  font-size: 15px;
  padding: 0;
  font-family: 'Calibri-Medium', arial, sans-serif;
  font-weight: 600;
  padding-left: 0;
  display: block;
}

.dropdown-menu>ul>li>ul>li>a span {
  font-family: 'Calibri', arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3a535d !important;
  margin-bottom: 14px;
  display: block;
}
.nav-bar-toggle.open-menu {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.mobile-menu .hs-menu-wrapper>ul {
  display: block;
}

.mobile-menu .hs-menu-wrapper>ul>li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.mobile-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 23px 23px;
  padding-left: 15px;
  color: #f8f4f1;
  font-weight: 700;
}

.mobile-menu .hs-menu-wrapper>ul>li>ul {
  width: 100%;
  padding: 0;
  font-size: 12px;
  height: initial;
  font-weight: 600;
}

.mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: 'Calibri', arial, sans-serif;
  color: #1c2b30;
  font-size: 15px;
  font-weight: 700;
  margin-top: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1c2b30;
  display: block;
  margin-bottom: .5rem;
}

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

.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: #096794 !important;
  padding: 0;
  font-size: 15px;
  font-family: 'Calibri-Medium', arial, sans-serif;
  font-weight: 600;
  padding-left: 0;
  display: block;
}
.child-trigger1:after {
  content: '+';
  color: #f8f4f1;
  font-size: 35px;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a span {
  font-family: 'Calibri', arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3a535d !important;
  margin-bottom: 14px;
  display: block;
}
.child-trigger1.child-open:after {
  color: inherit;
  content: '-';
}

.mobile-menu .hs-menu-wrapper>ul>li>ul {
  padding: 15px;
}
.two-col-content.dnd_padd.our-approach1 .content-col .btn-items .btn_row a.hs-sec-btn:hover {
  color: #1c2b30;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul {
  background:#f4f8f9;
}
.media-sidebar .content-wrp h4 {
  font-size: 30px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin: 40px 0;
}

.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  margin: 0;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: #ff850b !important;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  display: block !important;
}
.mobile-menu .hs-menu-wrapper>ul>li {
  margin: 0;
}
.mobile-menu .hs-menu-wrapper>ul>li.li-border>a {
  background: #f4f8f9;
}
.cst-header.lp-header  .page-center {
  padding: 4px 140px;
}
.mobile-menu .hs-menu-wrapper>ul>li.li-border>a {
  color: #ff850b;
}
.cst-footer {
  background-color: #1c2b30;
  color: #426571;
  position: relative;
  font-size: 14px;
  padding: 40px 0 20px 0;
  z-index: 2;
}

.cst-footer .row-fluid [class*="span"] {
  min-height: 0;
}


.footer-bottom .page-center {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}


.privacy-menu {
  display: flex !important;
  margin-bottom: 1rem;
}

.privacy-menu .privacy-menu1 .hs-menu-wrapper>ul>li {
  padding-right: 1rem !important;
  margin: 0;
}

.privacy-menu .privacy-menu1 .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  text-decoration: none;
  color: #cfdee3;
}
.mobile-menu .hs-menu-wrapper>ul>li {
  padding: 0;
}
.child-trigger1 {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-menu .privacy-menu1 .hs-menu-wrapper>ul>li>a:hover,.footer_menu1 .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #8eb1bd;
}

.privacy-menu p {
  margin-left: auto !important;
  margin: 0;
}

.copyright-menu ul {
  justify-content: space-between !important;
  display: flex;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
}

.copyright-menu ul li {
  margin: 0;
}
.footer-top .page-center {
  border-top: 2px #426571 solid;
  border-bottom: 2px #426571 solid;
  max-width: 1200px;
  padding: 30px;
}

.footer-logo-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-logo-row .footer_logo {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding: 0 15px;
}

.footer_tweets {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.footer_menu1 {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.footer_menu1 .hs-menu-wrapper>ul>li {
  margin: 0;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.footer_menu1 .hs-menu-wrapper>ul>li>a {
  color: #f8f4f1;
  letter-spacing: 1.5px;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  pointer-events: none;
}

.footer_menu1 .hs-menu-wrapper>ul>li>ul>li {
  margin: 0;
}

.footer_menu1 .hs-menu-wrapper>ul>li>ul>li>a {
  padding-bottom: 5px;
  color: #cfdee3;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.footer_menu1 .hs-menu-wrapper>ul>li:first-child>ul {
  padding-left: 40px;
}
.footer_menu1 .hs-menu-wrapper>ul {
  margin: 0 -15px;
}
.footer_menu1 .hs-menu-wrapper>ul>li{
  margin-bottom:1rem;
}
.footer_tweets h2 {
  color: #f8f4f1;
  letter-spacing: 1.5px;
  font-family: inherit;
  font-size: 14px;
  margin: 0;
}

.footer_tweets .social-icons1 a i {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 2em;
  margin-top: 20px;
  margin-right: 10px;
  color: #426571;
}

.footer_tweets .social-icons1 a i.twitter:before {
  content: "\f099";
}

.footer_tweets .social-icons1 a i.linkedin:before {
  content: "\f08c";
}
.two-col-content.wealth-2-col .top_sec h2 {
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #76716D;
}

.two-col-content.wealth-2-col .top_sec {
  text-align: left;
  padding: 0;
  margin: 0;
}

.two-col-content.wealth-2-col .page-center {
  padding: 0 15px;
}
.two-col-content.wealth-2-col .flex_row {
  gap: 0 !important;
}
.two-col-content.wealth-2-col .flex_row .content-col.col6 {
  width: 100%;
  padding: 0;
}
.two-col-content.wealth-2-col .flex_row .content-col.col6 .description {
  margin: 0;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.two-col-content.wealth-2-col .flex_row .content-col.col6 .description h5 {
  font-family: 'Calibre-Medium', Arial, Helvetica, sans-serif;
  font-size: 21px;
  border-bottom: 1px solid #1C2B30;
  margin-bottom: 21px;
  margin-top: 21px;
  color: #1c2b30;
}
.two-col-content.wealth-2-col .flex_row .content-col.col6 .description a {
  font-family: 'Calibre-Medium', Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #096794;
  font-weight: 600;
}
.two-col-content.wealth-2-col .flex_row .content-col.col6 .description p {
  font-family: 'Calibre', Arial, Helvetica, sans-serif;
  font-size: 19px;
}
.two-col-content.wealth-2-col
.btn-items a {
  margin: 0 auto;
  display: inline-block;
  margin-top: 40px;
}
.two-col-content.wealth-2-col .flex_row .content-col.col6 .description>div {
  width: 50%;
}
.two-col-content.wealth-2-col .content-col .btn-items .btn_row {
  display: block;
  margin: 0;
  padding: 0;
}
.two-col-content.wealth-2-col .btn_item {
  display: flex;
  justify-content:center;
}
.cnt-wit-tp-img-wrp.pdf-2-col .top_sec.noButton {
  padding: 0;
  margin: 0;
  text-align: left;
}

.cnt-wit-tp-img-wrp.pdf-2-col .top_sec.noButton h2 {
  font-size: 30px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: .5rem;
}

.cnt-wit-tp-img-wrp.pdf-2-col .flex-row.flex_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
  row-gap: 0;
}

.cnt-wit-tp-img-wrp.pdf-2-col .flex-row.flex_row .cnt-col {
  padding-right: 15px;
  padding-left: 15px;
}
.cnt-wit-tp-img-wrp.pdf-2-col .flex-row.flex_row .cnt-col {
  text-align: left;
}

.cnt-wit-tp-img-wrp.pdf-2-col .flex-row.flex_row .cnt-col:first-child .tp-img {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cnt-wit-tp-img-wrp.pdf-2-col .flex-row.flex_row .cnt-col:first-child .tp-img img {
  width: 333.984px;
}

.cnt-wit-tp-img-wrp.pdf-2-col  .inner_spacing {
  padding: 1.25rem;
}

.cnt-wit-tp-img-wrp.pdf-2-col  .page-center {
  padding-right: 15px;
  padding-left: 15px;
}

.cnt-wit-tp-img-wrp.pdf-2-col  .tp-img-cnt h3 {
  margin-top: .25rem !important;
  font-size: 24px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: .5rem;
}

.cnt-wit-tp-img-wrp.pdf-2-col  .tp-img-cnt-inner p {
  margin-bottom: .5rem !important;
  color: #1c2b30;
}

.cnt-wit-tp-img-wrp.pdf-2-col  .tp-img-cnt-inner a {
  font-weight: 600;
}

.cnt-wit-tp-img-wrp.pdf-2-col  .tp-img-cnt-inner a i {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

.two-col-content.our-approach .flex_row .content-col.col6 {
  max-width: 540px;
  width: 100%;
  padding: 0;
}
.two-col-content.our-approach .flex_row .media_column.img-col.col6 {
  max-width: 560px;
  width: 100%;
  padding: 0;
}
.two-col-content.our-approach .flex_row .content-col.col6 .description {
  margin: 0;
}
.two-col-content.our-approach .flex_row .content-col.col6 .description h2 {
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #76716D;
}
.two-col-content.our-approach .flex_row .content-col.col6 .description h5 {
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-size: 33px;
  color: #3A535D;
  max-width: 900px;
}
.two-col-content.our-approach .flex_row .content-col.col6 .description p {
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #3A535D;
}
.two-col-content.our-approach .content-col .btn-items .btn_row {
  display: block;
  margin: 0;
}
.two-col-content.our-approach a.hs-sec-btn {
  padding: 10px 20px 5px;
}

.two-col-content.our-approach a.hs-sec-btn:hover {
  color: #1c2b30;
}
.simple-banner.home-banner {
  min-height: auto;
  display: block;
}

.simple-banner.home-banner .banner-content-inner.col12 {
  padding: 0;
}

.simple-banner.home-banner .banner-content-inner.col12 .top_sec h1 {
  color: #FF850B;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-size: 48px;
  margin: 0;
  margin-bottom: 7px;
  margin-top: 24px;
}

.simple-banner.home-banner .banner-content-inner.col12 .top_sec h2 {
  color: #F8F4F1;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-size: 28px;
  margin-bottom: 28px;
  max-width: 900px;
  line-height: 40px;
}

.simple-banner.home-banner .btn_row.count_2.moreButton {
  margin: 0;
  column-gap: 14px;
}

.simple-banner.home-banner .btn_item.ty_std.index1 a {
  padding: 10px 20px 5px;
}

.simple-banner.home-banner .btn_item.ty_std.index2 a {
  font-family: 'Calibre-Medium', Arial, Helvetica, sans-serif;
  padding: 10px 20px 5px;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: initial;
  color: #FFFFFF !important;
  border: none;
  text-decoration: none !important;
}
.two-col-content.dnd_padd.our-approach1 video {
  width: 100%;
  height: auto;
}
.two-col-content.dnd_padd.our-approach1 .content-col {
  width: 100%;
  max-width: 440px;
  padding: 0;
}
@font-face {
  font-family: "InputMono"; 
  src: url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/InputMono-Regular.woff") format("woff");
    }
.two-col-content.dnd_padd.our-approach1 .media_column.img-col.col6 {
  max-width: 630px;
  width: 100%;
  padding: 0;
}
.two-col-content.dnd_padd.our-approach1 .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-content.dnd_padd.our-approach1 .content-col .description h2 {
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #FF850B;
}
.two-col-content.dnd_padd.our-approach1 .content-col .description h5 {
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-size: 33px;
  color: #F8F4F1;
}
.two-col-content.dnd_padd.our-approach1 .content_box {
  margin: 0;
}
.two-col-content.dnd_padd.our-approach1 .content-col .description p {
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #F8F4F1;
  font-weight: 400;
}
.two-col-content.dnd_padd.our-approach1 .content-col .btn-items .btn_row {
  margin: 0;
  display: block;
}
.hs-button, .hs-sec-btn, .hs-trans-btn, 
.systems-page .hs-search-results__next-page, 
.systems-page .hs-search-results__prev-page, 
form input[type=submit] {
  padding-bottom: 5px !important;
}
.two-col-content.dnd_padd.our-approach1 .content-col .btn-items .btn_row a.hs-sec-btn {
  padding: 10px 20px 5px;
}
.two-col-content.dnd_padd.our-approach1 .content-col .description {
  margin: 0;
}
.simple-banner.home-banner .bg_el.bg_img {
  background-size: cover;
  background-color: #1C2B30;
  width: 100%;
}
.footer-bottom .page-center {
  max-width: 1200px;
}
.content-wrapper, .dnd-section>.row-fluid,
.footer .page-center, .header .page-center,
.header .primary-section .page-center, .page-center {
  padding:0 15px;
}
.two-col-content.wealth-2-col .btn-items a {
  padding: 10px 30px !important;
  padding-bottom: 5px !important;
}
.simple-banner.home-banner .bg_el.bg_img {
  background-position: inherit !important;
  background-repeat: repeat !important;
  background-size: inherit !important;
}
.simple-banner.main-banner {
  min-height: 300px;
}
.simple-banner.main-banner .page-center {
  padding: 0 8px;
}
.cnt-wit-bg-wrp.full-width-content .page-center {
  padding: .5rem 2rem;
  max-width: 1200px;
}

.cnt-wit-bg-wrp.full-width-content h1 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-family: inherit;
  color: #1c2b30;
}

.cnt-wit-bg-wrp.full-width-content p a {

  font-weight: 600;
}

.cnt-wit-bg-wrp.full-width-content .rich_text>div {
  margin-bottom: 24px;
}
.cnt-wit-bg-wrp.full-width-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
}

.cnt-wit-bg-wrp.full-width-content h3 {
  font-size: 1.75rem;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #1c2b30;
}

.cnt-wit-bg-wrp.full-width-content a {

  font-weight: 600;
}
.simple-banner.main-banner .page-center h1 {
  margin-bottom: .5rem;
}
.simple-banner.main-banner .banner-content-inner.col12 {
  padding: 0;
}
.simple-banner.main-banner .page-center {
  max-width: 1200px;
}
.simple-banner.main-banner .page-center h1 {
  color: #ff850b;
  font-size: 35px;
  font-family: 'InputMono',arial,sans-serif;
}

.cnt-wit-bg-wrp.full-width-content.v2 .rich_text {
  padding: 0 10px;
}

.cnt-wit-bg-wrp.full-width-content.v2 .rich_text p.small {
  font-size: 80%;
  font-weight: 400;
}

ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

ol li {
  margin: 0;
}
@font-face { font-family: "Open Sans Condensed";
  src: url("https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMRw.woff2") format("woff2"); 
  font-style: normal; font-weight: 700; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.cnt-wit-bg-wrp.full-width-content.v2 .rich_text ul {
  list-style: none;
  margin-left: -15px;
}
ul li{
  margin:0;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}
.simple-banner.stocks-banner {
  min-height: auto;
}

.simple-banner.stocks-banner .page-center {
  padding: 0;
}

.simple-banner.stocks-banner  .banner-content-inner.col12 {
  padding: 0;
}
.two-col-content.custom-two-col-content .page-center.theme_center {
  max-width: 1200px;
  padding: 0;
}

.two-col-content.custom-two-col-content .content-col.col6 {
  padding: 0;
  max-width: 540px;
  width: 100%;
}

.two-col-content.custom-two-col-content .media_column.img-col.col6 {
  padding: 0;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 520px;
}
.two-col-content.custom-two-col-content .content-col .btn-items .btn_row {
  margin: 0;
  display: block;
}
.two-col-content.custom-two-col-content .content-col .btn-items .btn_row a.hs-sec-btn {
  color: #1c2b30 !important;
  border: solid #ff850b 3px;
  background-color: #fff;
  padding: 10px 20px 5px;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'Calibre-Medium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 24px;
  display: inline-block;
  text-decoration: none;
}
.two-col-content.custom-two-col-content .content-col .btn-items .btn_row a.hs-sec-btn:hover {
  color: #ff850b !important;
}
.two-col-content.custom-two-col-content .content-col .description {
  margin: 0;
}
.two-col-content.our-approach.v2 .page-center {
  padding: 0;
}
.two-col-content.our-approach.v2  .flex_row {
  align-items: flex-start;
}
.two-col-content.our-approach.v2  a.hs-sec-btn {
  font-family: 'Calibre-Bold', Arial, Helvetica, sans-serif;
  padding: 10px 20px 5px;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.two-col-content.custom-two-col-content .description p:first-of-type {
  font-weight: 400;
  color: #F8F4F1 !important;
  margin-top: 4px;
  font-size: 21px !important;
  line-height: 28px !important;
}

.two-col-content.custom-two-col-content .description p {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400;
  color: #F8F4F1 !important;
  margin-top: 4px;
}
.simple-banner.stocks-banner  .banner-content-inner.col12 h1 {
  font-family: "Open Sans Condensed", arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ff850b !important;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@font-face { font-family: "Lato"; src: url("https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Lato"; src: url("https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format("woff2"); font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.simple-banner.stocks-banner  .banner-content-inner.col12 h2 {
  color: #F8F4F1;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 7px;
  margin-top: 0px;
}
.cnt-wit-bg-wrp.full-width-content.v4 .content_widget h2 {
  font-family: inherit;
  font-size: 2rem;
  color: inherit;
}


.cnt-wit-tp-img-wrp.call-column .top_sec.noButton {
  padding: 0;
  margin: 0;
  text-align: left;
}

.cnt-wit-tp-img-wrp.call-column .top_sec.noButton h2.title {
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #76716D;
  margin-bottom: 24px;
}

.cnt-wit-tp-img-wrp.call-column .inner_spacing.theme {
  background-color: #FFFFFF;
  padding: 14px;
  height: 100%;
}

.cnt-wit-tp-img-wrp.call-column .flex-row.flex_row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  justify-content: center;
  column-gap: 14px;
}

.cnt-wit-tp-img-wrp.call-column .cnt-col {
  padding: 0;
  width: 100%;
}

.cnt-wit-tp-img-wrp.call-column .tp-img-cnt {
  text-align: left;
}

.cnt-wit-tp-img-wrp.call-column .tp-img-cnt h3.col-title {
  font-family: "Lato", arial, sans-serif;
  font-size: 19px !important;
  line-height: 24px;
  font-weight: 600;
  color: #3A535D;
  margin-top: 4px;
  margin-bottom: .5rem;
}
.cnt-wit-tp-img-wrp.call-column .tp-img-cnt-inner p:last-child {
  margin-bottom: 1rem;
}

.cnt-wit-bg-wrp.deliver-content .page-center {
  max-width: 1200px;
  padding: 0;
}
.two-col-content.our-approach .page-center {
  padding: 0;
}
.simple-banner.home-banner .page-center {
  padding: 0;
}

.cnt-wit-bg-wrp.deliver-content.v2.v3 .page-center .rich_text h3 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.75rem !important;
}
.cnt-wit-bg-wrp.deliver-content.v2.v3  .page-center .rich_text {
  margin: 0 -15px;
}
.cnt-wit-bg-wrp.deliver-content .page-center .rich_text h3 {
  font-family: "Lato", arial, sans-serif;
  font-size: 19px !important;
  line-height: 24px;
  font-weight: 600;
  color: #3A535D;
  margin-top: 4px;
}
.cnt-wit-bg-wrp.deliver-content.v2 .page-center .rich_text ul {
  font-family: 'Calibre', arial, sans-serif;
  font-size: 16px;
  color: #1c2b30;
}
.cnt-wit-bg-wrp.deliver-content.v2  .content_widget h2 {
  color: inherit;
  font-family: inherit;
}
.cnt-wit-bg-wrp.deliver-content .page-center .rich_text ul {
  padding: 0;
  margin-left: 0;
  font-size: 19px;
  color: #3A535D;
  list-style: none;
}
.cnt-wit-tp-img-wrp.call-column .page-center {
  max-width: 1140px;
}
.two-col-content.custom-two-col-content.v2 .description p a {
  color: #FFC233 !important;
  font-weight: 600;
}
.two-col-content.custom-two-col-content.v2 .description p a:hover {
  color: #ff850b !important;
}
.cnt-wit-tp-img-wrp.idea-2-col .page-center {
  max-width: 1200px;
  padding: 0;
}

.cnt-wit-tp-img-wrp.idea-2-col .cnt-col {
  padding: 0;
}

.cnt-wit-tp-img-wrp.idea-2-col .inner_spacing.theme {
  height: 100%;
}

.cnt-wit-tp-img-wrp.idea-2-col .tp-img-cnt-inner h3 {
  font-family: "Lato", arial, sans-serif;
  font-size: 19px !important;
  line-height: 24px;
  font-weight: 600;
  color: #3A535D;
  margin-top: 4px;
}

.cnt-wit-tp-img-wrp.idea-2-col .tp-img-cnt-inner p {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400;
  color: #3A535D;
  margin-top: 4px;
}
.cnt-wit-tp-img-wrp.idea-2-col .tp-img-cnt-inner ul {
  font-size: 19px !important;
  font-weight: 400;
  padding: 0;
  margin-left: 0;
  color: #3A535D;
  font-family: 'Calibre', arial, sans-serif;
  list-style: none;
  line-height: 1.5;
}
.two-col-content.our-approach a.hs-sec-btn {
  letter-spacing: .1em;
  font-family: 'Calibre-Bold', Arial, Helvetica, sans-serif;
}
.cnt-wit-tp-img-wrp.idea-2-col .tp-img-cnt-inner ul li {
  margin: 0;
}
.cnt-wit-tp-img-wrp.idea-2-col .cnt-col:first-child {
  width: 100%;
  max-width: 640px;
}

.cnt-wit-tp-img-wrp.idea-2-col .cnt-col:last-child {
  width: 100%;
  max-width: 520px;
}
.cnt-wit-tp-img-wrp.idea-2-col .flex-row {
  display: flex;
  column-gap: 40px;
  flex-wrap: nowrap;
}
.cnt-wit-tp-img-wrp.idea-2-col .flex-row {
  row-gap: 0;
}
.cnt-wit-bg-wrp.content-text .page-center {
  max-width: 1230px;
  padding: 0;
}
.cnt-wit-bg-wrp.content-text h2.title {
  margin: 2rem 0 0;
  font-size: 30px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
}
.cnt-wit-bg-wrp.content-text .rich_text ul {
  list-style: none;
  margin-left: -15px;
  font-size: 18px;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  color: #76716d;
  line-height: 1.5;
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.content-text .rich_text ul li:before {
  content: "\2022";
  font-family: 'Glyphicons Halflings';
  margin-left: -25px;
  padding-right: 18px;
  color: #ff850b;
  text-decoration: none !important;
}
.cnt-wit-bg-wrp.content-text .btn_row {
  margin: 0;
  display: block;
  text-align: left;
}
.cnt-wit-bg-wrp.content-text .btn_item {
  display: block;
}
.cnt-wit-bg-wrp.content-text .btn_item a {
  font-family: 'Calibre-Bold', Arial, Helvetica, sans-serif;
  padding: 7px 20px 5px;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1c2b30;
  border: solid #ff850b 3px;
  background-color: #fff;
  line-height: 20px;
}
.cnt-wit-bg-wrp.content-text .rich_text ul li {
  line-height: 29px;
}


.cnt-wit-tp-img-wrp.pdf-col .page-center.theme_center {
  padding: 1rem 2rem;
  padding-top: 2rem;
  background-color: #f8f4f1;
}

.cnt-wit-tp-img-wrp.pdf-col .page-center.theme_center .top_sec.noButton {
  padding: 0;
  margin: 0;
  text-align: left;
}

.cnt-wit-tp-img-wrp.pdf-col .page-center.theme_center .top_sec.noButton h2.title {
  margin: 2rem 0 0;
  font-size: 30px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
}

.cnt-wit-tp-img-wrp.pdf-col .page-center.theme_center .top_sec.noButton ul {
  list-style: none;
  margin-left: -15px;
  font-size: 18px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  color: #76716d;
}

.cnt-wit-tp-img-wrp.pdf-col .page-center.theme_center .top_sec.noButton ul li {
  line-height: 30px;
}

.cnt-wit-tp-img-wrp.pdf-col .page-center.theme_center .top_sec.noButton ul li:before {
  content: "\2022";
  font-family: 'Glyphicons Halflings';
  margin-left: -25px;
  padding-right: 18px;
  color: #ff850b;
  text-decoration: none !important;
}

.cnt-wit-tp-img-wrp.pdf-col .flex-row {
  gap: 0 !important;
}

.cnt-wit-tp-img-wrp.pdf-col .cnt-col {
  padding: 0;
}

.cnt-wit-tp-img-wrp.pdf-col .inner_spacing.theme {
  margin: 2rem 0;
  padding: 0 2rem;
  border-right: 1px solid #9e9791;
}

.cnt-wit-tp-img-wrp.pdf-col .cnt-col:last-child .inner_spacing.theme {
  border: none;
}
.cnt-wit-bg-wrp.pdf-content .page-center {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}

.cnt-wit-bg-wrp.pdf-content {
  padding-top: 50px;
}

.cnt-wit-bg-wrp.pdf-content .page-center .rich_text h2 {
  font-size: 30px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin: 0;
}

.cnt-wit-bg-wrp.pdf-content .page-center .rich_text h3 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.cnt-wit-bg-wrp.pdf-content .page-center .rich_text h4 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.5rem;
}
.cnt-wit-tp-img-wrp.pdf-col .tp-img {
  height: 60px;
  margin: 1rem 0;
}

.cnt-wit-tp-img-wrp.pdf-col .tp-img img {
  width: 60px;
}

.cnt-wit-tp-img-wrp.pdf-col .tp-img-cnt h3 {
  font-size: 22px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: .5rem;
}

.cnt-wit-tp-img-wrp.pdf-col .tp-img-cnt-inner p {
  color: #096794;
  font-weight: 600;
}

.cnt-wit-bg-wrp.content-text {
  padding-bottom: 15px;
}


.cnt-wit-bg-wrp.pdf-content .page-center {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}


.cnt-wit-bg-wrp.pdf-content .page-center .rich_text h2 {
  font-size: 30px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin: 0;
}

.cnt-wit-bg-wrp.pdf-content .page-center .rich_text h3 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.cnt-wit-bg-wrp.pdf-content .page-center .rich_text h4 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.5rem;
}
.cnt-wit-bg-wrp.pdf-content .page-center .rich_text ul:last-child {
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.pdf-content .page-center .rich_text ul {
  list-style: none;
  margin-left: -15px;
}
.cnt-wit-bg-wrp.full-width-content.v2 .rich_text h4 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.5rem;
}
.cnt-wit-bg-wrp.pdf-content .page-center .rich_text ul li a {
  font-weight: 600;
}
.cnt-wit-bg-wrp.full-width-content hr {
  background: transparent;
  height: 0;
}
.servs-details-pg button.hs-search-field__button {
  top: 26%;
}
.cs-theader-btns2 a {
  padding: 10px 20px 8px 20px !important;
}
.cnt-wit-bg-wrp.pdf-content p a {
  font-weight: 600;
}
.cst-header-menu .hs-menu-wrapper>ul>li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cnt-wit-bg-wrp.full-width-content.v3 .rich_text {
  margin: 0 -15px;
}
.cnt-wit-tp-img-wrp.pdf-col .flex-row {
  margin: 0 -15px;
}

.cnt-wit-tp-img-wrp.pdf-col .page-center.theme_center .top_sec.noButton {
  margin-bottom: 30px;
}
.simple-banner.sml-banner {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 21px;
}
.simple-banner.sml-banner .banner-content-inner.col12 {
  padding: 0;
}
.simple-banner.sml-banner .banner-content-inner.col12 h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.simple-banner.sml-banner  svg#wealth-word-mark {
  width: 296px;
  height: 70px;
}
.simple-banner.sml-banner .page-center {
  max-width: 1228px;
  padding: 0;
}
.two-col-content.form-wrp .media_column.img-col.col6 {
  display: none;
}
.two-col-content.form-wrp .content-col.col6 .cont-inner h3 {
  margin-top: 1rem;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
}

.two-col-content.form-wrp .content-col .description {
  margin: 0;
}
.two-col-content.form-wrp .content-col .form_wrap {
  padding: 0;
}
.two-col-content.form-wrp .content-col.col6 {
  width: 100%;
  padding: 0;
}

.two-col-content.form-wrp .content-col.col6 .cont-inner {
  max-width: 620px;
  margin: 0 auto;
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word;
  padding: .5rem 2rem;
}

.two-col-content.form-wrp .content-col.col6 .cont-inner h3 {
  margin-top: 1rem;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
}

.two-col-content.form-wrp .content-col .description {
  margin: 0;
}
.two-col-content.form-wrp .content-col .form_wrap {
  padding: 0;
}

.two-col-content.form-wrp input.hs-button.primary.large {
  font-family: 'Calibre-Bold', Arial, Helvetica, sans-serif;
  padding: 10px 20px 5px !important;!i;!;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  width: 200px;
  height: auto;
  background-color: #F8F4F1;
  color: #9E9791;
  border: 1px solid #9E9791;
  opacity: 0.5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 20px;
  text-decoration: none;
}

.two-col-content.form-wrp .hs_scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox legend.hs-field-desc {
  font-size: 17px;
  color: #1F883C;
  font-weight: 500;
  font-family: Calibre-Medium, Arial, Helvetica, sans-serif;
}

.two-col-content.form-wrp .hs_scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox  label span {
  font-family: Calibre, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #3A535D;
}

.two-col-content.form-wrp .hs_scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox  input[type=checkbox] {
  margin-right: 12px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.two-col-content.form-wrp .hs_terms_of_service__tos_ textarea {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 2px;
}

.two-col-content.form-wrp .hs_terms_of_service__tos_ textarea::placeholder{
  font-size: 15px;
  line-height: 18px;
  color:rgb(0, 0, 0);
}


.two-col-content.form-wrp  .hs-form-field {
  margin: 0;
  padding-bottom: 8px;
}

.two-col-content.form-wrp  .hs-form-field>label {
  font-size: 15px;
  margin-bottom: 2px;
  color: #3A535D;
  font-family: Calibre, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}


.two-col-content.form-wrp  fieldset.form-columns-2 .hs-form-field:first-child .input {
  margin-right: 21px !important;
}

.two-col-content.form-wrp  fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin: 0 !important;
}
.two-col-content.form-wrp label.hs-error-msg {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 2px;
  color: #BF0101 !important;
}
.two-col-content.form-wrp span.hs-form-required {
  color: #3A535D;
}
.two-col-content.form-wrp  form input[type=email],
.two-col-content.form-wrp   form input[type=file],
.two-col-content.form-wrp  form input[type=number],
.two-col-content.form-wrp  form input[type=password],
.two-col-content.form-wrp  form input[type=search],
.two-col-content.form-wrp  form input[type=tel],
.two-col-content.form-wrp  form input[type=text] {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 42px;
  padding-left: 12px;
  font-family: Calibre, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #3A535D;
  background-color: #FFFFFF;
}
.two-col-content.form-wrp  form select {
  width: 100% !important;
}
.two-col-content.form-wrp .hs_terms_of_service__tos_ textarea {
  width: 100% !important;
}
.two-col-content.form-wrp .hs_terms_of_service__tos_ textarea {
  width: 100% !important;
  min-height: 186px;
}
.two-col-content.form-wrp fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
.simple-banner.team-banner {
  min-height: 300px;
}
.simple-banner.team-banner .page-center.theme_center {
  max-width: 1200px;
  padding: 0 8px;
}
.simple-banner.team-banner .page-center.theme_center .banner-content-inner.col12 {
  padding: 0;
}
.simple-banner.team-banner .page-center.theme_center .banner-content-inner.col12 h1 {
  font-size: 36px;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  color: #f8f4f1;
  margin-bottom: .5rem;
}
.simple-banner.team-banner .page-center.theme_center .banner-content-inner.col12 h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-family: "InputMono";
  color: #ff850b;
}
.simple-banner.team-banner .page-center.theme_center .banner-content-inner.col12 h2 {
  font-size: 35px;
}
.simple-banner.team-banner .page-center.theme_center .banner-content-inner.col12 h2 {
  font-size: 35px;
}

.custom-team-card .page-center {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0;
}

.custom-team-card .page-center .team-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-team-card1 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding: 0 15px;
}

.custom-team-card2 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

.register-trial {
  border-top: #ff850b 5px solid;
  background: linear-gradient(to right, #1c2b30, #3a535d);
  padding: 1.5rem;
  color: #f8f4f1;
  margin-top: 10px;
}
.registercol-image  {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0 !important;
}


.registercol {
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.register-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.registercol-image img {
  height: 3rem;
}

.registercol h3 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.75rem;
  font-weight: 600;
}

.registercol p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #cfdee3;
}
.registercol-btn a {
  margin-left: 15px;
  margin-right: 15px;
}

.registercol-btn a {
  font-family: 'Calibre-Bold', Arial, Helvetica, sans-serif;
  padding: 10px 20px 5px;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  text-align: center;
  border: solid #ff850b 3px;
  background-color: #fff;
  color: #1c2b30;
}

.registercol-btn a:hover {
  text-decoration: underline !important;
}

.events-sidebar {
  padding: 1.4rem;
  background-size: cover;
  margin-top: 50px;
}

.events-sidebar h2 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 30px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  border-top: #f8f4f1 1.5px solid;
  padding-top: 1rem;
}

.events-sidebar a {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 1rem;
  font-family: 'Calibre-Bold', Arial, Helvetica, sans-serif;
  padding: 10px 20px 5px;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #1c2b30;
  border: solid #ff850b 3px;
  background-color: #fff;
}

.events-sidebar a:hover {
  text-decoration: underline;
}

.custom-team-card1 h1 {
  font-size: 36px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

.team-card-acc-title h1 {
  font-size: 36px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: space-between;
}
@font-face {
  font-family: "Glyphicons Halflings"; 
  src: url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/GLYPHICONSHalflings-Regular.eot") format("embedded-opentype"),
    url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/GLYPHICONSHalflings-Regular.woff2") format("woff2"), 
      url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/GLYPHICONSHalflings-Regular.woff") format("woff"),
        url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/GLYPHICONSHalflings-Regular.ttf") format("truetype"),
          url("//1818132.fs1.hubspotusercontent-na1.net/hubfs/1818132/raw_assets/public/NDR_January2025/fonts/GLYPHICONSHalflings-Regular.svg") format("svg");
            }
.team-card-acc-title h1 i {
  margin-left: auto !important;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
  margin: .5rem 0 0 auto;
  font-size: 28px;
}
.custom-team-card1 h1 {
  padding: 0 20px;

}
.team-card-acc-title {
  margin-bottom: 50px;
}
.custom-team-card2 {
  padding: 0 30px;
}
.team-acc-content {
  display: none;
}
.team-card-acc-title h1 i:before {
  content: "\e081";
}
.team-card-acc-title h1{
  cursor:pointer;
}

.custom-team-card1 h1 {
  padding: 0 20px;
}

.team-card {
  padding-top: 50px;
}

.team-acc-content-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 1.25rem;
  width: 100%;
}
.team-member-form .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor:pointer;
  background: #000;
  opacity: 0.5;
}
.team-acc-content2 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
  padding-right: 1.5em;
}
.registercol-btn a {
  margin: 0;
}
.team-acc-content2.open-team .team-member-form {
  opacity: 1;
  visibility: visible;
}
.team-acc-content2.open-team .team-member-form1 {
  transform: translate(0, 0%);
}
.team-acc-content1 a img {
  width: 200px;
  height: 225px;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: 90% 10%;
  overflow: hidden;
  max-width: 100%;
}
.team-card-acc-title h1:hover,.team-card-acc.open-acc .team-card-acc-title h1 {
  color: #ff850b;
}
.team-acc-content1 p {
  font-size: 18px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin: 0;
}

.team-acc-content1 p a {
  font-weight: 600;
}

.team-acc-content1 p.designation {
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  color: #9e9791;
  margin: 0;
  font-size: 14px;
}

.team-member-form {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  margin: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.team-member-form1 {
  width: auto;
  pointer-events: none;
  bottom: 48px;
  left: 48px;
  margin: 0;
  max-width: none;
  position: absolute;
  right: 48px;
  top: 48px;
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
.team-acc-content2 {
  margin-bottom: 1.5rem !important;
}
.team-member-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  border-width: 1px;
  height: 100%;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal-header {
  display: flex;
  padding: 1rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  border-color: #e9ecef;
  flex-shrink: 0;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
  padding-left: 0;
  border-bottom: 0;
  align-items: flex-start;
  justify-content: flex-start;
}

.modal-header img {
  width: 200px;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: 90% 10%;
  overflow: hidden;
  max-width: 100%;
  height: 250px;
}

.ndr-modal-bio-heading {
  height: 100%;
  padding: 1rem 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.ndr-modal-bio-heading img.ndr-logo {
  object-fit: cover;
  object-position: 90% 10%;
  overflow: hidden;
  height: 5rem;
  width: auto;
  margin-bottom: auto;
}

.ndr-bio-name-title {
  margin-top: auto;
}

.ndr-bio-name-title h1 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 36px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  padding: 0;
}

.ndr-bio-name-title h2 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 2rem;
}

.close-icon {
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  float: none;
  align-items: center;
  border-radius: .2rem;
  color: #000;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  opacity: .5;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 2rem;
  margin-right: -0.3125rem;
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow: auto;
}

.ndr-bio-body {
  padding: 2rem;
}

.accordion_wrap.cm-acc .page-center.theme_center {
  max-width: 1260px;
  padding: 0 15px;
}

.accordion_wrap.cm-acc .page-center.theme_center .top_sec.noButton h2 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #1c2b30;
  margin-bottom: .5rem;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  margin: 0;
}

.accordion_wrap.cm-acc .page-center.theme_center .top_sec.noButton {
  padding: 0;
  margin: 0;
}
.accordion_wrap.cm-acc  .acc-item .acctitle {
  box-shadow: none;
  padding: 0 !important;
  line-height: inherit;
  border-radius: 0;
}
.accordion_wrap.cm-acc  .acc-item .acctitle h4>span {
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem .75rem;
  padding-left: 0;
  color: #096794;
  margin-top: 15px;
  text-align: left;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}
.accordion_wrap.cm-acc  .acc-item .acctitle h4>span span i {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
  float: right !important;
  margin-left: auto;
}

.accordion_wrap.cm-acc .acc-item .acc-content {
  padding: 0 !important;
}
.accordion_wrap.cm-acc  .acc-item .acctitle h4>span span i:before {
  content: "\e081";
}
.accordion_wrap.cm-acc  .acc-item .acctitle.activeaccord h4>span span i:before {
  content: "\e082";
}

.accordion_wrap.cm-acc  .acc-item .carrortwrap {
  display: none;
}
.accordion_wrap.cm-acc  .acc-item .acctitle>* {
  padding: 0;
}
.accordion_wrap.cm-acc  .acc-item {
  margin: 0;
}

.accordion_wrap.cm-acc .acc-item .acctitle:hover span {
  text-decoration: underline;
  color: #be5f00 !important;
}
.accordion_wrap.cm-acc .acc-item .acctitle.activeaccord span{
  text-decoration: none;
  color: #ff850b !important;
}

.accordion_wrap.cm-acc .acc-item .acc-content p {
  font-size: 18px;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  color: #76716d;
}

.accordion_wrap.cm-acc .acc-item .acc-content p a {
  font-weight: 600;
}

.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul {
  max-width: 1140px;
  background-color: #f8f4f1;
  margin: 0 auto;
  padding: 15px;
  list-style: none;
  display: flex;
}
.two-col-content.preference-form form input:not(.hs-button),.two-col-content.preference-form form textarea {
  font-size: 16px;
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  color: #3a535d;
  border: 1px solid #cfdee3;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #f5f8fa;
}
.two-col-content.preference-form input.hs-button.primary.large:hover {
  text-decoration: none;
}
.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.two-col-content.preference-form form legend.hs-field-desc {
  font-size: 16px;
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  margin-bottom: 10px;
}
.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li:last-child {
  border-left: 1px solid #dee2e6 ;
  padding: 0 15px;
}
.two-col-content.preference-form form li.hs-form-checkbox input{
  width:auto;
}
.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li h4 {
  font-size: 22px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
}

.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li ul {
  font-size: 18px;
  color: #1c2b30;
  font-family: "Calibre-Medium", Arial, Helvetica, sans-serif;
  color: #76716d;
  list-style: none;
  margin-left: -15px;
}

.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li ul li {
  line-height: 28px;
  margin: 0;
}

.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li ul li:before {
  content: "\2022";
  font-family: 'Glyphicons Halflings';
  margin-left: -25px;
  padding-right: 18px;
  color: #ff850b;
  text-decoration: none !important;
}

.accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li ul li a {
  font-weight: 600;
}

.two-col-content.media-two-col .page-center.theme_center {
  max-width: 1200px;
  padding: 0;
}

.two-col-content.media-two-col  .flex_row.flex_center {
  align-items: flex-start;
  row-gap: 0;
}
.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 {
  padding: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.two-col-content.media-two-col 
.media_column.img-col.col6 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding: 0;
}
.two-col-content.media-two-col  .content_box {
  margin: 0;
}


.two-col-content.media-two-col  div#generic-standfirst {
  padding: 24px 19px;
  padding-bottom: 8px;
}

.two-col-content.media-two-col  div#generic-standfirst h2 {
  font-family: "Open Sans Condensed", arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ff850b;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.two-col-content.media-two-col  div#generic-standfirst h3 {
  color: #1C2B30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin: 0px;
  border-bottom: 1px solid #F8F4F1;
  padding-bottom: 9px;
}

.two-col-content.media-two-col  .text_block>div:last-child {
  padding: 2.5rem 20px;
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word;
}
.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description {
  margin: 0;
}

.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description ul li {
  padding: .5rem 2rem;
}
.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description ul li:first-child {
  margin-bottom: 40px;
}
.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description ul li:last-child {
  background-color: #f8f4f1;
  padding: 1.5rem;
  color: #76716d;
  margin: .5rem 2rem;
}
.two-col-content.media-two-col  .text_block>div:last-child h3.ndr-h1 {
  font-size: 36px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.two-col-content.media-two-col .flex_row.flex_center {
  margin-right: -15px;
  margin-left: -15px;
}
.two-col-content.media-two-col  .text_block>div:last-child h3.ndr-h1 a {
  font-weight: 600;
}

.two-col-content.media-two-col  .text_block>div:last-child h3 {
  font-size: 24px;
  color: #1c2b30;
}

.two-col-content.media-two-col  .text_block>div:last-child h3 a {
  font-weight: 600;
}
.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description ul li:first-child {
  margin-bottom: 40px;
}

.two-col-content.media-two-col .text_block>div:last-child {
  padding: 2.5rem 32px;
  padding-top: 16px;
}

.two-col-content.media-two-col div#generic-standfirst {
  padding: 24px 32px;
}
.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description ul li:last-child h3 {
  font-size: 16px;
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.two-col-content.media-two-col .flex_row.flex_center .content-col.col6 .description ul li:last-child p a {
  font-weight: 600;
}
.team-card-acc-title.open-acc h1 {
  color: #ff850b;
}
.team-card-acc-title.open-acc h1 i:before {
  content: "\e082";
}

.two-col-content.preference-form .top_sec.noButton {
  padding: 0;
  text-align: left;
  margin: 0;
}

.two-col-content.preference-form .page-center.theme_center {
  padding: .5rem 2rem;
  max-width: 1200px;
}

.two-col-content.preference-form .page-center.theme_center h1 {
  font-size: 36px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-weight: 200;
  margin-bottom: 20px;
}

.two-col-content.preference-form .page-center.theme_center h1 strong {
  font-weight: 400;
}

.two-col-content.preference-form .page-center.theme_center p {
  margin-bottom: 40px;
}

.two-col-content.preference-form .page-center.theme_center h1:last-of-type {
  margin-bottom: 10px;
}

.two-col-content.preference-form .page-center.theme_center p:last-of-type {
  margin: 0;
}
.two-col-content.preference-form .content-col .description {
  margin: 0;
}
.two-col-content.preference-form .form_wrap form .hs-form-field>label {
  color: #1c2b30;
  font-family: 'Calibre', arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.two-col-content.preference-form .form_wrap form .hs-form-field {
  margin-bottom: 32px;
}

.two-col-content.preference-form .hs_how_should_we_communicate_with_you_checkbox.hs-how_should_we_communicate_with_you_checkbox.hs-fieldtype-checkbox.field.hs-form-field>label {
  font-size: 1.75rem;
}

.two-col-content.preference-form .hs_how_should_we_communicate_with_you_checkbox.hs-how_should_we_communicate_with_you_checkbox.hs-fieldtype-checkbox.field.hs-form-field li.hs-form-checkbox label span {
  color: #1c2b30;
  font-family: 'Calibre', arial, sans-serif;
  font-size: 16px;
}

.two-col-content.preference-form .hs_what_are_your_main_areas_of_interest_and_industries_.hs-what_are_your_main_areas_of_interest_and_industries_.hs-fieldtype-checkbox.field.hs-form-field>label {
  font-size: 1.75rem;
}

.two-col-content.preference-form .hs_what_are_your_main_areas_of_interest_and_industries_.hs-what_are_your_main_areas_of_interest_and_industries_.hs-fieldtype-checkbox.field.hs-form-field legend.hs-field-desc {
  color: #1c2b30;
  font-family: 'Calibre', arial, sans-serif;
  font-size: 16px;
}

.two-col-content.preference-form .hs_what_are_your_main_areas_of_interest_and_industries_.hs-what_are_your_main_areas_of_interest_and_industries_.hs-fieldtype-checkbox.field.hs-form-field .input {
  margin-top: 40px;
}

.two-col-content.preference-form .hs_what_are_your_main_areas_of_interest_and_industries_.hs-what_are_your_main_areas_of_interest_and_industries_.hs-fieldtype-checkbox.field.hs-form-field .input li.hs-form-checkbox label span {
  font-size: 16px;
}

.two-col-content.preference-form .hs_ndr_products___services.hs-ndr_products___services.hs-fieldtype-checkbox.field.hs-form-field>label {
  font-size: 1.75rem;
}

.two-col-content.preference-form .hs_ndr_products___services.hs-ndr_products___services.hs-fieldtype-checkbox.field.hs-form-field legend {
  color: #1c2b30;
  font-family: 'Calibre', arial, sans-serif;
  font-size: 16px;
}

.two-col-content.preference-form .hs_ndr_products___services.hs-ndr_products___services.hs-fieldtype-checkbox.field.hs-form-field legend a {
  font-weight: 600;
}

.two-col-content.preference-form .hs_ndr_products___services.hs-ndr_products___services.hs-fieldtype-checkbox.field.hs-form-field .input {
  margin-top: 40px;
}

.two-col-content.preference-form .hs_ndr_products___services.hs-ndr_products___services.hs-fieldtype-checkbox.field.hs-form-field li.hs-form-checkbox label span {
  font-size: 16px;
}
.two-col-content.preference-form span.hs-form-required {
  color: #1c2b30;
  font-family: 'Calibre', arial, sans-serif;
  font-size: 16px;
}
.two-col-content.preference-form input.hs-button.primary.large {

  font-size: 16px;
  font-family: "Calibre", Arial, Helvetica, sans-serif;
  background: #fff;
  border: 4px solid #ff850b;
  color: #1c2b30;
  cursor: pointer;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 24px 8px 24px;
  margin:0;
  letter-spacing: 2px;
  border-radius: 0;
}

.cnt-wit-tp-img-wrp.team-information h2.title {
  font-family: Calibre-Bold, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  margin-top: 90px;
  text-align: center;
  color: #1C2B30;
  margin-bottom: 26px;
  position: relative;
}

.cnt-wit-tp-img-wrp.team-information .cnt-col {
  padding: 0 15px;
}

.cnt-wit-tp-img-wrp.team-information .flex-row.flex_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  gap: 0;
}

.cnt-wit-tp-img-wrp.team-information .inner_spacing.theme {
  background-color: #FFFFFF;
  color: #3A535D;
  padding: 40px;
  border-bottom: #FFFFFF 40px solid;
  height: 100%;
}

.cnt-wit-tp-img-wrp.team-information .tp-img img {
  display: block;
  width: 224px;
  height: 224px;
  margin: 0 auto 24px auto;
  filter: grayscale(1);
  object-fit: cover;
}
.cnt-wit-tp-img-wrp.team-information .tp-img-cnt-inner div#readmore {
  color: #096794;
  font-family: Calibre-Medium, Arial, Helvetica, sans-serif;
  cursor: pointer;
  margin-top: 32px;
}
.cnt-wit-tp-img-wrp.team-information .tp-img-cnt-inner.open-text .content {
  max-height: initial;
}

.cnt-wit-tp-img-wrp.team-information .tp-img-cnt {
  text-align: left;
}
.cnt-wit-tp-img-wrp.team-information .tp-img-cnt-inner .content{
  padding-top: 10px;
  overflow-y: hidden;
  max-height: 200px;
}
.cnt-wit-tp-img-wrp.team-information .tp-img-cnt h3.col-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: Calibre-Bold, Arial, Helvetica, sans-serif;
}
.cnt-wit-tp-img-wrp.team-information  .page-center {
  max-width: 1260px;
  padding: 0 15px;
}
.cnt-wit-tp-img-wrp.team-information .tp-img-cnt h3.col-title span {
  font-size: 18px;
  display:block;
  line-height: 21px;
  margin: 0 0 24px 0;
  font-family: Calibre, Arial, Helvetica, sans-serif;
}
.two-col-content.preference-form label.hs-main-font-element {
  color: #f2545b !important;
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 16px;
}
.cnt-wit-tp-img-wrp.pdf-information  .title {
  font-family: Calibre-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding-top: 60px;
  text-align: center;
  color: #096794;
}

.cnt-wit-tp-img-wrp.pdf-information .page-center.theme_center {
  max-width: 1260px;
  padding: 0 15px;
}
.cnt-wit-tp-img-wrp.pdf-information  .flex-row {
  gap: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.cnt-wit-tp-img-wrp.pdf-information  .flex-row .cnt-col {
  width: 100%;
  padding: 0;
}
.cnt-wit-tp-img-wrp.pdf-information 
.inner_spacing.theme {
  background-color: #FFFFFF;
  max-width: 320px;
  padding: 20px;
  height: 100%;
}
.cnt-wit-tp-img-wrp.pdf-information  .tp-img img {
  width: 249px;
}
.cnt-wit-tp-img-wrp.pdf-information 
.tp-img-cnt {
  text-align: left;
}
.cnt-wit-tp-img-wrp.pdf-information 
.tp-img-cnt h3.col-title {
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  font-size: 21px;

  margin-top: 21px;
  margin-bottom: 8px;
}
.cnt-wit-tp-img-wrp.pdf-information 
.tp-img-cnt-inner h5 {
  font-family: Calibre-Medium, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #3A535D;
  margin-top: 4px;
}
.cnt-wit-tp-img-wrp.pdf-information 
.tp-img-cnt-inner a {
  font-weight: 600;
}
.two-col-content.preference-form .media_column.img-col.col12 {
  display: none;
}
.cnt-wit-tp-img-wrp.pdf-information {
  padding-bottom: 40px;
}
.cnt-wit-tp-img-wrp.pdf-information.v2 {
  padding-top: 30px;
}
.two-col-content.register-form {
  padding: 50px 0;
}

.two-col-content.register-form .page-center.theme_center {
  max-width: 1230px;
  padding: 0 0;
}
.two-col-content.register-form  form input:not(.hs-button),.two-col-content.register-form  form textarea,.two-col-content.register-form  form select {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 42px;
  padding-left: 12px;
  font-family: Calibre, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #3A535D;
  background-color: #FFFFFF;
}
.two-col-content.register-form  .flex_row.flex_center {
  align-items: flex-start;
  margin: 0 -15px;
  gap: 0;
}
.two-col-content.register-form  .flex_row.flex_center>div {
  padding: 0 15px;
}
.two-col-content.register-form  .content-col .description {
  margin: 0;
}
.two-col-content.register-form  .content-col .form_wrap {
  padding: 0;
}
.two-col-content.register-form  .img-col .mediaimg {
  display: none;
}
.two-col-content.register-form  .img-col .content_box {
  margin: 0;
}
.two-col-content.register-form  .img-col .content_box h2 {
  font-size: 29px;
  line-height: 42px;
  padding-top: 32px;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
  color: #3A535D;
  margin-bottom: 8px;
}
.two-col-content.register-form  .img-col .content_box p {
  font-size: 21px;
  line-height: 28px;
  font-family: Calibre, Arial, Helvetica, sans-serif;
  color: #3A535D;
}
.cnt-wit-tp-img-wrp.pdf-information.v2 h2.title {
  font-family: Calibre-Bold, Arial, Helvetica, sans-serif;

  font-size: 32px;
  line-height: 32px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 90px;
  text-align: center;
  color: #1C2B30;
}
.two-col-content.register-form .flex_row.flex_center>div .form_wrap h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
}
.two-col-content.register-form .flex_row.flex_center>div .form_wrap h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #1c2b30;
  font-family: "NoeDisplay", Arial, Helvetica, sans-serif;
}

.two-col-content.register-form .flex_row.flex_center>div .form_wrap form .hs-form-field>label {
  font-family: Calibre, Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 2px;
  color: #3A535D;
  text-transform: capitalize;
  letter-spacing: 0;
}

.two-col-content.register-form .flex_row.flex_center>div .form_wrap form .hs-form-field>label span.hs-form-required {
  color: inherit;
}

.two-col-content.register-form .flex_row.flex_center>div .form_wrap form select, .two-col-content.register-form .flex_row.flex_center>div .form_wrap form textarea {
  width: 100%;
}

.two-col-content.register-form  fieldset.form-columns-2 {
  margin-bottom: 8px;
}
.two-col-content.register-form 
fieldset.form-columns-1 .input {
  margin: 0 !important;
}
.two-col-content.register-form 
fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin: 0 !important;
}
.two-col-content.register-form  .flex_row.flex_center>div .form_wrap form textarea {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: Calibre, Arial, Helvetica, sans-serif;

  font-size: 15px;
  line-height: 18px;
  padding: 2px;
  color: rgb(0, 0, 0);
}

.two-col-content.register-form .flex_row.flex_center>div .form_wrap form textarea::placeholder {
  color: rgb(0, 0, 0);
}
.two-col-content.register-form 
.hs_scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-fieldtype-booleancheckbox.field.hs-form-field>legend {
  font-family: Calibre-Medium, Arial, Helvetica, sans-serif;

  font-size: 17px;
  color: #1F883C;
}
.two-col-content.register-form 
.hs_scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox label span {
  font-family: Calibre, Arial, Helvetica, sans-serif;

  font-size: 18px;
  line-height: 21px;
  color: #3A535D;
}
.two-col-content.register-form  .hs_scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-fieldtype-booleancheckbox.field.hs-form-field 
input {
  margin-right: 15px;
}

.two-col-content.register-form  input.hs-button.primary.large {
  font-family: 'Calibre-Bold', Arial, Helvetica, sans-serif;
  padding: 10px 20px 5px;
  border-radius: 0;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  width: 200px;
  height: auto;
  text-decoration:none;
  background-color: #F8F4F1;
  color: #9E9791;
  border: 1px solid #9E9791;
  opacity: 0.5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 20px;
}
.hs-error-msg, .hs_error_rollup label, .systems-page ul.no-list.hs-error-msgs label {
  margin-bottom: 2px;
  color: #BF0101 !important;
  font-size: 18px;
  line-height: 21px;
}
.two-col-content.register-form .hs_scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-scroll_to_the_end_of_the_t_cs_above_to_select_this_checkbox.hs-fieldtype-booleancheckbox.field.hs-form-field input {
  height: auto;
}
.cnt-wit-tp-img-wrp.pdf-information.v2 .top_content h2 {
  font-family: Calibre-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding-top: 90px;
  text-align: center;
  color: #096794;
}
.two-col-content.register-form form input:not(.hs-button):focus, .two-col-content.register-form form textarea:focus, .two-col-content.register-form form select:focus {
  border-color: #FF850B;
  box-shadow: 0 0 10px #FFC489;
}
.accordion_wrap.cm-acc .acc-item .acctitle.activeaccord:hover span {
  text-decoration: underline;
}
.team-card-acc-title {
  margin-bottom: 20px;
}
.cst-header-menu .hs-menu-wrapper>ul>li .dropdown-menu>ul.hs-menu-children-wrapper {
  display: none;
}
.team-acc-content-flex {
  padding-left: 38px;
}
.cst-header-menu .hs-menu-wrapper>ul>li:hover .dropdown-menu>ul.hs-menu-children-wrapper {
  display: flex;
}
.two-col-content.register-form.v2 .img-col .content_box h2 {
  padding-top: 10px;
}

.two-col-content.register-form.v2 {
  padding-top: 20px;
}

.two-col-content.register-form.v2 .img-col .content_box p {
  line-height: 1.5;
}
.cnt-wit-tp-img-wrp.pdf-information.v3 .title {
  padding-top: 30px;
}
.cnt-wit-tp-img-wrp.pdf-information.v3 .top_sec.noButton {
  margin: 0;
}
a.hs-trans-btn {
  border-width: 3px;
}
.cnt-wit-tp-img-wrp.pdf-information.v4 h2.title {
  font-family: Calibre-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding-top: 60px;
  text-align: center;
  color: #096794;
}

.cnt-wit-tp-img-wrp.pdf-information.v3 {
  padding-bottom: 0;
}
.cnt-wit-tp-img-wrp.pdf-information .tp-img-cnt h3.col-title {
  color: #1C2B30;
}
.cnt-wit-tp-img-wrp.pdf-information.v4 {
  padding: 0;
}
.post_social_share_wrp.flex_row .cm-btm-tags a {
  color: #fff;
}
.cnt-wit-tp-img-wrp.pdf-information.v4 
.top_sec.noButton {
  margin: 0;
}
div#copyright {
  margin:0;height: 0;
}
.error-page:before {
  color: rgb(211 211 211);
}
div#specific {margin:0;height: 0;}

div#disclaimer { margin:0;height: 0;}

div#timing { margin:0;height: 0;}

div#trademark { margin:0;height: 0;}
.hs-search-field--open ul.hs-search-field__suggestions {
  z-index: 9;
}
.cst-footer.lp-footer .footer-top .page-center {
  border-top: 0;
}

@media(max-width:1440px){
  .cst-header .page-center {
    padding: 0 20px;
  }
  .cst-header.lp-header  .page-center {
    padding: 4px 20px;
  }
}
@media(max-width:1300px){
  .two-col-content.register-form .flex_row.flex_center {
    margin: 0;
  }
  .two-col-content.register-form  .flex_row.flex_center>div {
    padding: 0 25px;
  }
  .cnt-wit-tp-img-wrp.pdf-information .page-center.theme_center {
    max-width: 1260px;
    padding: 0 30px;
  }
  .simple-banner.sml-banner {
    padding: 40px;
    padding-bottom: 18px;
  }
  .two-col-content.form-wrp .page-center.theme_center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cnt-wit-tp-img-wrp.team-information  .page-center {
    max-width: 1260px;
    padding: 0 30px;
  }
  .two-col-content.form-wrp .content-col.col6 .cont-inner {
    max-width: 540px;
  }
  .cnt-wit-bg-wrp.content-text .page-center {
    padding: 0 15px;
  }
}
@media(max-width:1240px){
  .cnt-wit-bg-wrp.deliver-content.v2.v3  .page-center .rich_text {
    margin: 0 15px;
  }
  .cnt-wit-tp-img-wrp.idea-2-col .cnt-col {
    width: 48% !important;
    max-width: 100% !important;
  }
  .cnt-wit-tp-img-wrp.idea-2-col .flex-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .cnt-wit-tp-img-wrp.idea-2-col .flex-row {
    padding: 0 15px;
  }
  .two-col-content.custom-two-col-content .page-center.theme_center {
    padding: 0 25px;
  }
  .error-page:before {

    font-size: 20vw;
  }
  .two-col-content.dnd_padd.our-approach1 .media_column.img-col.col6 {
    max-width: 400px;
    width: 100%;
    padding: 0;
  }

}

@media(max-width:1200px){
  .cnt-wit-tp-img-wrp.team-information .tp-img-cnt-inner .content {
    max-height: 220px;
  }
  .content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
    max-width: 960px;
  }
  .simple-banner.home-banner .page-center {
    max-width: 960px;
  }
  .two-col-content.custom-two-col-content .content-col.col6 {
    max-width: 400px;
  }
  .simple-banner.home-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width:1180px){
  .cst-header .page-center {
    padding: 0 20px;
  }
  .cst-header.lp-header  .page-center {
    padding: 4px 20px;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li {
    padding: 5px;
  }
}
@media(max-width:1150px){
  .cst-header .page-center {
	padding: 0 12px;
}
}
@media(max-width:1023px){

  .cnt-wit-tp-img-wrp.call-column .flex-row.flex_row {
    grid-template-columns: repeat(1, 1fr);
  }
  .cst-header-menu {
    display: none !important;
  }
  .cst-header .page-center .header-logo .desk-header-logo {
    display: none;
  }
  .cst-header .page-center .header-logo  .mob-header-logo {
    display: block;
  }
  .cst-header .page-center .header-logo .mob-header-logo img {
    width: 60px !important;
    margin: .25rem !important;
  }
  .cst-header.lp-header  .page-center {
    padding: 0;
  }
  .cst-header .page-center {
    padding: 0;
  }
  .nav-bar-toggle {
    display: block;
  }
  .mobile-menu {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .cst-header .page-center {
    flex-wrap: wrap;
  }
}

@media(max-width:991px){
  .team-acc-content2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cnt-wit-tp-img-wrp.pdf-information .flex-row {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }
  .two-col-content.dnd_padd.our-approach1 .content-col {
    max-width: 100%;
  }
  .two-col-content.custom-two-col-content .flex_row {
    flex-direction: column-reverse;
  }
  .two-col-content.dnd_padd.our-approach1 .media_column.img-col.col6 {
    max-width: 100%;
  }
  .two-col-content.custom-two-col-content .media_column.img-col.col6 {
    margin-left: 0;
  }
  .content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
    max-width: 720px;
  }
  .two-col-content.custom-two-col-content .content-col.col6 {
    max-width: 100%;
  }
  .two-col-content.custom-two-col-content .media_column.img-col.col6 .mediaimg {
    max-width: 520px;
  }
  .two-col-content.custom-two-col-content .media_column.img-col.col6 {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cnt-wit-tp-img-wrp.team-information .cnt-col {
    width: 33%;
  }
  .cnt-wit-tp-img-wrp.pdf-col .cnt-col {
    width: 33%;
  }

}
@media(max-width:900px){
  .cnt-wit-tp-img-wrp.idea-2-col .cnt-col {
    width: 100% !important;
    max-width: 100% !important;
  }
  .simple-banner.home-banner .page-center {
    padding: 0 15px;
  }


}
@media(max-width:767px){
  .cnt-wit-tp-img-wrp.team-information .tp-img-cnt-inner .content {
    max-height: 330px;
  }
  .error-page:before {
    font-size: 50vw;
  }
  .two-col-content.register-form .flex_row.flex_center .content-col.col6 {
    margin-top: 50px;
  }
  .two-col-content.register-form   fieldset.form-columns-2 .input {
    margin: 0 !important;
  }
  .simple-banner.team-banner .page-center.theme_center {
    max-width: 1200px;
    padding: 0 15px;
  }
  .cnt-wit-tp-img-wrp.pdf-col .cnt-col {
    width: 100%;
  }
  .content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
    max-width: 540px;
  }
  .cnt-wit-tp-img-wrp.dnd_padd.pdf-2-col {
    padding: 24px 0;
  }
  .cnt-wit-tp-img-wrp.pdf-col .inner_spacing.theme {
    padding: 0;
  }
  .cnt-wit-tp-img-wrp.pdf-2-col .inner_spacing {
    padding: 0;
  }
  .footer-top .page-center {
    padding: 30px 15px;
  }
  .privacy-menu {
    flex-direction: column;
  }
  .two-col-content.our-approach.v2 .page-center,
  .cnt-wit-bg-wrp.deliver-content .page-center {
    padding: 0 15px;
  }
  .footer-logo-row .footer_logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cnt-wit-bg-wrp.full-width-content.v2 .rich_text {
    padding: 0;
  }

  .cnt-wit-bg-wrp.full-width-content .page-center {
    padding: 8px 32px;
  }
  .footer_menu1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cnt-wit-tp-img-wrp.pdf-col .inner_spacing.theme {
    border: none;
  }
  .footer_tweets {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .copyright-menu ul {
    flex-direction: column;
  }
  .cnt-wit-bg-wrp.deliver-content.v2.v3  .page-center .rich_text {
    margin: 0;
  }
  .footer_menu1 .hs-menu-wrapper>ul>li:first-child>ul {
    padding: 0;
  }
  .two-col-content.custom-two-col-content .page-center.theme_center {
    padding: 0 15px;
  }
  .footer_menu1 .hs-menu-wrapper>ul>li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cnt-wit-tp-img-wrp.pdf-col .flex-row {
    margin: 0;
  }

  .two-col-content.form-wrp .hs-form-field {
    width: 100% !important;
  }
  .two-col-content.form-wrp .page-center.theme_center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-team-card1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-header {
    flex-direction: column;
  }
  .modal-header>img {
    width: 200px;
    height: 260px;
    object-position: center;
  }
  .ndr-modal-bio-heading {
    height: auto;
    width: 100%;
  }
  .ndr-modal-bio-heading img.ndr-logo {
    margin: 0;
  }
  .accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .accordion_wrap.cm-acc .acc-item .acc-content .desc>ul {
    flex-wrap: wrap;
  }
  .accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li:last-child {
    border: none !important;
    padding: 0;
  }
  .two-col-content.media-two-col .flex_row.flex_center .content-col.col6, .two-col-content.media-two-col .media_column.img-col.col6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .accordion_wrap.cm-acc .acc-item .acc-content .desc>ul>li:last-child ul {
    margin-bottom: 20px;
  }
  .ndr-bio-name-title {
    margin: 0;
  }
  .custom-team-card2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .two-col-content.register-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .cnt-wit-tp-img-wrp.team-information .cnt-col {
    width: 100%;
  }
  .two-col-content.form-wrp fieldset.form-columns-2 .hs-form-field:first-child .input {
    margin: 0 !important;
  }
  .team-member-form1 {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .cnt-wit-tp-img-wrp.team-information .cnt-col {
    margin-bottom: 30px;
  }
}


@media(max-width:576px){
  .simple-banner.sml-banner  svg#wealth-word-mark {
    width: 200px;
    height: 70px;
  }
  .cnt-wit-tp-img-wrp.pdf-information .inner_spacing.theme {
    max-width: 100%;
  }
  .cnt-wit-tp-img-wrp.pdf-information  .tp-img img {
    width: 100%;
  }
  .two-col-content.our-approach .page-center {
    padding: 0 15px;
  }
  .two-col-content.wealth-2-col .flex_row .content-col.col6 .description {
    flex-wrap: wrap;
  }
  .cnt-wit-tp-img-wrp.pdf-information .flex-row {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
  .ndr-bio-body,.ndr-modal-bio-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  .two-col-content.wealth-2-col .flex_row .content-col.col6 .description>div {
    width: 100%;
  }
  .team-acc-content2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
    max-width: 100%;
  }
}