.card{--backgrounnd-color:#fff;--border-radius:10px;--body-padding:30px;--shadow:0px 3px 6px rgba(0,0,0,.16);--shadow-hover:0px 6px 6px rgba(0,0,0,.26);--image-background-color:rgba(0,0,0,.05);--image-height:60%;--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' style='fill:%23fff'/%3E%3Cpath d='M190 93.9 140 46l-60 58-19-18-31 34.2V140h160z' style='fill:%23fff'/%3E%3Ccircle cx='50' cy='50' r='20' style='fill:%23fff'/%3E%3C/svg%3E");--topic-color:rgba(0,0,0,.6);--topic-border-color:var(--topic-color)}@media (max-width:758px){.card{--body-padding:20px}}.card{line-height:1.75;width:100%}.card__wrapper{-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-ms-flex-line-pack:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;-webkit-align-content:stretch;align-content:stretch;-webkit-align-items:stretch;align-items:stretch;background:var(--backgrounnd-color);border:0;border-radius:var(--border-radius);box-shadow:var(--shadow);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;-webkit-justify-content:flex-start;justify-content:flex-start;overflow:hidden;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100%}.card__wrapper--link{color:currentColor;text-decoration:none}.card__wrapper--link:hover{box-shadow:var(--shadow-hover);color:currentColor}.card__header{width:100%}.card__image-wrapper{background:var(--image-background-color) no-repeat center center var(--image-background-url);background-size:25%;height:0;padding-bottom:var(--image-height);position:relative;width:100%}.card__image{background-color:#fff;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.card__image--contain{object-fit:contain}.card__body{padding:var(--body-padding);width:100%}.card__meta{color:var(--primary);font-size:1.8rem;line-height:1.2;margin:0 0 1rem}.card__title-wrapper{display:grid;gap:15px;grid-template-columns:47px 1fr}.card__title-icon{height:47px;margin-top:-7px;object-fit:contain}.card__title{word-wrap:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.card__title-link{text-decoration:none}.card__title-link:hover{text-decoration:underline}.card__topics{font-size:1.3rem;line-height:1;margin-bottom:6px}.card__topic{border:1px solid var(--topic-border-color);border-radius:3px;color:var(--topic-color);display:inline-block;margin:0 .4rem .4rem 0;padding:.4rem .5rem;white-space:nowrap}.card__functions{font-weight:700}.card__function+:before{content:", "}.card__email-link{text-decoration:none}.card__email-link:hover{text-decoration:underline}.card__email-icon{height:11.71px;margin-right:15.25px;width:auto}.card__phone--link{text-decoration:none}.card__phone--link:hover{text-decoration:underline}.card__phone-icon{height:15.93px;margin-right:14.07px;width:auto}.card__footer{color:var(--secondary-color);line-height:0;margin-top:auto;padding:0 var(--body-padding) var(--body-padding) var(--body-padding);text-align:left;width:100%}.card__footer-icon{max-height:16.5px}.pagination{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:center;margin:30px 0 60px}.pagination a{color:currentColor;display:inline-block;margin:0 2px;padding:4px 6px;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{color:currentColor;font-size:1.4rem;line-height:1.4;padding:20px 0}.breadcrumbs{align-content:center;align-items:center;display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0;padding:0}.breadcrumbs__home-text{display:inline-block;height:0;overflow:hidden;width:0}.breadcrumbs li a{color:currentColor;font-weight:700;text-decoration:none}.breadcrumbs li a:hover{text-decoration:underline}.breadcrumbs li:last-child span{color:currentColor}.blog-listing__title{color:#00483a;font-weight:300;line-height:1.4;margin:0;overflow:hidden}.blog-listing__title span{display:inline-block;position:relative}.blog-listing__title span:before{border-top:2px solid transparent;border-color:#c3dbd6!important;content:"";height:1px;left:100%;margin-left:15px;position:absolute;top:38px;width:1000px}.blog-listing__breadcrumb-last{color:#48766c}.blog-listing__grid{column-gap:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));justify-content:center;justify-items:center;margin:30px 0;row-gap:30px}.blog-post__main-content table{width:100%!important}.blog-post__grid{display:grid;gap:0 20px;grid-auto-flow:row;grid-template-areas:". subheader subheader ." ". header sidebar ." ". main sidebar .";grid-template-columns:1fr minmax(200px,920px) minmax(20px,450px) 1fr}.blog-post__grid:before{background:var(--primary);content:"";grid-area:1/1/3/5}.blog-post__grid--full{grid-template-areas:". subheader . ." ". header header ." ". main main ." ". sidebar sidebar .";grid-template-columns:1fr minmax(100px,415px) minmax(100px,415px) 1fr}.blog-post__grid--full .blog-post__inner{padding-right:0}.blog-post__subtitle{color:#fff;font-size:3rem;font-weight:500;grid-area:subheader;padding:40px 0 0}.blog-post__header{color:#fff;grid-area:header;padding:0 0 150px}.blog-post__title{color:#fff;font-size:5rem;font-weight:300;line-height:1}.blog-post__main{grid-area:main;padding:60px 0}.blog-post__inner{padding-right:10%}.blog-post__featured-image{margin-bottom:30px;margin-top:-160px}.blog-post__featured-image img{aspect-ratio:16/8;border-radius:9px;display:block;object-fit:cover;vertical-align:top;width:100%}.blog-post__tags{margin-top:40px}.blog-post__tags-list{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px}.blog-post__sidebar{grid-area:sidebar;margin:0 0 40px}.blog-post__sidebar-author{background:var(--primary,#096bb4);border-radius:9px;box-shadow:0 3px 20px rgba(0,0,0,.16);color:#fff;padding:min(10%,50px);position:sticky;top:20px;width:100%}.blog-post__sidebar-author-info-wrapper{align-items:center;display:flex;gap:30px}.blog-post__sidebar-author-avatar{width:35%}.blog-post__sidebar-author-avatar img{aspect-ratio:1/1;border-radius:9px;object-fit:cover;width:100%}.blog-post__sidebar-author-intro{font-size:1.6rem;line-height:1.2}.blog-post__sidebar-author-name{font-size:3rem;line-height:1}.blog-post__sidebar-author-functions{margin-top:1.4rem}.blog-post__sidebar-author-bio{font-size:2rem;line-height:2;margin-top:2.4rem}.blog-post__sidebar-author-btn-wrapper{margin-top:2rem}.blog-post__author-form{-webkit-overflow-scrolling:none;backdrop-filter:blur(3px);background:rgba(0,0,0,.4);inset:0;overflow:auto;overscroll-behavior:none;padding:clamp(15px,5%,50px) 0;position:fixed;top:130px;top:0;touch-action:none;transition:all .3s ease-in-out;z-index:99999}.blog-post__author-form[aria-hidden=true]{opacity:0;visibility:hidden}.blog-post__author-form[aria-hidden=false]{opacity:1;visibility:visible}.blog-post__inner>.blog-post__quote:last-child{margin-bottom:0}.blog-post__inner>.blog-post__quote:first-child{margin-top:0}.blog-post__author-form-close{background:#000;border:2px solid #fff;border-radius:50%;color:#fff;font-size:14px;height:26px;line-height:22px;margin:0;padding:0;position:absolute;right:-10px;text-align:center;top:-10px;width:26px}.blog-post__author-form-inner{background:#fff;border-radius:9px;box-shadow:0 0 20px rgba(0,0,0,.4);color:var(--base-color);margin:0 auto;padding:20px;position:relative;width:min(600px,calc(100% - 30px))}.blog-post__autor{background-color:var(--light-gray-300);padding:100px 0}.blog-post__autor-wrapper{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 60px;justify-content:center;margin:0 auto;max-width:1100px}.blog-post__autor-avatar{width:275px}.blog-post__autor-avatar img{aspect-ratio:1/1;border-radius:9px;box-shadow:0 3px 15px rgba(0,0,0,.16);max-width:275px;object-fit:cover;width:100%}.blog-post__author-main{width:calc(100% - 335px)}.blog-post__author-name{margin:0}.blog-post__author-functions{font-weight:700;margin:0 0 2rem}.blog-post__author-description{margin-top:2rem}@media(max-width:768px){.blog-post__grid{align-items:center;display:flex;flex-direction:column;gap:0}.blog-post__header,.blog-post__subtitle{background-color:var(--primary)}.blog-post__subtitle{padding:40px 15px 0;width:100%}.blog-post__main{padding:60px 0}.blog-post__inner{padding:0 15px;width:calc(100% - 15px)}.blog-post__autor-wrapper{flex-direction:column}.blog-post__autor-avatar{text-align:center;width:100%}.blog-post__author-main{width:100%}.content-offer__btn-wrapper{text-align:center}}.related-blogs{padding:100px 0}.related-blogs__header{margin-bottom:40px}.related-blog__grid{display:grid;gap:68px;grid-template-columns:repeat(auto-fill,minmax(min(368px,100%),1fr));justify-content:center;justify-items:center}