.tgl-astro .tgl-section{position:relative;width:100%;background-position:center center;background-size:cover}.tgl-astro .tgl-section .section-container{max-width:var(--tgl-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--tgl-section-vertical-padding) var(--tgl-section-horizontal-padding)}.tgl-astro .tgl-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.tgl-astro .tgl-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.tgl-astro .tgl-div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;position:relative;background-size:cover}.tgl-astro .tgl-button{max-width:100%}.tgl-astro .tgl-heading{max-width:100%;margin:0}.tgl-astro .tgl-post-loop{max-width:100%;width:100%}.tgl-astro .tgl-post-loop .ee-posts{--tgl-posts-per-row:1;--tgl-posts-gap:20px;display:grid;grid-template-columns:repeat(var(--tgl-posts-per-row),minmax(0,1fr));gap:var(--tgl-posts-gap);grid-auto-rows:auto}.tgl-astro .tgl-post-loop .ee-posts-list{--tgl-posts-per-row:1}.tgl-astro .tgl-post-loop .ee-posts-slider{--tgl-posts-gap:0px;display:flex;flex-wrap:nowrap!important}.tgl-astro .tgl-post-loop .ee-post{display:flex;flex-direction:column;gap:20px;padding:20px}.tgl-astro .tgl-post-loop .ee-posts-isotope{--tgl-posts-isotope-width:calc(100% / var(--tgl-posts-per-row));--tgl-posts-isotope-width-diff:calc(var(--tgl-posts-gap) - (var(--tgl-posts-gap) / var(--tgl-posts-per-row)));display:flex;flex-wrap:wrap;width:100%}.tgl-astro .tgl-post-loop .ee-posts-isotope>.ee-post,.tgl-astro .tgl-post-loop .ee-posts-isotope .ee-post-sizer{width:calc(var(--tgl-posts-isotope-width) - var(--tgl-posts-isotope-width-diff));margin-bottom:var(--tgl-posts-gap)}.tgl-astro .tgl-post-loop .ee-posts-isotope .ee-post-gutter{width:var(--tgl-posts-gap)}.tgl-astro .tgl-post-loop .ee-post .tgl-astro{display:contents}.tgl-astro .tgl-post-loop .ee-posts-list .ee-post-sizer{width:100%}.tgl-astro .tgl-post-list .ee-posts-list .ee-post-sizer,.tgl-astro .tgl-post-list .ee-posts-isotope .ee-post-gutter{pointer-events:none}.tgl-astro .tgl-post-loop .tgl-posts-pagination-infinite-loader-wrapper{text-align:center}.tgl-astro .tgl-post-loop .tgl-posts-pagination-infinite-loader-wrapper{margin-top:32px;font-size:32px}.tgl-posts-pagination{font-size:16px;gap:20px;margin-top:24px;display:flex;justify-content:center;align-items:center}.tgl-posts-pagination ul{list-style:none;display:flex;flex-wrap:wrap;gap:16px;padding:0;justify-content:inherit}.tgl-astro .tgl-posts-pagination a,.tgl-astro .tgl-posts-pagination a:hover{color:inherit;text-decoration:none}.tgl-astro .tgl-posts-pagination ul li a.is-active{color:var(--tgl-brand-primary-color)}.tgl-posts-navigation-numbers-prev-next{flex-direction:column}.tgl-posts-pagination .tgl-astro-form-loader{animation:posts-list-loading-spinner 1.5s linear infinite}@keyframes posts-list-loading-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}