@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Open+Sans+Condensed:wght@700&family=Merriweather:wght@400;700&display=swap";.site-nav{position:sticky;top:0;z-index:100;background:#fff;transition:box-shadow .2s ease}.site-nav.scrolled{box-shadow:0 2px 12px #00000014}.site-nav__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;height:72px;gap:32px}.site-nav__logo img{width:60px;height:auto}.site-nav__links{display:flex;list-style:none;gap:28px;flex:1}.site-nav__links a{font-size:18px;font-weight:400;color:#181c26;padding:4px 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.site-nav__links a:hover,.site-nav__links a.active{color:#1eacdc;border-bottom-color:#1eacdc}.site-nav__cta{padding:10px 24px;background:linear-gradient(170deg,#dc2626,#b91c1c);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:10px;white-space:nowrap;cursor:pointer;font-family:inherit;text-decoration:none;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a;transition:transform .15s ease,box-shadow .15s ease}.site-nav__cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.site-nav__mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.site-nav__mobile-toggle span{display:block;width:24px;height:2px;background:#181c26;transition:transform .2s,opacity .2s}.site-nav__mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.site-nav__mobile-toggle.active span:nth-child(2){opacity:0}.site-nav__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.site-footer{background:#191b29;color:#fff;padding:60px 0 0}.site-footer__pro-cta{text-align:center;padding:1.25rem 0;margin-bottom:2rem;font-size:15px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__pro-cta a{color:#c12029;text-decoration:underline}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px}.site-footer__logo{margin-bottom:12px}.site-footer__logo path{fill:#c12029!important}.site-footer__brand p{color:#ffffffb3;font-size:18px;font-weight:300;line-height:1.5;margin-bottom:20px}.site-footer__contact{display:flex;flex-direction:column;gap:10px}.site-footer__contact a{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:400;transition:color .15s}.site-footer__contact a img{filter:brightness(0) invert(1)}.site-footer__contact a svg path{stroke:#17c9a7!important}.site-footer__contact a:hover{color:#1eacdc}.site-footer__col h4{font-size:20px;font-weight:700;margin-bottom:16px}.site-footer__col ul{list-style:none}.site-footer__col ul li{margin-bottom:10px}.site-footer__col ul li a{font-size:18px;font-weight:300;color:#ffffffb3;transition:color .15s}.site-footer__col ul li a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#ffffffb3}.site-footer__trust{display:inline-flex;align-items:center;gap:8px}.site-footer__dot{width:8px;height:8px;border-radius:50%;background:#17c9a7;display:inline-block}@media(max-width:1024px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.site-nav__links{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;box-shadow:0 4px 12px #0000001a}.site-nav__links.open{display:flex}.site-nav__cta{display:none}.site-nav__mobile-toggle{display:flex}}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr;gap:32px}.site-footer__bottom{flex-direction:column;gap:12px;text-align:center}}h1{font-size:var(--typography-h1-size);font-weight:var(--typography-h1-weight);letter-spacing:var(--typography-h1-letter-spacing);line-height:var(--typography-h1-line-height)}h2{font-size:var(--typography-h2-size);font-weight:var(--typography-h2-weight);letter-spacing:var(--typography-h2-letter-spacing);line-height:var(--typography-h2-line-height)}h3{font-size:var(--typography-h3-size);font-weight:var(--typography-h3-weight);letter-spacing:var(--typography-h3-letter-spacing);line-height:var(--typography-h3-line-height)}h4{font-size:var(--typography-h4-size);font-weight:var(--typography-h4-weight);letter-spacing:var(--typography-h4-letter-spacing);line-height:var(--typography-h4-line-height)}h5{font-size:var(--typography-h5-size);font-weight:var(--typography-h5-weight);letter-spacing:var(--typography-h5-letter-spacing);line-height:var(--typography-h5-line-height)}h6{font-size:var(--typography-h6-size);font-weight:var(--typography-h6-weight);letter-spacing:var(--typography-h6-letter-spacing);line-height:var(--typography-h6-line-height)}p{font-size:var(--typography-p-size);font-weight:var(--typography-p-weight);letter-spacing:var(--typography-p-letter-spacing);line-height:var(--typography-p-line-height)}body{font-family:var(--typography-body-font-family, inherit)}@media(pointer:coarse){a,button,input[type=button],input[type=submit],[role=button]{min-height:44px;min-width:44px;display:inline-flex;align-items:center}}@media(max-width:768px){html,body{overflow-x:hidden}img,video,iframe,table{max-width:100%;height:auto}pre,code{overflow-x:auto;max-width:100%}.container,main{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}}.table-scroll,.table-responsive,table{-webkit-overflow-scrolling:touch}*,*:before,*:after{box-sizing:border-box}body{font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}#nprogress{pointer-events:none}#nprogress .bar{background:#c12029;position:fixed;z-index:1031;top:0;left:0;width:100%;height:3px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #c12029,0 0 5px #c12029;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}.nprogress-custom-parent{overflow:hidden;position:relative}.font-serif{font-family:Merriweather,serif}.font-sans{font-family:Open Sans,sans-serif}.font-condensed{font-family:Open Sans Condensed,Open Sans,sans-serif}.fill-primary{fill:#c12029}.post-content{font-size:1.1rem;line-height:2;word-wrap:normal;font-family:Merriweather,serif;padding-left:0;padding-right:0;overflow-y:visible;min-width:100%;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-content p{margin:1.5em 0 0}.post-content ul{list-style-type:disc;padding-left:1.75rem;margin:1em 0}.post-content ol{list-style-type:decimal;padding-left:1.75rem;margin:1em 0}.post-content li{margin:.25em 0}.post-content li>p{margin:0}.post-content a{text-decoration:underline;color:#c12029}.post-content a:hover{color:#6c030d}.post-content h1,.post-content h2,.post-content h3{margin:1.5em 0 0!important;font-family:Open Sans Condensed,Open Sans,sans-serif}.post-content blockquote{margin:1em 0;font-style:italic;font-size:28px;border:none;border-left:4px solid #C12029;color:#a0aec0;padding-left:1.5em;line-height:1.5}.post-content div.embedded_image{margin-top:2em}.post-content div.embedded_image>img{width:100%;height:auto;display:block;border-radius:8px}p.featured-image-caption,.embedded_image p{text-align:center;color:#a0aec0;margin-top:.5em;font-size:.9rem;font-family:Open Sans,sans-serif,sans-serif}.post-content div.ql-embed-content{overflow:hidden}.post-content div.embedded_image[data-layout=wide] img{max-width:1024px;margin:0 auto 30px}.post-content div.embedded_image[data-layout=wide]{width:100vw;position:relative;left:50%;margin-left:-50vw}.post-content hr{border:none;margin:2em 0 5em;letter-spacing:1em;text-align:center}.post-content hr:before{content:"...";color:#babcbe}.post-content pre{background-color:#f7fafc;border-radius:.5rem;padding:1em;margin-top:2em}@media screen and (max-width:1024px){.post-content .embedded_image[data-layout=wide] img{max-width:100%}}.post-content img[data-align=left]{float:left;max-width:50%;margin:.5rem 1.5rem .5rem 0}.post-content img[data-align=center]{display:block;margin-left:auto;margin-right:auto}.post-content img[data-align=right]{float:right;max-width:50%;margin:.5rem 0 .5rem 1.5rem}.post-content img[data-align=wide]{width:100%;max-width:none}.post-content mark{border-radius:2px;padding:.125em .0625em}.post-content .columns-wrapper{display:grid;gap:1.5rem;margin:1.5em 0}.post-content .columns-wrapper[data-columns="2"]{grid-template-columns:1fr 1fr}.post-content .columns-wrapper[data-columns="3"]{grid-template-columns:1fr 1fr 1fr}.post-content .column{min-width:0}.post-content .column-flow{margin:1.5em 0;column-gap:2rem}.post-content .column-flow[data-columns="2"]{column-count:2}.post-content .column-flow[data-columns="3"]{column-count:3}@media screen and (max-width:768px){.post-content .columns-wrapper{grid-template-columns:1fr}.post-content .column-flow{column-count:1!important}}[v-cloak]{display:none}
