:root{--brand-red: #ff6b6b;--brand-black: #272b2a;--brand-green: #007542;--brand-green-filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(6000%) hue-rotate(125deg) brightness(90%) contrast(150%);--color-white: #ffffff;--bg-primary: #f0eee6;--hero-bg-glass: rgba(255, 255, 255, .39);--hero-border-glass: rgba(255, 255, 255, .41);--hero-shadow: rgb(236, 236, 241);--dark-bg: #14141c;--border-light: #e0e0e0;--border-dark: #cccccc;--text-danger: #e53935;--attention-delete: #ff6666;--text-primary: #333333;--text-secondary: #6e6e6e;--brand-grey-1: #87867f;--brand-grey-2: #acaca6;--brand-grey-3: #c5c5c0;--brand-grey-4: #e8e6dc;--brand-grey-5: #f0eee6;--brand-grey-6: #faf9f6;--accent-yellow-1: #ffbe3c;--accent-yellow-2: #ffcf6e;--accent-yellow-3: #ffdf9e;--accent-yellow-4: #fceccb;--accent-green-1: #059688;--accent-green-2: #63b9a4;--accent-green-3: #a7d5c2;--accent-green-4: #dcede1;--accent-blue-1: #3aa7ea;--accent-blue-2: #6ebbee;--accent-blue-3: #a1d5f5;--accent-blue-4: #def2ff;--accent-pink-1: #db4781;--accent-pink-2: #e3729e;--accent-pink-3: #efadc7;--accent-pink-4: #fbebf1;--accent-purple-1: #8a4b70;--accent-purple-2: #a1739b;--accent-purple-3: #b896b4;--accent-purple-4: #dbcad9;--grey-1: #212121;--grey-2: #333333;--grey-3: #4e4e4e;--grey-4: #6e6e6e;--grey-5: #8f8f8f;--grey-6: #cccccc;--grey-7: #e0e0e0;--grey-8: #f2f2f2;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}@font-face{font-family:Inter-Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter-Medium;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter-Italic;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter-Light;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}.blog-index-page .container{padding-top:24px;padding-bottom:24px}.blog-index-page .blog-hero-area{padding:0}.blog-index-page .blog-hero-area .blog-hero-content{display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.blog-index-page .blog-hero-area .blog-hero-content{flex-direction:row;align-items:center;gap:24px}}.blog-index-page .blog-hero-area .blog-hero-text{width:100%;order:1;text-align:center;padding:16px}@media (min-width: 1280px){.blog-index-page .blog-hero-area .blog-hero-text{width:50%;order:1;text-align:left;padding:24px}}.blog-index-page .blog-hero-area .blog-hero-text .blog-hero-title{font-size:2.5rem;font-family:Inter-Bold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;color:var(--grey-1);margin-bottom:12px}@media (min-width: 1024px){.blog-index-page .blog-hero-area .blog-hero-text .blog-hero-title{font-size:3rem}}.blog-index-page .blog-hero-area .blog-hero-text .blog-hero-description{font-size:18px;font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;color:var(--grey-2);margin:0}.blog-index-page .blog-hero-area .blog-hero-image{width:100%;order:2}@media (min-width: 1280px){.blog-index-page .blog-hero-area .blog-hero-image{width:50%;order:2;display:flex;justify-content:center}}.blog-index-page .blog-hero-area .blog-hero-image img{width:100%;height:300px;object-fit:cover;border-radius:4px;display:none}@media (min-width: 1280px){.blog-index-page .blog-hero-area .blog-hero-image img{display:block;width:100%;max-width:512px;height:336px;object-fit:cover}}.blog-index-page .blog-cards-area .blog-cards-grid{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 1024px){.blog-index-page .blog-cards-area .blog-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.blog-index-page .blog-cards-area .blog-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1600px){.blog-index-page .blog-cards-area .blog-cards-grid{grid-template-columns:repeat(4,1fr)}}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card{display:flex;flex-direction:column;height:100%;background-color:var(--color-white);border-radius:4px;overflow:hidden;transition:all .3s ease;border:1px solid var(--grey-6)}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:hover,.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:focus-within{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:hover .blog-card-img,.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:focus-within .blog-card-img{transform:scale(1.05)!important}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:hover .blog-card-title,.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:focus-within .blog-card-title{color:var(--accent-blue-2)}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:hover .blog-card-read-more,.blog-index-page .blog-cards-area .blog-cards-grid .blog-card:focus-within .blog-card-read-more{color:var(--accent-blue-1)}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-image{width:100%;aspect-ratio:16/9;overflow:hidden;background-color:var(--grey-6)}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-image .blog-card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;transform:scale(1)}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-content{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-content .blog-card-main{flex:1}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-content .blog-card-date-wrapper{margin-bottom:8px}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-content .blog-card-date{font-size:14px;font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--grey-3);display:block}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-content .blog-card-title{font-size:16px;font-family:Inter-Bold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:8px;color:var(--grey-1);line-height:1.5;transition:color .2s ease}@media (min-width: 1280px){.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-content .blog-card-title{font-size:18px}}.blog-index-page .blog-cards-area .blog-cards-grid .blog-card .blog-card-content .blog-card-description{font-size:14px;line-height:1.75;color:var(--grey-2);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}
