﻿@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*,*::before,*::after{box-sizing:border-box}*{margin:0}html{interpolate-size:allow-keywords}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{--color--success: #28a745;--color--warning: #ffc107;--color--error: #dc3545;--color--amazon: #ff9900;--color--amazon-foreground: #000;--width--content: 1100px;--fontSize--base: 16px;--lineHeight--base: 1.3;--lineHeight--headings: 1.1;--space--xxs: 0.125rem;--space--xs: 0.25rem;--space--sm: 0.5rem;--space--md: 1rem;--space--lg: 1.5rem;--space--xl: 2rem;--space--2xl: 3rem;--space--3xl: 4rem;--space--4xl: 5rem;--space--5xl: 6rem;--fontSize--xs: 0.75rem;--fontSize--sm: 0.875rem;--fontSize--md: var(--fontSize--base);--fontSize--lg: 1.25rem;--fontSize--xl: 1.5rem;--fontSize--2xl: 1.875rem;--fontSize--3xl: 2.25rem;--fontSize--4xl: 3rem;--fontSize--5xl: 4rem;--fontSize--6xl: 5rem;--fontSize--7xl: 6rem;--borderRadius--base: 4px;--boxShadow--base: 0 1px 4px var(--color--border);--fontWeight--base: 400;--fontWeight--bold: 600;--fontWeight--bolder: 900;--width--input: 16rem;--width--dropdown: 20rem;--boxShadow--button: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--witdth--content: calc( min(var(--width--content), 100vw - var(--space--md) * 2) )}:root{--fontFamily--base: "Roboto", sans-serif;--fontFamily--headings: "Playfair Display", serif;--color--background: #ffffff;--color--foreground: #212529;--color--accent: #0058b7;--color--accent-foreground: #f8f8f8;--color--border: #cfcfcf;--color--muted: #efefef}html{font-size:var(--fontSize--base)}body{font-family:var(--fontFamily--base);font-size:var(--fontSize--base);line-height:var(--lineHeight--base);background-color:var(--color--background);color:var(--color--foreground);font-weight:var(--fontWeight--base)}main{width:var(--witdth--content);margin:0 auto;display:flex;flex:1;flex-direction:column;gap:var(--space--xl)}@media(max-width: 1099px){main{gap:var(--space--md)}}main>section,main>header{display:flex;flex-direction:column;gap:var(--space--lg)}@media(max-width: 1099px){main>section,main>header{gap:var(--space--md)}}main>section>header{display:flex;flex-direction:column;gap:var(--space--md)}a{background:none;border:none;padding:0;margin:0;text-decoration:underline;cursor:pointer;font:inherit;color:var(--color--foreground)}a:hover{color:var(--color--accent)}a:hover *{color:var(--color--accent)}h1,h2,h3{font-weight:var(--fontWeight--bold);line-height:var(--lineHeight--headings);font-family:var(--fontFamily--headings);font-size:var(--fontSize--md);width:100%}h1 strong,h2 strong,h3 strong{font-weight:var(--fontWeight--bolder)}h4,h5,h6{font-weight:var(--fontWeight--bold);font-size:var(--fontSize--md);width:100%}h4 strong,h5 strong,h6 strong{font-weight:var(--fontWeight--bolder)}b,strong{font-weight:var(--fontWeight--bold)}small{font-size:var(--fontSize--sm)}li{list-style-type:none;list-style-position:outside}ol,ul{padding:0}blockquote{font-style:italic}img{border-radius:var(--borderRadius--base)}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.a-markdown{width:100%}.a-markdown h2:not(:first-child),.a-markdown h3:not(:first-child),.a-markdown h4:not(:first-child),.a-markdown h5:not(:first-child),.a-markdown h6:not(:first-child){margin-top:var(--space--md)}.a-markdown h2:not(:last-child),.a-markdown h3:not(:last-child),.a-markdown h4:not(:last-child),.a-markdown h5:not(:last-child),.a-markdown h6:not(:last-child){margin-bottom:var(--space--sm)}.a-markdown h2{font-size:var(--fontSize--xl)}.a-markdown h3{font-size:var(--fontSize--lg)}.a-markdown ol,.a-markdown ul{display:flex;flex-direction:column;gap:var(--space--xs)}.a-markdown ol li,.a-markdown ul li{list-style-type:disc;margin-left:var(--space--md)}.a-markdown ol:not(:first-child),.a-markdown ul:not(:first-child){margin-top:var(--space--sm)}.a-markdown ol:not(:last-child),.a-markdown ul:not(:last-child){margin-bottom:var(--space--sm)}.a-markdown p:not(:first-child){margin-top:var(--space--md)}.a-markdown p:not(:last-child){margin-bottom:var(--space--md)}.a-authorItem{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.a-authorItem figure{flex:1;width:100%}.a-authorItem figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.a-authorItem figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.a-authorItem{flex-direction:column}}@media(max-width: 767px){.a-authorItem{flex-direction:row}}.a-authorItem figure{max-width:var(--space--3xl)}.a-authorItem figure img,.a-authorItem figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.a-authorItem figure svg{padding:var(--space--sm)}.a-authorItem__figure img{border-radius:50% !important}.a-websiteItem{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.a-websiteItem figure{flex:1;width:100%}.a-websiteItem figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.a-websiteItem figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.a-websiteItem{flex-direction:column}}@media(max-width: 767px){.a-websiteItem{flex-direction:row}}.a-websiteItem figure{max-width:var(--space--3xl)}.a-websiteItem figure img,.a-websiteItem figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.a-websiteItem figure svg{padding:var(--space--sm)}.a-breadcrumb{display:flex;align-items:center;gap:var(--space--sm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.a-breadcrumb__items{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;max-width:66.66%;gap:var(--space--sm)}.a-breadcrumb__item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.a-breadcrumb__item:after{content:"›";display:inline-block;margin-left:var(--space--sm)}.a-breadcrumb__item--last{max-width:33.33%}.a-breadcrumb__item--last:after{display:none}.a-langSelector__button{background-color:var(--color--muted);border-radius:var(--borderRadius--base);padding:var(--space--xs) var(--space--md);color:var(--color--foreground);border:0;text-decoration:none;cursor:pointer}.a-langSelector__button:hover{background-color:var(--color--accent);color:var(--color--accent-foreground)}.a-langSelector__button[aria-expanded=true]+[role=menu]{display:block}.a-langSelector__menu{display:none;position:absolute;top:calc(var(--space--3xl) + var(--space--md) + var(--space--sm));right:var(--space--sm);background-color:var(--color--background);box-shadow:var(--boxShadow--base);border-radius:var(--borderRadius--base);list-style:none;margin:0;padding:0}.a-langSelector__item{padding:var(--space--md);border-bottom:1px solid var(--color--muted)}.a-langSelector__item:last-child{border-bottom:none}.a-langSelector__link{text-decoration:none}.a-dropdown{display:flex;gap:var(--space--md);align-items:center;list-style:none;margin:0;padding:0}@media(max-width: 1099px){.a-dropdown{display:none}}.a-dropdown__button{background:none;border:none;padding:0;margin:0;text-decoration:underline;cursor:pointer;font:inherit;color:var(--color--foreground)}.a-dropdown__button:hover{color:var(--color--accent)}.a-dropdown__button:hover *{color:var(--color--accent)}.a-dropdown__button{background:none !important;display:flex;align-items:center;gap:var(--space--xxs);position:relative}.a-dropdown__button svg{width:var(--space--lg);aspect-ratio:1;flex-shrink:0}.a-dropdown__button[aria-expanded=true]+[role=menu]{display:block}.a-dropdown__menu{display:none;position:absolute;top:calc(var(--space--3xl) + var(--space--md) + var(--space--sm));min-width:var(--width--dropdown);right:var(--space--sm);background-color:var(--color--background);box-shadow:var(--boxShadow--base);border-radius:var(--borderRadius--base);list-style:none;margin:0;padding:0}.a-dropdown__item{padding:var(--space--md);border-bottom:1px solid var(--color--muted)}.a-dropdown__item:last-child{border-bottom:none}.a-dropdown__item svg{width:var(--space--xl)}.a-dropdown__itemLink{text-decoration:none;display:flex;gap:var(--space--md);align-items:center;text-decoration:none}.a-dropdown[data-is-open=true] .a-dropdown__menu{display:block}.a-brand{display:flex;align-items:center}.a-brand__logo{width:var(--space--2xl);aspect-ratio:1}.a-brand__logo--website{box-shadow:var(--boxShadow--base)}@media(max-width: 1099px){.a-brand--small .a-brand__logo{box-shadow:none}}.a-brand--large .a-brand__logo{width:var(--space--4xl)}.a-sectionHeader{display:flex;flex-direction:column;gap:var(--space--sm);width:100%}@media(max-width: 1099px){.a-sectionHeader{gap:var(--space--xs)}}.a-sectionHeader__title{font-size:var(--fontSize--3xl)}@media(max-width: 1099px){.a-sectionHeader__title{font-size:var(--fontSize--2xl)}}@media(max-width: 767px){.a-sectionHeader__title{font-size:var(--fontSize--xl)}}.a-sectionHeader__subtitle{width:100%;font-size:var(--fontSize--xl)}@media(max-width: 1099px){.a-sectionHeader__subtitle{font-size:var(--fontSize--lg)}}@media(max-width: 767px){.a-sectionHeader__subtitle{font-size:var(--fontSize--md)}}.a-sectionHeader--h3 .a-sectionHeader__title{font-size:var(--fontSize--2xl)}@media(max-width: 1099px){.a-sectionHeader--h3 .a-sectionHeader__title{font-size:var(--fontSize--xl)}}@media(max-width: 767px){.a-sectionHeader--h3 .a-sectionHeader__title{font-size:var(--fontSize--lg)}}.a-sectionHeader--h3 .a-sectionHeader__subtitle{width:100%;font-size:var(--fontSize--lg)}@media(max-width: 1099px){.a-sectionHeader--h3 .a-sectionHeader__subtitle{font-size:var(--fontSize--md)}}@media(max-width: 767px){.a-sectionHeader--h3 .a-sectionHeader__subtitle{font-size:var(--fontSize--md)}}.a-sectionHeader--h4 .a-sectionHeader__title{font-size:var(--fontSize--xl)}@media(max-width: 1099px){.a-sectionHeader--h4 .a-sectionHeader__title{font-size:var(--fontSize--lg)}}@media(max-width: 767px){.a-sectionHeader--h4 .a-sectionHeader__title{font-size:var(--fontSize--md)}}.a-sectionHeader--h4 .a-sectionHeader__subtitle{width:100%;font-size:var(--fontSize--md)}.a-postItem{display:flex;flex-direction:column;align-items:center;gap:var(--space--md)}.a-postItem__header{display:flex;flex-direction:column;gap:var(--space--md)}.a-postItem__body{display:flex;flex-direction:column;gap:var(--space--md);gap:var(--space--sm)}@media(max-width: 1099px){.a-postItem__body{gap:var(--space--xs)}}.a-postItem__body h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.a-postItem__body h3{font-size:var(--fontSize--md)}}.a-amazonButton{background:var(--color--accent);color:var(--color--accent-foreground);padding:var(--space--sm) var(--space--md);border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--button);text-decoration:none;border:none}.a-amazonButton:hover{background-color:var(--color--muted);color:var(--color--foreground)}.a-amazonButton:active{transform:scale(0.95)}.a-amazonButton:not(:disabled){cursor:pointer}.a-amazonButton{display:inline-flex;align-items:center;justify-content:center;gap:var(--space--sm);font-size:var(--fontSize--sm);background-color:var(--color--amazon);color:var(--color--amazon-foreground)}.a-amazonButton img{width:var(--space--md);height:var(--space--md);aspect-ratio:1;border:0;box-shadow:none;filter:brightness(0)}.a-amazonButton:hover img{filter:none}.m-postGrid{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.m-postGrid{grid-template-columns:repeat(1, 1fr)}}.m-postGrid{display:grid;grid-template-columns:repeat(3, 1fr)}@media(max-width: 1099px){.m-postGrid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.m-postGrid{grid-template-columns:repeat(1, 1fr)}}.m-pageHeader{display:flex;flex-direction:column;gap:var(--space--md);width:100%;margin-top:var(--space--3xl)}@media(max-width: 1099px){.m-pageHeader{gap:var(--space--sm);margin-top:var(--space--xl)}}@media(max-width: 767px){.m-pageHeader{margin-top:var(--space--lg)}}.m-pageHeader__updatedOn{font-size:var(--fontSize--sm)}.m-pageHeader__updatedOn p{display:inline-flex;gap:var(--space--xs);background-color:var(--color--muted);padding:var(--space--xs) var(--space--sm);border-radius:var(--borderRadius--base)}.m-pageHeader__title{font-size:var(--fontSize--5xl)}@media(max-width: 1099px){.m-pageHeader__title{font-size:var(--fontSize--3xl)}}@media(max-width: 767px){.m-pageHeader__title{font-size:var(--fontSize--2xl)}}.m-pageHeader__subtitle{width:100%;font-size:var(--fontSize--2xl)}@media(max-width: 1099px){.m-pageHeader__subtitle{font-size:var(--fontSize--xl)}}@media(max-width: 767px){.m-pageHeader__subtitle{font-size:var(--fontSize--lg)}}.m-pageHeader__author{display:flex;align-items:center;margin-top:var(--space--md);gap:var(--space--md)}@media(max-width: 1099px){.m-pageHeader__author{margin-top:var(--space--sm)}}.m-pageHeader__author img{width:var(--space--2xl);height:var(--space--2xl)}.m-pageHeader__author p{display:flex;flex-direction:column}.m-pageHeader__logo{display:flex;flex-direction:row;align-items:center;gap:var(--space--md);font-size:var(--fontSize--2xl)}.m-pageHeader__logo figure{width:var(--space--2xl);height:var(--space--2xl)}@media(max-width: 1099px){.m-pageHeader__logo{margin-bottom:var(--space--sm);font-size:var(--fontSize--lg);gap:var(--space--sm)}.m-pageHeader__logo figure{width:var(--space--xl);height:var(--space--xl)}}.m-authorHeader{--imgWidth: 150px;display:flex;flex-direction:column;gap:var(--space--lg);width:100%;margin-top:var(--space--3xl)}@media(max-width: 1099px){.m-authorHeader{gap:var(--space--md);margin-top:var(--space--xl)}}@media(max-width: 767px){.m-authorHeader{margin-top:var(--space--lg)}}.m-authorHeader__content{display:flex;align-items:center;flex-direction:row;gap:var(--space--md)}@media(max-width: 767px){.m-authorHeader__content{flex-direction:column;align-items:flex-start}}.m-authorHeader__image{width:var(--imgWidth);aspect-ratio:1;flex-shrink:0}.m-authorHeader__image img{border-radius:50%}@media(max-width: 1099px){.m-authorHeader__image{width:calc(var(--imgWidth)*.66)}}.m-authorHeader__text{display:flex;flex-direction:column;gap:var(--space--sm);flex:1}.m-authorHeader__title{font-size:var(--fontSize--4xl)}@media(max-width: 1099px){.m-authorHeader__title{font-size:var(--fontSize--3xl)}}@media(max-width: 767px){.m-authorHeader__title{font-size:var(--fontSize--2xl)}}.m-authorHeader__subtitle{width:100%;font-size:var(--fontSize--lg)}@media(max-width: 1099px){.m-authorHeader__subtitle{font-size:var(--fontSize--md)}}@media(max-width: 767px){.m-authorHeader__subtitle{font-size:var(--fontSize--md)}}.o-navbar{position:sticky;top:0;padding:var(--space--md);display:flex;justify-content:space-between;align-items:center;background-color:var(--color--background);box-shadow:var(--boxShadow--base);z-index:1}@media(max-width: 1099px){.o-navbar{padding:var(--space--sm) var(--space--md)}}@media(max-width: 767px){.o-navbar{padding:var(--space--xs) var(--space--md)}}.o-navbar__items{display:flex;gap:var(--space--md);align-items:center}.o-footer{background-color:var(--color--muted);margin-top:var(--space--2xl)}.o-footer .o-footer__columns{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr;padding:var(--space--xl) 0;gap:var(--space--xl);justify-content:space-between;width:var(--witdth--content);margin:0 auto}@media(max-width: 1099px){.o-footer .o-footer__columns{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.o-footer .o-footer__columns{display:flex;flex-direction:column}}.o-footer .o-footer__column{flex:1;display:flex;flex-direction:column;gap:var(--space--md)}@media(max-width: 1099px){.o-footer .o-footer__column:first-child{grid-column-start:1;grid-column-end:3}}.o-footer .o-footer__columnBlock{display:flex;flex-direction:column;gap:var(--space--sm)}.o-footer .o-footer__columnBlock ul{display:flex;flex-direction:column;gap:var(--space--xs)}.o-hero__content{display:flex;flex-direction:column;align-items:center;gap:var(--space--md);flex-direction:row}@media(max-width: 767px){.o-hero__content{flex-direction:column;align-items:flex-start}}.o-hero__ctaPrimary{background:var(--color--accent);color:var(--color--accent-foreground);padding:var(--space--sm) var(--space--md);border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--button);text-decoration:none;border:none}.o-hero__ctaPrimary:hover{background-color:var(--color--muted);color:var(--color--foreground)}.o-hero__ctaPrimary:active{transform:scale(0.95)}.o-hero__ctaPrimary:not(:disabled){cursor:pointer}.o-keywordBoost__content{display:flex;flex-direction:column;align-items:center;gap:var(--space--md);flex-direction:row}@media(max-width: 1099px){.o-keywordBoost__content{display:block}}.o-keywordBoost__figure{flex:1}@media(max-width: 1099px){.o-keywordBoost__figure{display:none}}.o-keywordBoost__text{display:flex;flex-direction:column;gap:var(--space--md);flex:3}.o-keywordBoost__bullets{display:flex;flex-direction:column;gap:var(--space--xs)}.o-keywordBoost__bullets li{list-style-type:disc;margin-left:var(--space--md)}.o-miniTool__loading{padding:var(--space--2xl)}.o-miniTool__loading svg{animation:rotate 1s linear infinite;width:var(--space--2xl);height:var(--space--2xl);margin:0 auto}.o-miniTool__container>*{min-width:100% !important;padding:0 !important}.o-miniTool__container label{margin-bottom:var(--space--xs)}.o-miniTool__container [class*=space-]{max-width:100%;box-sizing:border-box}.o-miniTool__container [class*=space-].flex{gap:var(--space--md)}.o-miniTool__container [class*=space-]:not(.flex)>*{margin:var(--space--md);box-sizing:border-box;max-width:calc(100% - var(--space--md)*2) !important}.o-howItWorks__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-howItWorks__list{grid-template-columns:repeat(1, 1fr)}}.o-howItWorks__item{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-howItWorks__item figure{flex:1;width:100%}.o-howItWorks__item figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-howItWorks__item figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.o-howItWorks__item{flex-direction:column}}@media(max-width: 767px){.o-howItWorks__item{flex-direction:row}}.o-howItWorks__item figure{max-width:var(--space--3xl)}.o-howItWorks__item figure img,.o-howItWorks__item figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.o-howItWorks__item figure svg{padding:var(--space--sm)}.o-useCases__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-useCases__list{grid-template-columns:repeat(1, 1fr)}}.o-useCases__item{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-useCases__item figure{flex:1;width:100%}.o-useCases__item figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-useCases__item figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.o-useCases__item{flex-direction:column}}@media(max-width: 767px){.o-useCases__item{flex-direction:row}}.o-useCases__item figure{max-width:var(--space--3xl)}.o-useCases__item figure img,.o-useCases__item figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.o-useCases__item figure svg{padding:var(--space--sm)}.o-problemSolution__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-problemSolution__list{grid-template-columns:repeat(1, 1fr)}}.o-problemSolution__item{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-problemSolution__item figure{flex:1;width:100%}.o-problemSolution__item figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-problemSolution__item figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.o-problemSolution__item{flex-direction:column}}@media(max-width: 767px){.o-problemSolution__item{flex-direction:row}}.o-problemSolution__item figure{max-width:var(--space--3xl)}.o-problemSolution__item figure img,.o-problemSolution__item figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.o-problemSolution__item figure svg{padding:var(--space--sm)}.o-problemSolution__symptomps{display:flex;flex-direction:column;gap:var(--space--xs)}.o-problemSolution__symptomps li{list-style-type:disc;margin-left:var(--space--md)}.o-problemSolution__symptomps,.o-problemSolution__solution{display:flex;flex-direction:column;gap:var(--space--sm)}.o-features__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-features__list{grid-template-columns:repeat(1, 1fr)}}.o-features__item{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-features__item figure{flex:1;width:100%}.o-features__item figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-features__item figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.o-features__item{flex-direction:column}}@media(max-width: 767px){.o-features__item{flex-direction:row}}.o-features__item figure{max-width:var(--space--3xl)}.o-features__item figure img,.o-features__item figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.o-features__item figure svg{padding:var(--space--sm)}.o-socialProof__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-socialProof__list{grid-template-columns:repeat(1, 1fr)}}.o-socialProof__item{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-socialProof__item figure{flex:1;width:100%}.o-socialProof__item figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-socialProof__item figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.o-socialProof__item{flex-direction:column}}@media(max-width: 767px){.o-socialProof__item{flex-direction:row}}.o-socialProof__item figure{max-width:var(--space--3xl)}.o-socialProof__item figure img,.o-socialProof__item figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.o-socialProof__item figure svg{padding:var(--space--sm)}.o-socialProof__figure img{border-radius:50% !important}.o-hubs__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-hubs__list{grid-template-columns:repeat(1, 1fr)}}.o-hubs__item{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-hubs__item figure{flex:1;width:100%}.o-hubs__item figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-hubs__item figure+div>header>h3{font-size:var(--fontSize--lg)}.o-hubs__item{flex-direction:column}.o-hubs__featuredPostsSection{display:flex;flex-direction:column;gap:var(--space--md)}.o-hubs__featuredPostsList{display:flex;flex-direction:column;gap:var(--space--xs)}.o-hubs__featuredPostsList li{list-style-type:disc;margin-left:var(--space--md)}.o-authors__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-authors__list{grid-template-columns:repeat(1, 1fr)}}.o-mistakesToAvoid__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-mistakesToAvoid__list{grid-template-columns:repeat(1, 1fr)}}.o-mistakesToAvoid__item{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-mistakesToAvoid__item figure{flex:1;width:100%}.o-mistakesToAvoid__item figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-mistakesToAvoid__item figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.o-mistakesToAvoid__item{flex-direction:column}}@media(max-width: 767px){.o-mistakesToAvoid__item{flex-direction:row}}.o-mistakesToAvoid__item figure{max-width:var(--space--3xl)}.o-mistakesToAvoid__item figure img,.o-mistakesToAvoid__item figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.o-mistakesToAvoid__item figure svg{padding:var(--space--sm)}.o-faq__list{display:flex;flex-direction:column;gap:var(--space--md)}.o-faq__item{display:flex;flex-direction:column;border-bottom:1px solid var(--color--muted);padding-bottom:var(--space--xs);overflow:hidden}.o-faq__question{display:flex;justify-content:space-between;align-items:center;font-weight:var(--fontWeight--bold);background:none;border:0;cursor:pointer;text-align:left}.o-faq__question:hover{color:var(--color--accent)}.o-faq__question svg{width:var(--space--lg);height:var(--space--lg);transition:transform .2s ease;margin-left:var(--space--md)}.o-faq__question[aria-expanded=true] svg{transform:rotate(180deg)}.o-faq__answer{display:none;padding:var(--space--md);padding-left:0}.o-faq__answer.expanded{display:block;animation:fadeIn .2s ease}.o-roadmap__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.o-roadmap__list{grid-template-columns:repeat(1, 1fr)}}.o-roadmap__list{flex-direction:column}.o-roadmap__item{display:flex;flex-direction:row;gap:var(--space--md)}@media(max-width: 767px){.o-roadmap__item{flex-direction:column;gap:var(--space--xs)}}.o-roadmap__item>*{flex:1}.o-roadmap__header{display:flex;flex-direction:row;gap:var(--space--md);flex:1}.o-roadmap__header figure{flex:1;width:100%}.o-roadmap__header figure+div{flex:3;display:flex;flex-direction:column;gap:var(--space--sm)}.o-roadmap__header figure+div>header>h3{font-size:var(--fontSize--lg)}@media(max-width: 1099px){.o-roadmap__header{flex-direction:column}}@media(max-width: 767px){.o-roadmap__header{flex-direction:row}}.o-roadmap__header figure{max-width:var(--space--3xl)}.o-roadmap__header figure img,.o-roadmap__header figure svg{border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}.o-roadmap__header figure svg{padding:var(--space--sm)}.o-roadmap__header{align-items:center}.o-roadmap__header{flex-direction:row !important}.o-roadmap__header h3{font-size:var(--fontSize--lg)}.o-roadmap__milestones{display:flex;flex-direction:column;border-left:1px solid var(--color--border);padding-left:var(--space--md);gap:var(--space--md)}@media(max-width: 767px){.o-roadmap__milestones{padding-left:var(--space--4xl);border-left:0}}.o-roadmap__milestone{display:flex;flex-direction:column;gap:var(--space--md);gap:var(--space--xs)}.o-roadmap__headerText{display:flex;flex-direction:column;gap:var(--space--md);justify-content:center}.o-earlyAccess{justify-content:center;text-align:center;background-color:var(--color--accent-foreground);border-radius:var(--borderRadius--base);padding:var(--space--xl)}.o-earlyAccess__form{display:flex;flex-direction:column;align-items:center;gap:var(--space--md)}.o-earlyAccess__form{padding:var(--space--md);flex-direction:row;justify-content:center;align-items:center}.o-earlyAccess__form input{padding:var(--space--sm) var(--space--md);border-radius:var(--borderRadius--base);border:1px solid var(--color--border);text-align:center;background-color:var(--color--background);min-width:var(--width--input)}.o-earlyAccess__form button{background:var(--color--accent);color:var(--color--accent-foreground);padding:var(--space--sm) var(--space--md);border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--button);text-decoration:none;border:none}.o-earlyAccess__form button:hover{background-color:var(--color--muted);color:var(--color--foreground)}.o-earlyAccess__form button:active{transform:scale(0.95)}.o-earlyAccess__form button:not(:disabled){cursor:pointer}@media(max-width: 767px){.o-earlyAccess__form{flex-direction:column}}.o-finalCta{justify-content:center;text-align:center;background-color:var(--color--accent-foreground);border-radius:var(--borderRadius--base);padding:var(--space--xl)}.o-finalCta__content{padding:var(--space--md)}.o-finalCta__cta{background:var(--color--accent);color:var(--color--accent-foreground);padding:var(--space--sm) var(--space--md);border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--button);text-decoration:none;border:none}.o-finalCta__cta:hover{background-color:var(--color--muted);color:var(--color--foreground)}.o-finalCta__cta:active{transform:scale(0.95)}.o-finalCta__cta:not(:disabled){cursor:pointer}.o-rootHero__content{display:flex;flex-direction:column;align-items:center;gap:var(--space--md);flex-direction:column;text-align:center;gap:var(--space--md)}@media(max-width: 767px){.o-rootHero__content{flex-direction:column}}.o-buyingGuide{--maxImgWidth: 400px}.o-buyingGuide__content{display:flex;flex-direction:column;align-items:center;gap:var(--space--md)}.o-buyingGuide__content>*{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--space--md)}.o-buyingGuide__products{display:flex;flex-direction:column;gap:var(--space--md)}.o-buyingGuide__productList{display:flex;flex-direction:column;gap:var(--space--lg);margin:var(--space--md) 0}.o-buyingGuide__product{display:flex;align-items:flex-start;gap:var(--space--md)}@media(max-width: 767px){.o-buyingGuide__product{flex-direction:column}}.o-buyingGuide__productImg{width:20%;max-height:var(--imgHeight);aspect-ratio:1;box-shadow:var(--boxShadow--base);object-fit:contain;padding:var(--space--md)}@media(max-width: 767px){.o-buyingGuide__productImg{max-width:var(--maxImgWidth);width:100%}}.o-buyingGuide__productContent{width:80%;display:flex;flex-direction:column;gap:var(--space--md)}.o-buyingGuide__productContent h4{font-size:var(--fontSize--lg);font-family:var(--fontFamily--headings)}@media(max-width: 767px){.o-buyingGuide__productContent{width:100%}}.o-buyingGuide__prosAndCons{display:flex;gap:var(--space--sm);flex-direction:column}.o-buyingGuide__prosAndConsItems{display:flex;gap:var(--space--md);font-size:var(--fontSize--sm)}@media(max-width: 767px){.o-buyingGuide__prosAndConsItems{flex-direction:column;gap:var(--space--xs)}}.o-buyingGuide__prosAndConsItems ul{width:50%}@media(max-width: 767px){.o-buyingGuide__prosAndConsItems ul{width:100%}}.o-buyingGuide__prosAndConsItems ul{flex:1;display:flex;flex-direction:column;gap:var(--space--xs)}.o-buyingGuide__prosAndConsItems ul li{display:flex;gap:var(--space--sm);align-items:flex-start}.o-buyingGuide__prosAndConsItems ul li img{width:var(--space--md);margin-top:2px}.o-structuredInfo__content{display:flex;flex-direction:column;align-items:center;gap:var(--space--md)}.o-structuredInfo__content>*{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--space--md)}.p-blog__hubs{display:flex;flex-direction:column;align-items:center;gap:var(--space--md);gap:var(--space--xl)}.p-blog__hub{display:flex;flex-direction:column;align-items:center;gap:var(--space--md)}.p-hub h2{font-size:var(--fontSize--xl)}.p-root__authorsList{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.p-root__authorsList{grid-template-columns:repeat(1, 1fr)}}.p-root__websitesList{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space--md)}@media(max-width: 767px){.p-root__websitesList{grid-template-columns:repeat(1, 1fr)}}.p-error{min-height:100vh;display:flex;flex-direction:column}.p-error main{align-items:center;justify-content:center}.p-error__content{display:flex;flex-direction:column;align-items:center;gap:var(--space--md);max-width:calc(100vw - var(--space--md)*2);text-align:center;padding:var(--space--3xl);border-radius:var(--borderRadius--base);box-shadow:var(--boxShadow--base)}@media(max-width: 1099px){.p-error__content{padding:var(--space--2xl)}}@media(max-width: 767px){.p-error__content{padding:var(--space--xl)}}.p-error__status{font-size:var(--fontSize--6xl);font-weight:var(--fontWeight--bolder);color:var(--color--accent);margin-bottom:var(--space--sm)}@media(max-width: 1099px){.p-error__status{font-size:var(--fontSize--5xl)}}@media(max-width: 767px){.p-error__status{font-size:var(--fontSize--4xl)}}.p-error__title{font-size:var(--fontSize--3xl);margin-bottom:var(--space--md)}@media(max-width: 1099px){.p-error__title{font-size:var(--fontSize--2xl)}}@media(max-width: 767px){.p-error__title{font-size:var(--fontSize--xl)}}.p-error__description{font-size:var(--fontSize--lg);margin-bottom:var(--space--xl)}