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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  margin: 0px;
  font-family: Inter;
}
body.no-scroll {
  overflow: hidden;
}
.header-container-wrapper .widget-span {
  min-height: unset;
}
.blog-section {
  margin: 100px 0 0 0;
  padding: 0 20px;
}
.blog-section .blog-post-wrapper {
  max-width: 1024px;
  margin: auto;
}
.blog-section .blog-post-wrapper img {
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
}
.blog-section .blog-post-wrapper .topic-list {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: blue;
  gap: 5px;
  font-weight: 400;
}
.blog-section .blog-post-wrapper .topic-list a {
  font-size: 16px;
  line-height: 1.2;
  transition-duration: 0.3s;
  text-decoration: unset;
  color: blue;
  font-weight: 400;
  text-transform: none;
}
.blog-section .blog-post-wrapper h1 {
  font-size: 48px;
  line-height: 1.2;
  color: blue;
  text-transform: uppercase;
  font-weight: 400x;
  margin: 0 0 15px 0;
}
.blog-section .blog-post-wrapper #hubspot-author_data,
.blog-section .blog-post-wrapper .author-name {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  margin: 0 0 13px;
}
.blog-section .blog-post-wrapper .post-body {
  margin-top: 40px;
}
.blog-section .blog-post-wrapper .post-body p {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  margin: 0 0 20px 0;
}
.blog-section .recent-blog-wrapper {
  max-width: 1680px;
  margin: 50px auto 0 auto;
}
.blog-section .recent-blog-wrapper h2 {
  font-size: 48px;
  line-height: 1.2;
  color: blue;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin: 0 0 50px 0;
}
.blog-section .recent-blog-wrapper .recent-posts,
.blog-section .post-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 90px;
  row-gap: 50px;
}
.blog-section .recent-blog-wrapper .recent-post,
.blog-section .post-listing .post-item {
  width: 100%;
}
.blog-section .recent-blog-wrapper .recent-post .recent-post-featured,
.blog-section .post-listing .post-item .featured-image {
  position: relative;
  display: block;/*
  padding-bottom: 100%;*/
}
.blog-section .recent-blog-wrapper .recent-post .recent-post-featured img,
.blog-section .post-listing .post-item .featured-image img {/*
  position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: unset;
  margin: 0px;
  max-width: 100%;
}
.blog-section .recent-blog-wrapper .recent-post h6,
.blog-section .post-listing .post-item h6 {
  font-size: 16px;
  line-height: 20px;
  color: blue;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0 15px 0;
}
.blog-section .recent-blog-wrapper .recent-post h3,
.blog-section .recent-blog-wrapper .recent-post h3 a,
.blog-section .post-listing .post-item h3,
.blog-section .post-listing .post-item h3 a {
  font-size: 36px;
  line-height: 1.2;
  color: blue;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px;
  text-decoration: unset;
}
.blog-section .recent-blog-wrapper .recent-post .author-name,
.blog-section .post-listing .post-item .author-name {
  font-size: 12px;
  line-height: 15px;
  color: black;
  text-transform: uppercase;
  line-height: 2;
  margin: 15px 0 25px 0;
}
.blog-section .recent-blog-wrapper .recent-post .post-summry,
.blog-section .recent-blog-wrapper .recent-post .post-summry p,
.blog-section .post-listing .post-item .post-summry,
.blog-section .post-listing .post-item .post-summry p {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  margin: 0px;
}
.blog-section .recent-blog-wrapper .recent-post .post-summry .read-more-btn,
.blog-section .post-listing .post-item .post-summry .read-more-btn {
  font-size: 18px;
  line-height: 32px;
  color: blue;
  text-decoration: unset;
  text-transform: uppercase;
  display: block;
}
.blog-section .blog-listing-wrapper {
  max-width: 1680px;
  margin: auto;
}
.blog-section .blog-listing-wrapper .load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  font-size: 18px;
  color: white;
  background: blue;
  transition-duration: 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  margin: 50px auto 0 auto;
}
.blog-section .blog-listing-wrapper .load-more:hover {
  background: #15d37d;
}
.blog-section .blog-listing-wrapper .load-more.disable {
  display: none;
}
.hs-blog-post .blog-section-header {
  display: none;
}
.hs-blog-listing .blog-section-header {
  margin: 100px 0 -30px 0;
  padding: 0 20px;
}
.hs-blog-listing .blog-section-header .row-fluid-wrapper.row-depth-1 {
  max-width: 1680px;
  margin: auto;
}
.hs-blog-listing .blog-section-header .row-fluid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 90px;
  row-gap: 0px;
  align-items: center;
}
.hs-blog-listing .blog-section-header .blog-filter-block,
.hs-blog-listing .blog-section-header .blog-search-block {
  width: 100%; !imporant;
  margin: 0 !important;
  text-align: center;
}
.hs-blog-listing .blog-section-header .blog-filter-block .row-fluid,
.hs-blog-listing .blog-section-header .blog-search-block .row-fluid {
  display: block;
}
.hs-blog-listing .blog-section-header .blog-filter-block h2 {
  font-size: 36px;
  line-height: 44px;
  color: blue;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  position: relative;
}
.hs-blog-listing .blog-section-header .blog-filter-block h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: blue;
}
.hs-blog-listing .blog-section-header .blog-filter-block h3 {
  color: blue;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin: 0px;
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.hs-blog-listing .blog-section-header .blog-filter-block h3:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid blue;
  content: "";
  height: 0;
  position: absolute;
  right: -40px;
  top: 8px;
  width: 0;
}
.hs-blog-listing .blog-section-header .blog-filter-block h3 span {
  text-transform: capitalize;
}
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter .block {
  position: relative;
}
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter ul {
  background: #fff;
  left: calc(50% - 150px);
  position: absolute;
  top: calc(100% + 10px);
  width: 300px;
  z-index: 9;
  margin: 0px;
  padding: 20px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter ul.active {
  display: block;
}
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter ul li::marker {
  font-size: 0px;
}
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter ul li a {
  cursor: pointer;
  padding: 10px 20px;
  transition-duration: .3s;
  display: block;
  font-size: 21px;
  line-height: 25px;
  color: blue;
  text-decoration: unset;
  text-transform: capitalize;
}
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter ul li a:hover,
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter ul li.active a
{
  background: blue;
  color: white;
}
.hs-blog-listing .blog-section-header .blog-filter-block .hs_cos_wrapper_type_post_filter ul li a span {
  display: none;
}
.hs-blog-listing .blog-section-header .blog-search-block input[type="text"] {
  border: 1px solid blue;
  padding: 15px;
  font-size: 18px;
  line-height: 21px;
  border-radius: 0px;
  outline: none;
}
.hs-blog-listing .blog-section-header .blog-search-block form button {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  height: 100%;
  padding: 15px;
}
.hs-blog-listing .blog-section-header .blog-search-block form button svg {
  height: 20px;
}
.hs-blog-listing .blog-section-header .blog-search-block form button svg path {
  fill: blue;
}
.hs-blog-listing .blog-section-header .blog-search-block .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 15px 0;
  z-index: 9;
  background: white;
  border: 1px solid blue;
  border-top: 0;
}
.hs-blog-listing .blog-section-header .blog-search-block .hs-search-field__suggestions li a {
  color: blue;
  text-decoration: unset;
  padding: 5px 15px;
  transition-duration: 0.3s;
}
.hs-blog-listing .blog-section-header .blog-search-block .hs-search-field__suggestions li a:hover {
  background: blue;
  color: white;
}
.hs-blog-listing .blog-section-header .blog-search-block .hs-search-field__suggestions li#results-for {
  color: blue;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 10px;
}
.search-result-section {
  margin: 100px 0 0 0;
  padding: 0 20px;
}
.search-result-section .hs-search-results {
  max-width: 1440px;
  margin: auto;
}
.teams-blog-section {
  margin: 100px 0;
  padding: 0 20px;
}
.teams-blog-section .blog-post-wrapper,
.teams-blog-section .blog-listing-wrapper {
  max-width: 1440px;
  margin: auto;
}
.teams-blog-section .blog-post-wrapper .sub-heading {
  font-size: 20px;
  line-height: 1.2;
  color: blue;
  font-weight: 300;
  margin: 0;
  padding-top: 50px;
  text-transform: uppercase;
}
.teams-blog-section .blog-post-wrapper h2 {
  font-size: 48px;
  line-height: 1.2;
  color: blue;
  font-weight: 400;
  margin: 0 0 80px 0;
  text-transform: uppercase;
}
.teams-blog-section .blog-post-wrapper p {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  margin: 0 0 30px 0;
}
.teams-blog-section .blog-post-wrapper p:last-child {
  margin: 0px;
}
.teams-blog-section p a {
  color: blue;
  text-decoration: unset;
  font-weight: 500;
}
.teams-blog-section .blog-post-wrapper .post-featured-image {
  float: right;
  width: calc(50% - 40px);
  margin-left: 80px;
  margin-bottom: 30px;
}
.hs-blog-id-186598295297 footer {
  margin-top: 0px;
}
.hs-blog-id-186598295297 footer .footer-top {
  display: none;
}
.hs-blog-id-186598295297 footer .footer-bottom {
  margin: 0px;
}
.teams-blog-section .blog-listing-wrapper .intro h2 {
  font-size: 48px;
  line-height: 1.2;
  color: blue;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.teams-blog-section .blog-listing-wrapper .intro p {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  text-align: center;
  margin: 20px 0;
}
.teams-blog-section .blog-listing-wrapper .post-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.teams-blog-section .blog-listing-wrapper .post-listing .post-item {
  display: block;
  position: relative;
  padding-top: 130%;
}
.teams-blog-section .blog-listing-wrapper .post-listing .post-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teams-blog-section .blog-listing-wrapper .post-listing .post-item .item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 40px);
  padding: 20px;
  background: rgba(0,0,255,0.75);
}
.teams-blog-section .blog-listing-wrapper .post-listing .post-item .item-info h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
.teams-blog-section .blog-listing-wrapper .post-listing .post-item .item-info p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: white;
}
.industries-blog-section {
  margin: 80px 0 0 0;
  padding: 0 20px;
}
.industries-blog-section .blog-post-wrapper {
  max-width: 1300px;
  margin: auto;
}
.industries-blog-section .blog-post-wrapper img {
  width: 100%;
}
.industries-blog-section .blog-post-wrapper p {
  font-size: 20px;
  line-height: 1.8;
  color: black;
  margin: 0 0 30px 0;
}
.industries-blog-section .blog-post-wrapper p:last-child {
  margin: 0px;
}
.industries-blog-section .blog-post-wrapper p a {
  color: blue;
  text-decoration: unset;
}
.clients-blog-section {
  margin: 100px 0 0 0;
  padding: 0 20px;
}
.clients-blog-section .blog-post-wrapper {
  max-width: 1440px;
  margin: auto;
}
.clients-blog-section .post-featured-image {
  float: right;
  width: calc(50% - 40px);
  margin-left: 80px;
  margin-bottom: 30px;
  max-width: 650px;
}
.clients-blog-section .sub-heading {
  font-size: 20px;
  line-height: 1.2;
  color: blue;
  font-weight: 300;
  margin: 0;
  padding-top: 50px;
  text-transform: uppercase;
}
.clients-blog-section h2 {
  font-size: 48px;
  line-height: 1.2;
  color: blue;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.clients-blog-section p {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  margin: 0 0 30px 0;
}
.clients-blog-section p:last-child {
  margin: 0px;
}
.clients-blog-section p span {
  color: blue;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.clients-blog-section #hubspot-author_data {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  margin-bottom: 10px;
}
.clients-blog-section .author-name {
  font-size: 20px;
  line-height: 1.6;
  color: black;
  margin-bottom: 40px;
}
.clients-blog-section .hs-embed-wrapper {
  width: calc(100% - 140px) !important;
  max-width: 100% !important;
  margin: 50px 70px !important;
}

  
@media (max-width: 1499px) {
  .blog-section .recent-blog-wrapper .recent-posts,
  .blog-section .post-listing {
    column-gap: 50px;
  }
  .hs-blog-listing .blog-section-header .row-fluid {
    column-gap: 50px;
  }
}
@media (max-width: 1299px) {
  .teams-blog-section .blog-listing-wrapper .post-listing .post-item .item-info h3 {
    font-size: 20px;
  }
  .teams-blog-section .blog-listing-wrapper .post-listing .post-item .item-info p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .blog-section .recent-blog-wrapper .recent-posts,
  .blog-section .post-listing {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }
  .hs-blog-listing .blog-section-header .row-fluid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .hs-blog-listing .blog-section-header .row-fluid:before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .blog-section {
    margin-top: 50px;
  }
  .blog-section .blog-post-wrapper h1,
  .blog-section .recent-blog-wrapper h2 {
    font-size: 36px;
  }
  .blog-section .recent-blog-wrapper h2 {
    margin-bottom: 30px;
  }
  .blog-section .recent-blog-wrapper .recent-post h3,
  .blog-section .recent-blog-wrapper .recent-post h3 a,
  .blog-section .post-listing .post-item h3,
  .blog-section .post-listing .post-item h3 a {
    font-size: 24px;
  }
  
  .blog-section .blog-post-wrapper .post-body,
  .blog-section .post-listing .post-body {
    margin-top: 20px;
  }
  .blog-section .blog-listing-wrapper .load-more {
    margin-top: 30px;
  }
  .hs-blog-listing .blog-section-header {
    margin: 50px 0 -30px 0;
  }
  .hs-blog-listing .blog-section-header .row-fluid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .hs-blog-listing .blog-section-header .blog-filter-block h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .hs-blog-listing .blog-section-header .blog-filter-block h2:after {
    bottom: -10px;
    left: calc(50% - 150px);
    width: 300px;
  }
  .search-result-section {
    margin-top: 50px;
  }
  .teams-blog-section {
    margin: 50px 0;
  }
  .teams-blog-section .blog-post-wrapper .sub-heading {
    font-size: 16px;
    padding-top: 30px;
  }
  .teams-blog-section .blog-post-wrapper h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .teams-blog-section .blog-post-wrapper .post-featured-image {
    width: calc(50% - 20px);
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .teams-blog-section .blog-listing-wrapper .intro h2 {
    font-size: 36px;
  }
  .teams-blog-section .blog-listing-wrapper .post-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .teams-blog-section .blog-listing-wrapper .post-listing .post-item .item-info h3 {
    font-size: 24px;
  }
  .teams-blog-section .blog-listing-wrapper .post-listing .post-item .item-info p {
    font-size: 16px;
  }
  .industries-blog-section {
    margin: 50px 0 0 0;
  }
  .clients-blog-section {
    margin-top: 50px;
  }
  .clients-blog-section .post-featured-image {
    width: calc(50% - 20px);
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .clients-blog-section .sub-heading {
    font-size: 16px;
    padding-top: 30px;
  }
  .clients-blog-section h2 {
    font-size: 36px;
  }
  .clients-blog-section .hs-embed-wrapper {
    width: 100% !important;
    margin: 30px 0 !important;
  }
}

@media (max-width: 767px) {
  .blog-section .recent-blog-wrapper .recent-post,
  .blog-section .post-listing .post-item {
    width: 100%;
  }
  .blog-section .recent-blog-wrapper .recent-posts,
  .blog-section .post-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .teams-blog-section .blog-post-wrapper .post-featured-image {
    width: 100%;
    margin: 0 0 20px 0;
    float: unset;
  }
  .teams-blog-section .blog-post-wrapper .sub-heading {
    padding: 0px;
  }
  .teams-blog-section h2 {
    margin-bottom: 20px;
  }
  .teams-blog-section .blog-listing-wrapper .post-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .clients-blog-section .post-featured-image {
    width: 100%;
    margin: 0 0 20px 0;
    float: unset;
  }
  .clients-blog-section .sub-heading {
    padding: 0px;
  }
}