.nav-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:0;width:100%;height:4rem;padding:1rem 16%;background-color:#141515}.nav-header.home{position:absolute;z-index:1000;background-color:transparent}.nav-header__logo-box{display:inline-block;height:100%}.nav-header__logo-box .logo{height:100%;object-fit:contain}.nav-header__nav .nav-list{display:flex;flex-direction:row;justify-content:auto;align-items:center;gap:1.6rem;list-style:none}.nav-header__nav .nav-list .nav-link{font-size:1rem;font-weight:400;text-transform:capitalize;text-decoration:none;letter-spacing:.025rem;color:#cacdce;transition:color .2s ease}.nav-header__nav .nav-list .nav-link:hover{color:#fff}.nav-header__nav .nav-list .nav-link.cta{padding:.45rem .8rem .4rem;border-radius:.32rem;font-weight:500;color:#041925;background-color:#fff}.nav-header__toggle{display:none;aspect-ratio:1;height:100%;border-radius:.4rem;font-size:1.4rem;color:#fff;background-color:#1d1f20;border:none}@media (width <= 768px){.nav-header{flex-wrap:wrap;padding:1rem 8%}.nav-header__nav{z-index:1000;display:none;order:2;width:100%;margin-top:1rem;padding:1.6rem;border-radius:.4rem;-webkit-backdrop-filter:blur(.6rem);backdrop-filter:blur(.6rem);background-color:#050506e6;opacity:0;transform:translateY(-8rem);transition:opacity .4s ease,transform .4s ease,display .4s ease allow-discrete}.nav-header__nav.active{position:relative;display:block;opacity:1;transform:translateY(0)}@starting-style{.nav-header__nav.active{display:block;opacity:0;transform:translateY(-8rem)}}.nav-header__nav.active{transition:all .4s ease,opacity .4s ease .2s}.nav-header__nav .nav-list{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:0rem}.nav-header__nav .nav-list li{width:100%}.nav-header__nav .nav-list li .nav-link{display:block;width:100%;padding:.45rem .4rem .4rem;border-radius:.32rem;text-align:center;transition:background-color .2s ease}.nav-header__nav .nav-list li .nav-link:not(.cta):hover{color:#27292a;background-color:#7ec7f1}.nav-header__nav .nav-list li .nav-link.cta{margin-top:.4rem}.nav-header__nav .nav-list li .cta{padding:.45rem .4rem .4rem}.nav-header__toggle{order:1;display:grid;place-items:center;cursor:pointer}}.headline{display:flex;flex-direction:column;justify-content:auto;align-items:center;gap:.6rem;text-align:center}.headline__title{font-family:Kanit,sans-serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;text-transform:uppercase;letter-spacing:.05rem;line-height:1;color:#27292a}.headline__subtitle{font-family:"Source Sans 3",sans-serif;font-size:clamp(1rem,4vw,1.2rem);line-height:1.5;text-transform:capitalize;color:#a0a4a7}.section-wrapper{display:flex;flex-direction:column;justify-content:auto;align-items:center;gap:3.6rem;padding:5.2rem 16%}@media (width <= 768px){.section-wrapper{padding:4.8rem 8%}}@media (width <= 576px){.section-wrapper{padding:4rem 4%}}.icon-card{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:1.2rem;padding:2rem;border-radius:.8rem;background-color:#fff;box-shadow:#00000006 0 4px 5px;transition:all .2s ease}.icon-card__icon-box{display:grid;place-items:center;aspect-ratio:1;width:3.6rem;padding:.8rem;border-radius:9999px;background-color:#d6f0ff}.icon-card__icon-box svg{width:100%;height:100%;fill:#00a2ff}.icon-card__content{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:.8rem;width:100%;height:100%}.icon-card__content .title{font-family:Kanit,sans-serif;text-transform:capitalize;font-size:1.6rem;font-weight:600;color:#3b3e40}.icon-card__content .description{font-size:1rem;line-height:1.5;color:#8a9093}.icon-card:hover{transform:translateY(-4px);background-color:#1895dc}.icon-card:hover .icon-card__icon-box{background-color:#fff}.icon-card:hover .icon-card__icon-box svg{fill:#27292a}.icon-card:hover .icon-card__content .title{color:#fff}.icon-card:hover .icon-card__content .description{color:#dfe1e2}@media (width <= 576px){.icon-card{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.2rem;text-align:center;padding:2rem 1.6rem}.icon-card__content .title{width:100%;font-size:1.4rem;line-height:1.3;margin-bottom:.4rem}}.image-card{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.8rem;padding:.8rem;border-radius:.8rem;background-color:#fff;box-shadow:#00000006 0 4px 5px;width:100%;height:auto;min-width:280px;flex-basis:calc(50% - 2.4rem);flex-grow:1}.image-card__cover{aspect-ratio:16/9;width:100%;border-radius:.4rem;overflow:hidden}.image-card__cover img{width:100%;height:100%;object-fit:cover;object-position:center}.image-card__content{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:1.2rem;padding:.8rem;flex-grow:1}.image-card__content .title{font-family:Kanit,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.2;text-transform:capitalize;color:#3b3e40}.image-card__content .description{line-height:1.6;color:#8a9093}.image-card__content .button{display:grid;place-items:center;width:fit-content;margin-top:auto;padding:.56rem 1rem;border-radius:.4rem;border:none;font-family:inherit;font-size:1rem;font-weight:400;text-transform:capitalize;background:#009bf5;color:#fff;cursor:pointer;transition:all .2s ease}.image-card__content .button:hover{background:#0067a3}@media (width <= 576px){.image-card{text-align:center}.image-card__content .title{width:100%;font-size:1.4rem;line-height:1.3}.image-card__content .button{width:100%}}a{text-decoration:none;color:inherit}.article-card{display:flex;flex-direction:row;justify-content:space-between;align-items:start;gap:2rem;width:100%;height:180px;max-width:800px}.article-card__cover{aspect-ratio:2/1;object-fit:cover;object-position:center;height:100%;border-radius:.4rem}@media (width <= 992px){.article-card__cover{aspect-ratio:1}}@media (width <= 576px){.article-card__cover{aspect-ratio:2/1;height:auto;width:100%}}.article-card .content{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.8rem;height:100%}.article-card .content__title{display:-webkit-box;overflow:hidden;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Kanit,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.2;color:#27292a}.article-card .content__summary{display:-webkit-box;overflow:hidden;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#62676a}.article-card .content .metadata{display:flex;flex-direction:row;justify-content:space-between;align-items:end;gap:.4rem;width:100%;margin-top:auto}.article-card .content .metadata__author{font-family:inherit;font-size:.9rem;text-transform:capitalize;color:#147cb8}.article-card .content .metadata__date{font-family:inherit;font-size:.9rem;text-transform:capitalize;color:#767c7f}@media (width <= 576px){.article-card{display:flex;flex-direction:column-reverse;justify-content:start;align-items:start;gap:2rem;width:100%;height:fit-content;max-width:800px;padding-block:1.2rem 1rem}}.article-card span{width:100%}.article-card span:has(span.cover){border-radius:.4rem;overflow:hidden}.article-card .content,.article-card .content .metadata{width:100%}.article-card .content .metadata span{width:fit-content}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.youtube-player{width:100%;height:100%;border:none;border-radius:.64rem;box-shadow:0 .2rem .8rem #0006}.page-hero{padding-block:8rem 6rem;position:relative}.page-hero .headline__title{color:#fff}.page-hero .headline__subtitle{font-size:1.1rem;font-weight:400;color:#b5b8ba}.page-hero:after{position:absolute;inset:0;z-index:-10;content:"";mix-blend-mode:multiply;-webkit-backdrop-filter:grayscale(100%) brightness(.9) contrast(90%) blur(2rem);backdrop-filter:grayscale(100%) brightness(.9) contrast(90%) blur(2rem);background:linear-gradient(60deg,#00273d 16%,#00a2ff 72%,#004166 90%)}.page-hero:before{position:absolute;inset:0;z-index:-20;content:"";background:url(/img/hero-background.jpeg);background-size:cover;background-position:center}@media (width <= 576px){.page-hero{padding-block:4rem}}.footer{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:3.2rem;padding:3.2rem 16% 2rem;background-color:#0a0a0b;margin-top:auto}.footer__content{display:flex;flex-direction:row;justify-content:space-between;align-items:start;gap:2rem;width:100%}.footer__content .summary-box{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:1.6rem;width:50%}.footer__content .summary-box__logo-box{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:.64rem}.footer__content .summary-box__logo-box .logo{width:2.4rem;height:auto;object-fit:contain}.footer__content .summary-box__logo-box .company-name{font-size:1.1rem;font-weight:400;color:#cacdce}.footer__content .summary-box__summary{font-size:1rem;color:#767c7f}.footer__content .column-container{display:flex;flex-direction:row;justify-content:space-around;align-items:start;gap:.64rem;width:50%}.footer__content .column-container .footer-column{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.8rem}.footer__content .column-container .footer-column__title{font-size:1rem;font-weight:400;color:#cacdce}.footer__content .column-container .footer-column__list{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.64rem;list-style:none}.footer__content .column-container .footer-column__list li *{text-decoration:none;color:#767c7f}.footer__content .column-container .footer-column__list li a:hover{color:#35a7e9;text-transform:capitalize}.footer__copyright{width:100%;font-size:.9rem;text-align:center;color:#767c7f}@media (width <= 768px){.footer{padding-inline:8%}.footer__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.footer__content .summary-box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%}.footer__content .summary-box__summary{text-align:center;width:40ch}.footer__content .column-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.footer__content .column-container .footer-column{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.8rem}.footer__content .column-container .footer-column__title{text-align:center}.footer__content .column-container .footer-column__list{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.64rem;list-style:none}.footer__content .column-container .footer-column__list li *{text-align:center}}.featured-articles .article-list{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:2rem}@media (width <= 576px){.featured-articles .article-list{gap:0}}@media (width <= 576px){.featured-articles .article-list *:not(:last-of-type){border-bottom:2px solid hsl(202,4%,96%)}}.home-hero{isolation:isolate;position:relative;display:flex;flex-direction:row;justify-content:auto;align-items:center;gap:0;width:100%;height:100svh;padding:6rem 16%;overflow:hidden}.home-hero .content{display:flex;flex-direction:column;justify-content:auto;align-items:auto;gap:1.2rem;width:fit-content}.home-hero .content__title{max-width:12ch;font-family:Kanit,sans-serif;font-style:italic;font-size:clamp(2.8rem,10vw,4.8rem);font-weight:800;text-transform:uppercase;line-height:.9;color:#fff;filter:drop-shadow(0 0 1.6rem black)}.home-hero .content__subtitle{max-width:70ch;font-size:clamp(1rem,.3rem + 2vw,1.2rem);font-weight:350;line-height:1.5;color:#cacdce}.home-hero .content__cta-button{display:grid;place-items:center;width:fit-content;padding:.64rem 1.6rem;border-radius:.4rem;font-family:Kanit,sans-serif;font-size:clamp(1rem,.3rem + 2vw,1.2rem);font-weight:500;text-decoration:none;color:#041925;background-color:#ebf8ff;transition:all .2s ease}.home-hero .content__cta-button:hover{outline:1px solid hsl(202,100%,96%);color:#ebf8ff;background-color:#edf7fd0a}.home-hero:after{position:absolute;inset:0;z-index:-10;content:"";mix-blend-mode:multiply;-webkit-backdrop-filter:grayscale(100%) brightness(.9) contrast(90%);backdrop-filter:grayscale(100%) brightness(.9) contrast(90%);background:linear-gradient(60deg,#00273d 16%,#00a2ff 72%,#004166 90%)}.home-hero:before{position:absolute;inset:0;z-index:-20;content:"";background:url(/img/hero-background.jpeg);background-size:cover;background-position:center}@media (width <= 768px){.home-hero{padding:6rem 8%}.home-hero .content{align-items:center;text-align:center}.home-hero .content__title{max-width:auto}}.home-about{gap:2.8rem;background-color:#fff}.home-about .content{display:flex;flex-direction:column;justify-content:auto;align-items:center;gap:0;width:100%}.home-about .content p{width:70ch;font-size:1.1rem;text-align:center;line-height:1.6;color:#8a9093}.home-about .quote{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.8rem}.home-about .quote blockquote{padding:.4rem 1.2rem .32rem;border-radius:.4rem;font-size:1.1rem;font-style:italic;font-weight:400;text-align:center;color:#147cb8;background-color:#d6f0ff}.home-about .quote cite{font-size:.92rem;font-weight:500;font-style:italic;color:#8a9093}@media (width <= 768px){.home-about .content p{width:100%;font-size:1rem}.home-about .quote blockquote{font-size:1rem}}.home-services{background-color:#f4f5f5}.home-services .card-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;gap:2.4rem}@media (width <= 992px){.home-services .card-container{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(auto,1fr)}}.home-hero-product{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;isolation:isolate;position:relative}.home-hero-product:after{position:absolute;inset:0;z-index:-10;content:"";mix-blend-mode:multiply;-webkit-backdrop-filter:grayscale(100%) brightness(.8) contrast(80%) blur(2rem);backdrop-filter:grayscale(100%) brightness(.8) contrast(80%) blur(2rem);background:linear-gradient(-60deg,#003452 16%,#0081cc 72%,#0067a3 90%)}.home-hero-product:before{position:absolute;inset:0;z-index:-20;content:"";background:url(/img/hero-background.jpeg);background-size:cover;background-position:center}.home-hero-product__cover{aspect-ratio:16/9;width:80%}.home-hero-product .content{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1rem;text-align:center}.home-hero-product .content__title{font-family:Kanit,sans-serif;font-style:italic;font-size:clamp(2.4rem,8vw,3.2rem);line-height:1;text-transform:uppercase;color:#fff}.home-hero-product .content__description,.home-hero-product .content p{width:80%;font-size:clamp(1rem,.3rem + 2vw,1.1rem);line-height:1.5;color:#a0a4a7}.home-hero-product .content__cta{display:grid;place-items:center;width:fit-content;padding:.64rem 1.6rem;border-radius:.4rem;font-family:Kanit,sans-serif;font-size:clamp(1rem,.3rem + 2vw,1.1rem);font-weight:500;text-decoration:none;color:#041925;background-color:#ebf8ff;transition:all .2s ease}.home-hero-product .content__cta:hover{outline:1px solid hsl(202,100%,96%);color:#ebf8ff;background-color:#edf7fd0a}@media (width <= 768px){.home-hero-product{height:100lvh;gap:2rem}.home-hero-product__cover,.home-hero-product .content__description,.home-hero-product .content p{width:100%}}.home-products{background-color:#eaebeb}.home-products .card-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:2.4rem;flex-wrap:wrap}.home-cta{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.home-cta:after{position:absolute;inset:0;z-index:-10;content:"";mix-blend-mode:multiply;-webkit-backdrop-filter:grayscale(100%) brightness(.4) contrast(64%) blur(2rem);backdrop-filter:grayscale(100%) brightness(.4) contrast(64%) blur(2rem);background:linear-gradient(60deg,#003452 16%,#0081cc 72%,#0067a3 90%)}.home-cta:before{position:absolute;inset:0;z-index:-20;content:"";background:url(/img/hero-background.jpeg);background-size:cover;background-position:center center}.home-cta__title{width:50%;font-family:Kanit,sans-serif;font-style:italic;font-size:4rem;font-weight:800;text-transform:uppercase;line-height:1;color:#fff;filter:drop-shadow(0 0 1.6rem black)}.home-cta .form-container{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.8rem;width:40%}.home-cta .form-container__subtitle{font-size:1.2rem;font-weight:500;color:#cacdce}.home-cta .form-container .form{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;column-gap:.64rem;row-gap:.8rem;width:100%}.home-cta .form-container .form input{width:100%;padding:.4rem 1rem;border-radius:.32rem;border:none;font-family:inherit;font-size:.96rem;color:#cacdce;outline:1px solid hsla(202,100%,40%,.4);background-color:#33b4ff1a;transition:all .4s ease}.home-cta .form-container .form input::placeholder{color:#fff6}.home-cta .form-container .form input:focus{outline:1px solid hsla(202,100%,40%,.8);background-color:#33b4ff33}.home-cta .form-container .form__submit-btn{grid-column:1/3;display:grid;place-items:center;width:100%;min-height:3rem;padding:.5rem 1.6rem;border-radius:.4rem;border:none;font-family:var(--font-primary);font-size:1.1rem;font-weight:600;letter-spacing:.025rem;color:#fff;background-color:#00a2ff;transition:background-color .4s ease;cursor:pointer}.home-cta .form-container .form__submit-btn:disabled{cursor:wait}.home-cta .form-container .form__submit-btn.success{background-color:#6abf40;color:#2a4d19}.home-cta .form-container .form__submit-btn.failed{background-color:#e56161;color:#4d1919}@media (width <= 1600px){.home-cta .form-container .form{display:flex;flex-direction:column}.home-cta .form-container .form input{width:100%;padding:.8rem 1rem}}@media (width <= 992px){.home-cta{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;text-align:center}.home-cta__title{width:100%;font-size:3.2rem}.home-cta .form-container{width:80%}.home-cta .form-container__subtitle{width:100%;font-size:1rem;font-weight:400}}@media (width <= 576px){.home-cta{height:100lvh}.home-cta__title{font-size:2.8rem}.home-cta .form-container{width:100%}}.loader{width:9px;aspect-ratio:1;border-radius:50%;animation:l5 .8s infinite linear alternate}@keyframes l5{0%{box-shadow:14px 0 #fff,-14px 0 #5ab7ed;background:#fff}33%{box-shadow:14px 0 #fff,-14px 0 #5ab7ed;background:#5ab7ed}66%{box-shadow:14px 0 #5ab7ed,-14px 0 #fff;background:#5ab7ed}to{box-shadow:14px 0 #5ab7ed,-14px 0 #fff;background:#fff}}.default-page{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-block:auto;height:100%}.default-page .title{font-family:Kanit,sans-serif;font-size:8rem;color:#35a7e9;line-height:1}.default-page .subtitle{font-size:1.2rem;color:#767c7f}.default-page .link{display:grid;place-items:center;width:fit-content;margin-top:auto;padding:.56rem 1rem;border-radius:.4rem;border:none;font-family:inherit;font-size:1rem;font-weight:400;text-transform:capitalize;background:#009bf5;color:#fff;cursor:pointer;transition:all .2s ease}.default-page .link:hover{background:#0067a3}:root{--skeleton-base-color: hsl(202, 4%, 100%);--skeleton-highlight-color: hsl(202, 4%, 92%)}.article-page{display:flex;flex-direction:column;justify-content:auto;align-items:center;gap:2rem;max-width:800px;padding:5.2rem 0;margin-inline:auto}@media (width <= 1200px){.article-page{padding-inline:8%}}@media (width <= 576px){.article-page{padding-inline:4%;padding-block:2rem}}.article-page .header{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:1.2rem;width:100%;padding-bottom:1.2rem;border-bottom:1px solid hsl(202,4%,92%)}.article-page .header__cover{aspect-ratio:2.4/1;width:100%;object-fit:cover;border-radius:.4rem}@media (width <= 992px){.article-page .header__cover{aspect-ratio:1.8/1}}.article-page .header__title{font-family:Kanit,sans-serif;font-size:3rem;font-weight:600;line-height:1.2;color:#1d1f20}@media (width <= 768px){.article-page .header__title{font-size:2rem;line-height:1.1}}.article-page .metadata{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1.2rem;width:100%}.article-page .metadata__author,.article-page .metadata__date{font-size:1rem;font-family:inherit;color:#767c7f}.article-page .metadata__author{color:#147cb8}.article-page .body{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.8rem;width:100%}.article-page .body h1,.article-page .body h2,.article-page .body h3,.article-page .body h4{font-family:inherit;font-family:600;color:#27292a}@media (width <= 768px){.article-page .body h1,.article-page .body h2,.article-page .body h3,.article-page .body h4{line-height:1.3;margin-top:.4rem}}.article-page .body h1,.article-page .body h2{font-size:2.2rem}.article-page .body h3{font-size:1.8rem}.article-page .body h4{font-size:1.4rem}.article-page .body p{font-family:inherit;font-size:1.1rem;font-family:300;line-height:1.8;color:#62676a}@media (width <= 768px){.article-page .body p{line-height:1.5}}.article-page .body p strong,.article-page .body p b{color:#4e5255}.article-page .body p a{font-weight:400;color:#147cb8;text-decoration:underline;text-underline-offset:.1rem}.article-page .body blockquote{position:relative;width:100%;padding:1rem 1rem 1rem 1.4rem;border-radius:0rem .4rem .4rem 0;margin-block:.4rem;font-style:italic;color:#62676a;background-color:#f4f5f5}.article-page .body blockquote:after{content:"";position:absolute;top:0;left:0;width:.32rem;height:100%;border-radius:.2rem;background-color:#35a7e9}.article-page .body ul,.article-page .body ol{display:flex;flex-direction:column;gap:.32rem;padding-inline-start:2rem}.article-page .body ul li,.article-page .body ol li{font-family:inherit;font-size:1.1rem;font-family:300;line-height:2;color:#62676a}.article-page .body ul li::marker,.article-page .body ol li::marker{color:#3b3e40}@media (width <= 768px){.article-page .body ul,.article-page .body ol{padding-inline-start:1.6rem}.article-page .body ul li,.article-page .body ol li{line-height:1.5}}.article-page .body img{width:100%;height:auto;border-radius:.4rem;margin-block:2rem}.article-page .body pre{width:100%;padding:1rem;border-radius:.4rem;border:1px solid hsl(202,4%,92%);line-height:1.5;color:#4e5255;background-color:#f4f5f5}.article-page.skeleton{width:800px}.article-page.skeleton span{width:100%}.article-page.skeleton span:has(span.cover){display:block;width:100%;border-radius:.4rem;overflow:hidden}.article-page.skeleton .metadata span{width:fit-content}.article-page.skeleton body:has(span.body){display:block;width:100%}@media (width <= 576px){.article-page.skeleton{width:auto;margin-inline:0}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}*{padding:0;margin:0;box-sizing:border-box}html,body{width:100%;min-height:100dvh;font-family:"Source Sans 3",sans-serif;accent-color:hsl(202,80%,64%)}#root{width:100%;min-height:100dvh;display:flex;flex-direction:column}html{scroll-behavior:smooth}body{position:relative}.default-page h2{font-size:3rem}
