.card{--backgrounnd-color:#fff;--border-radius:0px;--body-padding:28px;--shadow:0 0 0 0px #dedede,0 0 0 transparent;--shadow-hover:0 0 0 0 #dedede,0px 4px 20px rgba(0,0,0,0.2);--image-background-color:rgba(0,0,0,0.05);--image-height:56.25%;--image-background-url:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 170'%3E%3Cpath d='M0 169.9V0h220v169.9H0zM16 154h188V16H16v138z' fill='%23fff'/%3E%3Cpath fill='%23fff' d='M190 93.9L140 46l-60 58-19-18-31 34.2V140h160z'/%3E%3Ccircle cx='50' cy='50' r='20' fill='%23fff'/%3E%3C/svg%3E")}@media (max-width:758px){.card{--body-padding:20px}}.card{width:100%}.card__wrapper{width:100%;height:100%;border-radius:var(--border-radius);background:var(--backgrounnd-color);border:0;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:stretch;transition:all .2s ease-in-out}.card__wrapper--link{text-decoration:none;color:currentColor}.card__wrapper--link:hover{color:currentColor;box-shadow:var(--shadow-hover)}.card__header{width:100%}.card__image-wrapper{width:100%;aspect-ratio:16/9;background:var(--image-background-color) no-repeat 50% var(--image-background-url);background-size:25%}.card__image{width:100%;aspect-ratio:16/9;object-fit:cover;background-color:#fff}.card__body{width:100%;padding:var(--body-padding)}.card__title{font-size:2rem;margin:0;overflow-wrap:break-word;word-wrap:auto;hyphens:auto}.card__footer{margin-top:auto;text-align:right;line-height:1;padding:0 15px 15px}.card__footer-button{display:inline-block;font-weight:500}.card__footer-button:after{content:"";margin-top:-4px;margin-left:7px;width:18px;height:18px;display:inline-block;vertical-align:middle;background:var(--primary) 6px no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.322' height='8.68'%3E%3Cpath d='M0 0l6.322 4.34L0 8.68z' fill='%23fff'/%3E%3C/svg%3E")}.pagination{margin:30px 0 60px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;gap:30px}.pagination a{margin:0 2px;padding:4px 6px;display:inline-block;color:currentColor;text-decoration:none}.pagination a:hover{color:#330c33}.pagination a.active{font-weight:700;pointer-events:none}.pagination__next-link,.pagination__prev-link{transform:scale(1.4)}.breadcrumbs__wrapper{font-size:1.4rem;line-height:1.4;margin-top:40px;margin-bottom:20px;color:#7ea69d}.breadcrumbs{margin:0;display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;align-content:center}.breadcrumbs li a{color:#7ea69d;text-decoration:none}.breadcrumbs li a:hover{text-decoration:underline}.breadcrumbs li:last-child span{color:#48766c}.blog-listing{padding:40px 0;background-color:var(--light-gray-300)}.blog-listing__container{margin:30px 0;display:grid;grid-template-columns:220px 1fr;column-gap:30px}.blog-filter__label{font-size:2rem;font-weight:700}.blog-filter__list{margin:0;padding:0;list-style:none}.blog-filter__item:before{content:"\203A";margin:0 6px 0 0;text-decoration:none}.blog-filter__item-link{color:var(--base-color);text-decoration:none}.blog-filter__item-link--active,.blog-filter__item-link:active,.blog-filter__item-link:focus,.blog-filter__item-link:hover{color:var(--base-color);text-decoration:underline}.blog-listing__breadcrumb-last{color:#48766c}.blog-listing__grid{margin:0 0 30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));justify-items:center;justify-content:center;column-gap:30px;row-gap:30px}.hs-blog-post h1{font-size:3.5rem}.hs-blog-post h2{font-size:3rem}.blog-post{padding:40px 0}.blog-post .breadcrumbs__wrapper{max-width:750px;margin:40px auto 30px}.blog-post__wrapper{max-width:1100px;margin-inline:auto;display:grid;grid-template-columns:1fr 340px;gap:40px}.blog-post__featured-image picture{margin-bottom:20px;display:block;position:relative;width:100%;height:0;padding-bottom:42.3529411764706%}.blog-post__featured-image picture img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.blog-post__meta{font-size:1.2rem;line-height:1.4;color:#7ea69d;text-transform:uppercase}.blog-post__meta a{color:currentColor;text-decoration:none}.blog-post__meta a:hover{text-decoration:underline}.blog-post__comments{margin:50px 0 0;padding:20px;background:#fff}.blog-post__sidebar,.blog-post__sidebar-sticky{display:flex;flex-direction:column;align-items:stretch;align-content:stretch;gap:40px}.blog-post__sidebar-sticky{position:sticky;top:40px;left:0}.sidebar-item{padding:30px;background-color:var(--light-gray-300)}h3.h5.sidebar-author__name{font-weight:600}.sidebar-author__name span{color:var(--secondary)}.sidebar-author__bio{font-size:1.6rem}.sidebar-author__avatar{margin:0 0 20px}.related-blogs{padding:100px 0;background-color:var(--light-gray-300)}.related-blogs__title{text-align:center;margin-bottom:40px}.related-blogs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(330px,100%),1fr));justify-items:center;justify-content:center;gap:30px;column-gap:30px;row-gap:30px}@media (max-width:992px){.blog-listing__container{grid-template-columns:1fr;row-gap:30px}.blog-filter__label{cursor:pointer;padding:10px;border:1px solid var(--secondary);position:relative;transition:all .3s ease-in-out}.blog-filter__label:after{content:"\203A";display:inline-block;position:absolute;top:calc(50% - 16px);right:15px;line-height:1.5;transition:all .3s ease-in-out}.blog-filter__label--toggle{background-color:#fff}.blog-filter__label--toggle:after{transform:rotate(90deg)}.blog-filter__list{max-height:0;overflow:hidden;transition:all .3s ease-in-out;border:1px solid transparent}.blog-filter__item:before{display:none}.blog-filter__list--toggle{max-height:100vh;border:1px solid var(--secondary);border-top:1px solid transparent;background-color:#fff}.blog-filter__item-link{display:block;padding:10px}}@media (max-width:768px){.blog-post__wrapper{grid-template-columns:1fr}}.blog-post a.btn{margin:20px 0;display:inline-block}.blog-post .blog-post__content h2{margin-top:20px}.blog-post .blog-post__content strong{width:100%;display:block}
/*# sourceMappingURL=https://cdn2.hubspot.net/hub/5329173/hub_generated/template_assets/70185770027/1653410821132/venrooy/css/templates/blog.css */