.blog-index__post,
.hhs-blog-card-inner,
.blog-header__inner img {
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
overflow: hidden;
}
/* @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    */
/*****************************************/
/* headder css */

@font-face { font-family: "Semplicita Pro";
  src: url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Bold.eot") format("eot"),
    url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Bold.ttf") format("ttf"),
    url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Bold.woff") format("woff"),
    url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Bold.woff2") format("woff2"),
    url(//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Bold.otf) format("otf");
  font-weight: 700; font-display: block; 
}
@font-face { font-family: "Semplicita Pro";
  src: url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Semibold.eot") format("eot"),
    url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Semibold.ttf") format("ttf"),
    url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Semibold.woff") format("woff"),
    url("//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Semibold.woff2") format("woff2"),
    url(//24395742.fs1.hubspotusercontent-na1.net/hubfs/24395742/BuyQ_April2023/Fonts/SemplicitaPro-Semibold.otf) format("otf");
  font-weight: 600; font-display: block; 
}


header.custom-header a.cta_button {
  display: inline-block;
/*   margin-bottom: 10px; */
}

a.hs-button.primary {
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  border-radius: 20px;
}
h1{
  font-family:Semplicita Pro;
  font-weight:700;
}
h2{
  font-family:Semplicita Pro;
  font-weight:600;
}




@media (max-width: 960px){
  .custom-header + .hhs-side-menu .hhs-side-menu__ctas .hhs-side-cta-1,
  .custom-header + .hhs-side-menu .hhs-side-menu__ctas .hhs-side-cta-2 {
    display: inline-block;
  }
}


.hhs-header-logo img {
   border-radius: 0px;
}
  }

/* .hhs-foot-logo img {
    border-radius: 0px !important; 
}
 */
.hhs-header-cta, .hhs-header-search, .hhs-lang-switch {
  margin-left: 0px !important;
}

.hhs-header-cta {
    left: 6px;
}


.hhs-foot-logo a img {
    border-radius: 0px;
}



.dnd-blog-listing .scrolling-logos.slick-slider .logo-item img {
 width: 100%; 
}
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
-webkit-border-radius: 5px;
border-radius: 5px;
}