.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:4rem}.pagination a{background:transparent;border:1px solid #e2e8f0;color:#122d3f;padding:.25rem 1rem;border-radius:100px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;text-decoration:none}.pagination a:hover{border-color:#122d3f;background:#122d3f1a;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.pagination a.active{background:#122d3f;color:#fff;border-color:#122d3f;transform:translateY(-1px);box-shadow:0 4px 12px #122d3f33}.blog-author-page-layout{display:flex;flex-direction:column;max-width:1200px;margin:4rem auto;padding:4rem;gap:4rem}@media (min-width: 768px){.blog-author-page-layout{flex-direction:row;gap:6rem}}@media (max-width: 768px){.blog-author-page-layout{margin:2.5rem auto;padding:2rem}}.author-info-column{flex:0 0 300px;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 10px 30px #00000014;text-align:center;height:fit-content}@media (max-width: 768px){.author-info-column{flex:1;padding:1.5rem}}.author-header{display:flex;flex-direction:column;align-items:center;gap:1rem}.author-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #122d3f;box-shadow:0 4px 15px #0000001a}.author-name{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:700;font-size:2.5rem;line-height:1.15;letter-spacing:-.025em}@media (min-width: 640px){.author-name{font-size:3rem}}@media (min-width: 1024px){.author-name{font-size:2.5rem}}.author-name{color:#122d3f;margin-bottom:.5rem}.author-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem}.author-posts-column{flex:1}.author-posts-heading{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:700;font-size:2.5rem;line-height:1.15;letter-spacing:-.025em}@media (min-width: 640px){.author-posts-heading{font-size:3rem}}@media (min-width: 1024px){.author-posts-heading{font-size:2.5rem}}.author-posts-heading{color:#122d3f;margin-bottom:3rem;text-align:center}@media (max-width: 768px){.author-posts-heading{font-size:1.5rem;margin-top:3rem}}.blog-post-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.blog-post-card{background:#fff;border-radius:.75rem;padding:2.5rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s ease}.blog-post-card:hover{box-shadow:0 8px 25px #00000026}.blog-post-card{overflow:hidden;cursor:pointer;padding:0;transition:transform .3s ease,box-shadow .3s ease}.blog-post-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.blog-post-card-image{width:100%;height:200px;overflow:hidden}.blog-post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-post-card:hover .blog-post-card-image img{transform:scale(1.05)}.blog-post-card-title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;margin-bottom:1.5rem;font-weight:700;font-size:1.75rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-post-card-title{font-size:1.5rem}}@media (min-width: 1024px){.blog-post-card-title{font-size:1.75rem}}.blog-post-card-title{color:#122d3f;margin-bottom:1rem;font-size:1.25rem;padding:1rem 2rem 0}.blog-post-card-title a{text-decoration:none;color:inherit}.blog-post-card-title a:hover{text-decoration:underline}@media (max-width: 768px){.blog-post-card-title{font-size:1.125rem}}.blog-post-card-excerpt{font-size:1rem;color:#666;line-height:1.6;padding:0 2rem;margin-bottom:1rem}.blog-post-card .read-more-link{display:inline-block;color:#122d3f;text-decoration:none;font-weight:600;padding:0 2rem 2rem}.blog-post-card .read-more-link:hover{text-decoration:underline}.blog-post-detail-container{max-width:900px;margin:4rem auto;padding:4rem;background-color:#fff;border-radius:1rem;box-shadow:0 10px 30px #00000014}@media (max-width: 768px){.blog-post-detail-container{margin:2.5rem auto;padding:2rem}}.blog-post-featured-image{margin-bottom:3rem;border-radius:.5rem;overflow:hidden}.blog-post-featured-image img{width:100%;height:auto;display:block}.blog-post-title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:800;font-size:3.5rem;line-height:1.1;letter-spacing:-.03em}@media (min-width: 640px){.blog-post-title{font-size:4rem}}@media (min-width: 1024px){.blog-post-title{font-size:3.5rem}}.blog-post-title{color:#122d3f;margin-bottom:1.5rem;text-align:center}@media (max-width: 768px){.blog-post-title{font-size:1.75rem}}.blog-post-meta{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;color:#666;font-size:1rem}@media (max-width: 768px){.blog-post-meta{flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem}}.blog-post-author,.blog-post-date{font-weight:500}.blog-post-content{line-height:1.6;font-size:1.125rem;color:#333}.blog-post-content h1,.blog-post-content h2,.blog-post-content h3,.blog-post-content h4,.blog-post-content h5,.blog-post-content h6{color:#122d3f;margin-top:3rem;margin-bottom:1.5rem;line-height:1.1}.blog-post-content h1{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:700;font-size:2.5rem;line-height:1.15;letter-spacing:-.025em}@media (min-width: 640px){.blog-post-content h1{font-size:3rem}}@media (min-width: 1024px){.blog-post-content h1{font-size:2.5rem}}.blog-post-content h2{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;margin-bottom:1.5rem;font-weight:700;font-size:1.75rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-post-content h2{font-size:1.5rem}}@media (min-width: 1024px){.blog-post-content h2{font-size:1.75rem}}.blog-post-content h3{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;font-weight:700;line-height:1.2;margin-bottom:1.5rem;font-weight:600;font-size:1.5rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-post-content h3{font-size:1.25rem}}@media (min-width: 1024px){.blog-post-content h3{font-size:1.5rem}}.blog-post-content h4{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;font-weight:700;line-height:1.2;margin-bottom:1.5rem;font-weight:600;font-size:1.25rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-post-content h4{font-size:1.125rem}}@media (min-width: 1024px){.blog-post-content h4{font-size:1.25rem}}.blog-post-content h5{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;font-weight:700;line-height:1.2;margin-bottom:1.5rem;font-weight:600;font-size:1.125rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-post-content h5{font-size:1rem}}@media (min-width: 1024px){.blog-post-content h5{font-size:1.125rem}}.blog-post-content h6{font-size:1.125rem}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content ul,.blog-post-content ol{margin-bottom:1.5rem;padding-left:2.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content a{color:#122d3f;text-decoration:underline}.blog-post-content a:hover{color:#102939}.blog-post-content img{max-width:100%;height:auto;display:block;margin:2.5rem auto;border-radius:.5rem;box-shadow:0 5px 15px #0000000d}.blog-post-content blockquote{border-left:4px solid #122d3f;padding-left:1.5rem;margin:2.5rem 0;font-style:italic;color:#555}.blog-post-content pre{background-color:#f4f4f4;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1.5rem}.blog-post-content code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;background-color:#e9e9e9;padding:2px 4px;border-radius:3px}.spinner{border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top:3px solid #122d3f;width:32px;height:32px;animation:spin 1s linear infinite;margin:0 auto .5rem}.blog-hero{background-color:#122d3f;color:#fff;padding:2.5rem 0;display:flex;align-items:center;position:relative;overflow:hidden}.blog-hero .container{display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 768px){.blog-hero .container{gap:2rem;text-align:center}}.blog-hero__title-wrapper{text-align:center;margin-bottom:1.5rem}.blog-hero__subtitle{color:#fff;font-size:1.125rem;font-weight:500;margin-top:.5rem;opacity:.9}.blog-hero__main-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media (max-width: 768px){.blog-hero__main-content{grid-template-columns:1fr;gap:2.5rem}}.blog-hero__content{max-width:600px;position:relative;z-index:1}.blog-hero__title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:800;font-size:3.5rem;line-height:1.1;letter-spacing:-.03em}@media (min-width: 640px){.blog-hero__title{font-size:4rem}}@media (min-width: 1024px){.blog-hero__title{font-size:3.5rem}}.blog-hero__title{margin-bottom:1.5rem;background:linear-gradient(135deg,#9ae66e,#00d4aa,#00b4d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}@media (max-width: 768px){.blog-hero__title{font-size:2.5rem}}.blog-hero__description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.blog-hero__description{font-size:1rem}}.blog-hero__highlight{color:#f0ff64;font-weight:600}.blog-hero__image{display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.blog-hero__image{margin-top:2.5rem}}.blog-hero__illustration{width:100%;max-width:500px;height:auto;opacity:.8}.blog-hero__tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}@media (max-width: 768px){.blog-hero__tags{justify-content:center}}.blog-hero__search{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media (max-width: 768px){.blog-hero__search{margin-top:2rem}}@media (max-width: 768px){.blog-hero{padding:2rem 0}.blog-hero .container{grid-template-columns:1fr;gap:2rem;text-align:center}}.blog-filters{background-color:#fff;padding:5rem 0;border-bottom:1px solid rgba(18,45,63,.1)}.blog-filters .container{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 768px){.blog-filters .container{flex-direction:row;justify-content:space-between;align-items:flex-start}}.blog-filters__tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width: 768px){.blog-filters__tags{justify-content:flex-start;flex:1}}.blog-filters__search{display:flex;align-items:center;gap:1rem;flex-direction:column}@media (min-width: 768px){.blog-filters__search{flex-direction:row}}.blog-filter-tag{background:transparent;border:2px solid #e2e8f0;color:#122d3f;padding:.5rem 1.5rem;border-radius:100px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.blog-filter-tag:hover{border-color:#122d3f;background:#122d3f0d;transform:translateY(-2px)}.blog-filter-tag--active,.blog-filter-tag--active:hover{background:#122d3f;color:#fff;border-color:#122d3f;transform:translateY(-2px)}.blog-filter-tag--hero{border-color:#fff;color:#fff;background:#ffffff1a}.blog-filter-tag--hero:hover{border-color:#fff;background:#fff3;transform:translateY(-2px)}.blog-filter-tag--hero.blog-filter-tag--active{background:#fff;color:#122d3f;border-color:#fff}.blog-filter-tag--hero.blog-filter-tag--active:hover{background:#fff;color:#122d3f;border-color:#fff;transform:translateY(-2px)}.blog-search{display:flex;align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:100px;overflow:hidden;box-shadow:0 4px 15px #0000000d;min-width:300px;transition:border-color .3s ease}.blog-search:focus-within{border-color:#122d3f;box-shadow:0 4px 15px #122d3f1a}.blog-search__input{border:none;background:transparent;padding:.5rem 1.5rem;font-size:1rem;outline:none;flex:1}.blog-search__input::placeholder{color:#999}.blog-search__button{background:#122d3f;color:#fff;border:none;height:53px;padding:12px 20px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.blog-search__button:hover{background:#102939;transform:translateY(-1px)}.blog-search__indicator{display:flex;align-items:center;justify-content:center;padding:0 1.5rem;font-size:1.125rem}.blog-search__spinner{animation:pulse 1.5s ease-in-out infinite}.blog-search__icon{opacity:.6}.blog-search--hero{background:#ffffff26;border-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-search--hero:focus-within{border-color:#fff;box-shadow:0 4px 15px #0003}.blog-search--hero .blog-search__input--hero{color:#fff}.blog-search--hero .blog-search__input--hero::placeholder{color:#ffffffb3}.blog-search--hero .blog-search__button--hero{background:#f0ff64;color:#122d3f}.blog-search--hero .blog-search__button--hero:hover{background:#f0ff64e6;transform:translateY(-1px)}.blog-search--hero .blog-search__button--hero:disabled{background:#f0ff6499;color:#122d3f99;cursor:not-allowed}.blog-search--hero .blog-search__button--hero:disabled:hover{background:#f0ff6499;transform:none}.blog-clear-filters{background:transparent;border:2px solid #122d3f;color:#122d3f;padding:.5rem 1.5rem;border-radius:100px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.blog-clear-filters:hover{background:#122d3f;color:#fff;transform:translateY(-1px)}.blog-clear-filters--hero{border-color:#fff;color:#fff;background:#ffffff1a}.blog-clear-filters--hero:hover{background:#fff;color:#122d3f;border-color:#fff;transform:translateY(-1px)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.blog-search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.blog-search-loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #122d3f;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.blog-search-loading p{color:#666;font-size:1.125rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-articles{padding:6rem 0;background:#f3f7fb}.blog-articles__title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:700;font-size:2.5rem;line-height:1.15;letter-spacing:-.025em}@media (min-width: 640px){.blog-articles__title{font-size:3rem}}@media (min-width: 1024px){.blog-articles__title{font-size:2.5rem}}.blog-articles__title{text-align:center;margin-bottom:4rem;color:#122d3f}@media (max-width: 768px){.blog-articles__title{font-size:1.75rem}}.blog-tag-info{text-align:center;margin-bottom:4rem}.blog-tag-info h2{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:700;font-size:2.5rem;line-height:1.15;letter-spacing:-.025em}@media (min-width: 640px){.blog-tag-info h2{font-size:3rem}}@media (min-width: 1024px){.blog-tag-info h2{font-size:2.5rem}}.blog-tag-info h2{color:#122d3f;margin-bottom:1rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}@media (max-width: 768px){.blog-tag-info h2{font-size:1.5rem}}.blog-tag-info p{font-size:1.125rem;color:#666;opacity:.8}@media (max-width: 768px){.blog-tag-info p{font-size:1rem}}.blog-featured{margin-bottom:5rem}.blog-featured-card{background:#fff;border-radius:.75rem;padding:2.5rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s ease}.blog-featured-card:hover{box-shadow:0 8px 25px #00000026}.blog-featured-card{overflow:hidden;cursor:pointer;padding:0;box-shadow:0 8px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.blog-featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.blog-featured-card__image{width:100%;height:400px;overflow:hidden}.blog-featured-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media (max-width: 768px){.blog-featured-card__image{height:250px}}.blog-featured-card:hover .blog-featured-card__image img{transform:scale(1.05)}.blog-featured-card__content{padding:2.5rem}@media (max-width: 768px){.blog-featured-card__content{padding:2rem}}.blog-featured-card__title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;margin-bottom:1.5rem;font-weight:700;font-size:1.75rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-featured-card__title{font-size:1.5rem}}@media (min-width: 1024px){.blog-featured-card__title{font-size:1.75rem}}.blog-featured-card__title{color:#122d3f;margin-bottom:1.5rem}@media (max-width: 768px){.blog-featured-card__title{font-size:1.5rem}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr;gap:2rem}}.blog-card{background:#fff;border-radius:.75rem;padding:2.5rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s ease}.blog-card:hover{box-shadow:0 8px 25px #00000026}.blog-card{overflow:hidden;cursor:pointer;padding:0;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.blog-card__link{display:block;text-decoration:none;color:inherit;width:100%;height:100%}.blog-card__image{width:100%;height:200px;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card__image img{transform:scale(1.05)}.blog-card__content{padding:2rem}.blog-card__title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;margin-bottom:1.5rem;font-weight:700;font-size:1.75rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-card__title{font-size:1.5rem}}@media (min-width: 1024px){.blog-card__title{font-size:1.75rem}}.blog-card__title{color:#122d3f;margin-bottom:1rem;font-size:1.25rem}@media (max-width: 768px){.blog-card__title{font-size:1.125rem}}.blog-card__meta,.blog-featured-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.blog-meta__author{font-weight:600;color:#122d3f}.blog-meta__separator{opacity:.5}.blog-meta__date{opacity:.8}.blog-no-results{text-align:center;padding:5rem 0}.blog-no-results p{font-size:1.25rem;color:#666;margin-bottom:2rem}.blog-loading{padding:4rem 0;display:flex;justify-content:center;align-items:center}.blog-loading__spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.blog-loading__spinner p{color:#122d3f;font-size:.875rem;margin:0}.blog-loading__trigger{opacity:0;height:1px}.blog-load-more{padding:4rem 0;background:#fff}.blog-load-more__button{display:inline-block;height:53px;padding:12px 20px;border:none;border-radius:100px;font-family:Ofelia Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;line-height:1.4}.blog-load-more__button:disabled{opacity:.6;cursor:not-allowed}.blog-load-more__button{background-color:#f0ff64;color:#000}.blog-load-more__button:hover:not(:disabled){background-color:#ebff31;transform:translateY(-2px)}.blog-load-more__button{display:block;margin:0 auto;min-width:200px}.blog-pagination{padding:5rem 0;background:#fff}.blog-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center}.blog-error__icon{color:#f44;margin-bottom:1.5rem}.blog-error__icon svg{width:64px;height:64px}.blog-error__title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;margin-bottom:1.5rem;font-weight:700;font-size:1.75rem;line-height:1.3;letter-spacing:-.02em}@media (min-width: 640px){.blog-error__title{font-size:1.5rem}}@media (min-width: 1024px){.blog-error__title{font-size:1.75rem}}.blog-error__title{color:#122d3f;margin-bottom:1rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-error__message{font-size:1.125rem;color:#666;margin-bottom:2.5rem;max-width:500px}.blog-error .btn{display:inline-block;background-color:#122d3f;color:#fff;padding:1rem 2.5rem;border-radius:100px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.blog-error .btn:hover{background-color:#071117;transform:translateY(-2px);box-shadow:0 8px 25px #122d3f33}.blog-cta{background-color:#fff;padding:5rem 0}.blog-cta .container{background-color:#122d3f;color:#fff;padding:6rem;border-radius:1.5rem;box-shadow:0 20px 60px #00000026;position:relative;overflow:hidden}.blog-cta .container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#f0ff6414,#00d4aa14);pointer-events:none}@media (max-width: 768px){.blog-cta .container{padding:4rem 2.5rem;border-radius:1rem}}.blog-cta__content{text-align:center;max-width:700px;margin:0 auto;position:relative;z-index:1}.blog-cta__title{font-family:Ofelia Display,Georgia,Times New Roman,serif;color:#122d3f;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:700;font-size:2.5rem;line-height:1.15;letter-spacing:-.025em}@media (min-width: 640px){.blog-cta__title{font-size:3rem}}@media (min-width: 1024px){.blog-cta__title{font-size:2.5rem}}.blog-cta__title{color:#fff;margin-bottom:1.5rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}@media (max-width: 768px){.blog-cta__title{font-size:1.75rem}}.blog-cta__description{font-size:1.125rem;color:#ffffffe6;line-height:1.6;max-width:550px;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}@media (max-width: 768px){.blog-cta__description{font-size:1rem}}.blog-cta__button{display:inline-block;height:53px;padding:12px 20px;border:none;border-radius:100px;font-family:Ofelia Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;line-height:1.4}.blog-cta__button:disabled{opacity:.6;cursor:not-allowed}.blog-cta__button{background-color:#f0ff64;color:#000}.blog-cta__button:hover:not(:disabled){background-color:#ebff31;transform:translateY(-2px)}.blog-cta__button{background:#f0ff64;color:#122d3f;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.blog-cta__button:hover{background:#f0ff64e6;transform:translateY(-2px);box-shadow:0 8px 25px #f0ff6466}@media (max-width: 768px){.blog-filters .container{align-items:center}.blog-filter-tag{font-size:.75rem;padding:.25rem 1rem}.blog-search{min-width:280px}}
