:root {
--brand: #26a5dc;
--brand-dark: #2c3e50;
--ink: #152331;
--deep: #012939;
--footer-bg: #1f1f25;
--band: #f2f0ea;
--band-alt: #ededed;
--text: #4e4e4e;
--heading: #012939;
--white: #fff;
--radius: 3px;
--wrap: 1260px;
--sans: 'Inter', Helvetica, Arial, Lucida, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
margin: 0;
font-family: var(--sans);
font-size: 16px;
line-height: 1.7em;
color: var(--text);
background: var(--white);
overflow-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {
font-family: var(--sans);
color: var(--heading);
line-height: 1.2em;
margin: 0 0 .5em;
font-weight: 700;
}
h1 { font-size: 50px; }
h2 { font-size: 32px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
li { margin-bottom: .4em; }
hr { border: 0; border-top: 1px solid #e2e2e2; margin: 1.5em 0; }
blockquote {
margin: 1.5em 0; padding: .5em 0 .5em 1.25em;
border-left: 4px solid var(--brand); color: var(--heading); font-style: italic;
}
table { border-collapse: collapse; width: 100%; margin: 0 0 1.5em; }
th, td { border: 1px solid #e2e2e2; padding: .6em .8em; text-align: left; }
th { background: var(--band); font-weight: 700; color: var(--heading); }
.visually-hidden {
position: absolute !important; width: 1px; height: 1px;
overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.skip-link {
position: absolute; left: -9999px; top: 0; z-index: 200;
background: var(--brand); color: #fff; padding: .6em 1em;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.wrap { width: calc(80% - 20px); max-width: var(--wrap); margin: 0 auto; }
.sec { padding: 54px 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.sec > .row { width: calc(80% - 20px); max-width: var(--wrap); margin: 0 auto 30px; }
.sec > .row:last-child { margin-bottom: 0; }
.row { display: flex; flex-wrap: wrap; gap: 30px; }
.col { flex: 1 1 0; min-width: 0; }
.col-1-2 { flex-basis: calc(50% - 15px); }
.col-1-3 { flex-basis: calc(33.333% - 20px); }
.col-2-3 { flex-basis: calc(66.666% - 10px); }
.col-1-4 { flex-basis: calc(25% - 22.5px); }
.col-3-4 { flex-basis: calc(75% - 7.5px); }
.col-1-5 { flex-basis: calc(20% - 24px); }
.col-4-4 { flex-basis: 100%; }
.row.cols-1 > .col { flex-basis: 100%; }
.sec-band { background-color: var(--band); }
.sec-texture { background-color: var(--band); }
.sec-ink { background-color: #121d3d; background-size: cover; background-position: center; }
.sec-ink, .sec-ink p, .sec-ink li,
.sec-ink h1, .sec-ink h2, .sec-ink h3, .sec-ink h4 { color: #fff; }
.sec-ink a:not(.btn) { color: #fff; text-decoration: underline; }
.sec-brand { background-color: var(--brand); }
.sec-brand, .sec-brand p, .sec-brand li,
.sec-brand h1, .sec-brand h2, .sec-brand h3, .sec-brand h4 { color: var(--white); }
.sec-brand a:not(.btn) { color: var(--white); text-decoration: underline; }
.sec-brand .btn { background: var(--cta-bg); color: var(--white) !important; }
.sec-brand .btn:hover { background: var(--cta-bg-hover); color: var(--white) !important; }
.sec-dark { position: relative; background-color: #000; }
.sec-dark::before {
content: ''; position: absolute; inset: 0;
background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(2,2,2,.61) 100%);
}
.sec-dark > .row { position: relative; z-index: 1; }
.sec-dark, .sec-dark p, .sec-dark li,
.sec-dark h1, .sec-dark h2, .sec-dark h3, .sec-dark h4 { color: var(--white); }
.sec-dark h1 { text-shadow: 0 0 .3em rgba(0,0,0,.4); }
.sec-dark h2 { font-weight: 500; font-size: 24px; }
.sec-hero { padding: 90px 0 70px; }
.sec-dark.sec-hero { padding: 120px 0 100px; }
.btn {
display: inline-block;
background: var(--cta-bg);
color: var(--white) !important;
font-size: 14px;
font-weight: 700;
line-height: 1.7em;
padding: 10px 25px;
border: 0;
border-radius: var(--radius);
text-decoration: none !important;
transition: background-color .3s ease;
cursor: pointer;
}
.btn:hover { background: var(--cta-bg-hover); }
.btn-lg { font-size: 17px; font-weight: 800; padding: 14px 32px; }
.btn-wrap { margin: 1.2em 0; }
.btn-wrap-hero { text-align: center; }
.btn-hero {
background: var(--cta-bg);
font-size: 18px;
font-weight: 700;
padding: 22px 100px;
border-radius: 3px;
margin-top: 10px;
max-width: 100%;
box-shadow: 0 0 14px #0000004f;
}
.btn-hero:hover { background: var(--cta-bg-hover); }
@media (max-width: 767px) {
.btn-hero { font-size: 4vw; padding: 18px 14%; }
}
.blurb { height: 100%; }
.col > .blurb:not(:only-child) { height: auto; }
.blurb-icon { width: 64px; height: auto; margin: 0 0 14px; }
.blurb-title { font-size: 22px; margin-bottom: .4em; }
.blurb-title a { color: inherit; }
.blurb-title a:hover { color: var(--brand); }
.fig { margin: 0 0 1em; }
.fig img { border-radius: var(--radius); }
.fig img[src*="icon" i] { max-height: 90px; width: auto; }
.faq { border-bottom: 1px solid #dcdcdc; }
.faq summary {
cursor: pointer; list-style: none;
font-size: 18px; font-weight: 700; color: var(--heading);
padding: 18px 40px 18px 0; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
font-size: 26px; font-weight: 400; color: var(--brand); line-height: 1;
}
.faq[open] summary::after { content: '\2013'; }
.faq summary:hover { color: var(--brand); }
.faq-body { padding: 0 0 18px; }
.faq-body > :last-child { margin-bottom: 0; }
.sec-brand .faq { border-bottom-color: rgba(255,255,255,.35); }
.sec-brand .faq summary, .sec-brand .faq summary::after { color: #fff; }
.contact-form { max-width: 640px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 600; color: var(--heading); margin-bottom: 6px; font-size: 15px; }
.form-row input, .form-row textarea {
width: 100%; font-family: var(--sans); font-size: 16px; color: var(--text);
padding: 12px 14px; border: 1px solid #d5d5d5; border-radius: var(--radius); background: #fff;
}
.form-row textarea { min-height: 150px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--brand); outline: none; }
.form-consent { font-size: 13px; line-height: 1.6; color: #666; margin: 14px 0 18px; }
.form-hp { position: absolute; left: -9999px; }
.form-success {
background: #eaf7ee; border: 1px solid #b7e0c4; color: #1d6b34;
padding: 14px 16px; border-radius: var(--radius); margin-bottom: 20px;
}
.sec-dark .form-row label, .sec-dark .form-consent { color: #fff; }
.blog-list {
list-style: none; margin: 0; padding: 0;
display: flex; flex-wrap: wrap; align-items: flex-start;
column-gap: 15px; row-gap: 100px;
}
.blog-card { margin-bottom: 0; }
.blog-list-feature { margin-bottom: 79px; }
.blog-list-feature .blog-card { flex: 0 1 calc(50% - 7.5px); }
.blog-list-grid .blog-card { flex: 0 1 calc(33.333% - 10px); }
.blog-card-media img { width: 100%; aspect-ratio: 1080 / 675; object-fit: cover; border-radius: 15px 15px 0 0; }
.post-title { font-size: 18px; line-height: 1.26em; margin: 16px 0 8px; }
.blog-list-feature .post-title { font-size: 26px; }
.post-title a { color: var(--heading); }
.post-title a:hover { color: var(--brand); }
.post-meta { font-size: 14px; color: #777; margin: 0 0 10px; }
.post-excerpt { margin: 0 0 14px; }
.article { width: 90%; max-width: 820px; margin: 0 auto; padding: 46px 0 60px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 24px; font-size: 14px; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: #aaa; }
.breadcrumbs [aria-current='page'] { color: #777; }
.article-title { font-size: 40px; margin-bottom: .5em; }
.byline { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; }
.byline-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex: 0 0 48px; }
.byline-meta { display: flex; flex-direction: column; font-size: 14px; line-height: 1.5; }
.byline-author { color: var(--heading); font-weight: 600; }
.byline-dates { color: #777; }
.article-hero { margin: 0 0 30px; }
.article-hero img { width: 100%; border-radius: var(--radius); }
.article-body { font-size: 17px; }
.article-body h2 { font-size: 28px; margin-top: 1.5em; }
.article-body h3 { font-size: 21px; margin-top: 1.4em; }
.article-body .fig { margin: 1.6em 0; }
.article-body .table-scroll { overflow-x: auto; margin: 0 0 1.5em; }
.article-body .table-scroll > table { margin-bottom: 0; }
.article-body .sec,
.article-body .row,
.article-body .col {
padding: 0; margin: 0; display: block; width: auto; max-width: none;
background: none; gap: 0;
}
.article-body .sec::before { display: none; }
.article-body .sec-dark, .article-body .sec-brand,
.article-body .sec-dark *, .article-body .sec-brand * { color: inherit; text-shadow: none; }
.article-disclaimer {
margin-top: 40px; padding: 16px 18px; background: var(--band);
border-left: 4px solid var(--brand); font-size: 14px; line-height: 1.6;
}
.article-disclaimer p { margin: 0; }
@media (max-width: 980px) {
h1 { font-size: 36px; }
h2 { font-size: 26px; }
.article-title { font-size: 30px; }
.col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-5 { flex-basis: 100%; }
.row { gap: 24px; }
.sec { padding: 44px 0; }
.sec-hero, .sec-dark.sec-hero { padding: 60px 0 50px; }
}
@media (max-width: 767px) {
h1 { font-size: 30px; }
.article-body { font-size: 16px; }
.blog-list { row-gap: 42px; }
.blog-list-feature { margin-bottom: 91px; }
.blog-list-feature .blog-card, .blog-list-grid .blog-card { flex-basis: 100%; }
.blog-list-feature .post-title { font-size: 18px; }
}
@media (max-width: 479px) {
.blog-list-feature .post-title { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
* { transition: none !important; animation: none !important; }
}
.btn-center { text-align: center; }
.btn-right { text-align: right; }
