html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
a { background-color: transparent; }
b,
strong { font-weight: bolder; }
code { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
img { border-style: none; }
button,
input,
select { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button,
input { overflow: visible; }
button,
select { text-transform: none; }
[type="button"],
[type="reset"],
[type="submit"],
button { -webkit-appearance: button; }
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner,
    button::-moz-focus-inner { border-style: none; padding: 0; }
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring,
    button:-moz-focusring { outline: 1px dotted ButtonText; }
legend { color: inherit; display: table; max-width: 100%; white-space: normal; }
[type="checkbox"],
[type="radio"],
legend { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
    [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
[hidden],
template { display: none; }
h1,
h2,
h3,
h4,
h5,
h6,
p { margin: 0; }
button { background-color: transparent; background-image: none; }
    button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
ul { list-style: none; margin: 0; padding: 0; }
html { font-family: Open Sans, Helvetica, Arial, sans-serif; line-height: 1.5; }
*,
:after,
:before { box-sizing: border-box; border: 0 solid transparent; }
img { border-style: solid; }
input::-moz-placeholder { color: #a0aec0; }
input:-ms-input-placeholder { color: #a0aec0; }
input::placeholder { color: #a0aec0; }
[role="button"],
button { cursor: pointer; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
button,
input,
select { padding: 0; line-height: inherit; color: inherit; }
code { font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }
canvas,
img,
svg { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
h1 { font-size: 2.25rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.125rem; }
ul { padding-left: 1.25rem; }
a,
a:hover { --text-opacity: 1; color: #003b6e; }
.servicesText { max-width: 75%; }
.iconLinks,
.iconLinks:hover { color: inherit; }
body,
html { overflow-x: hidden; padding-top: 35px; }
button[disabled] { opacity: 0.5; pointer-events: none; }
@font-face { font-family: Open Sans; src: local("Open Sans"), url(/fonts/Open_Sans/OpenSans-Regular.ttf) format("ttf"); }
.container { width: 100%; }

@media (max-width: 640px) {
    .container { max-width: 640px; }
    .py-40 { padding-top: 2rem!important; padding-bottom: 2rem!important; }
}

@media (min-width: 640px) {
    .container { max-width: 640px; }
}

@media (min-width: 768px) {
    .container { max-width: 768px; }
}

@media (min-width: 1024px) {
    .container { max-width: 1024px; }
}

@media (min-width: 1280px) {
    .container { max-width: 1280px; }
}

.prose { color: #4a5568; max-width: 65ch; }
    .prose [class~="lead"] { color: #718096; font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; margin-bottom: 1.2em; }
    .prose a { color: #1a202c; text-decoration: underline; font-weight: 500; }
    .prose strong { color: #1a202c; font-weight: 600; }
    .prose ul > li { position: relative; padding-left: 1.75em; }
        .prose ul > li:before { content: ""; position: absolute; background-color: #e2e8f0; border-radius: 50%; width: 0.375em; height: 0.375em; top: 0.6875em; left: 0.25em; }
    .prose h1 { color: #1a202c; font-weight: 800; font-size: 2.25em; margin-top: 0; margin-bottom: 0.8888889em; line-height: 1.1111111; }
    .prose h2 { color: #1a202c; font-weight: 700; font-size: 1.5em; margin-top: 2em; margin-bottom: 1em; line-height: 1.3333333; }
    .prose h3 { font-size: 1.25em; margin-top: 1.6em; margin-bottom: 0.6em; line-height: 1.6; }
    .prose h3,
    .prose h4 { color: #1a202c; font-weight: 600; }
    .prose h4 { margin-top: 1.5em; margin-bottom: 0.5em; line-height: 1.5; }
    .prose code { color: #1a202c; font-weight: 600; font-size: 0.875em; }
        .prose code:after,
        .prose code:before { content: "`"; }
    .prose a code { color: #1a202c; }
.prose { font-size: 1rem; line-height: 1.75; }
    .prose p { margin-top: 1.25em; margin-bottom: 1.25em; }
    .prose img { margin-top: 2em; margin-bottom: 2em; }
    .prose h2 code { font-size: 0.875em; }
    .prose h3 code { font-size: 0.9em; }
    .prose ul { margin-top: 1.25em; margin-bottom: 1.25em; }
    .prose li { margin-top: 0.5em; margin-bottom: 0.5em; }
    .prose > ul > li p { margin-top: 0.75em; margin-bottom: 0.75em; }
    .prose > ul > li > :first-child { margin-top: 1.25em; }
    .prose > ul > li > :last-child { margin-bottom: 1.25em; }
    .prose ul ul { margin-top: 0.75em; margin-bottom: 0.75em; }
    .prose > :first-child,
    .prose h2 + *,
    .prose h3 + *,
    .prose h4 + * { margin-top: 0; }
    .prose > :last-child { margin-bottom: 0; }
.bg-fixed { background-attachment: fixed; }
.bg-white { --bg-opacity: 1; background-color: #fff; background-color: rgba(255, 255, 255, var(--bg-opacity)); }
.bg-gray-200 { --bg-opacity: 1; background-color: #edf2f7; background-color: rgba(237, 242, 247, var(--bg-opacity)); }
.bg-blue-lighter { --bg-opacity: 1; background-color: #008cd9; background-color: rgba(0, 140, 217, var(--bg-opacity)); }
.bg-blue,
.bg-blue-darker,
.bg-primary { --bg-opacity: 1; background-color: #1a63a2;  }
.hover\:bg-blue-lighter:hover { --bg-opacity: 1; background-color: #008cd9;  }
.hover\:bg-blue-darker:hover { --bg-opacity: 1; background-color: #1a63a2; }
.bg-opacity-50 { --bg-opacity: 0.5; }
.bg-center { background-position: 50%; }
.bg-right { background-position: 100%; }
.bg-top { background-position: top; }
.bg-no-repeat { background-repeat: no-repeat; }
.bg-cover { background-size: cover; }
.border-gray-200 { --border-opacity: 1; border-color: #edf2f7; border-color: rgba(237, 242, 247, var(--border-opacity)); }
.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-full { border-radius: 9999px; }
.border-solid { border-style: solid; }
.border-2 { border-width: 2px; }
.border { border-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.order-last { order: 9999; }
.float-left { float: left; }
.font-light { font-weight: 300; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.h-3 { height: 0.75rem; }
.h-16 { height: 4rem; }
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.leading-6 { line-height: 1.5rem; }
.leading-7 { line-height: 1.75rem; }
.leading-8 { line-height: 2rem; }
.leading-none { line-height: 1; }
.m-5 { margin: 1.25rem; }
.m-auto { margin: auto; }
.my-0 { margin-top: 0; margin-bottom: 0; }
.my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
.my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
.mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 0.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.ml-2 { margin-left: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mr-3 { margin-right: 0.75rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mb-4 { margin-bottom: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mr-6 { margin-right: 1.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.-ml-12 { margin-left: -3rem; }
.-mt-16 { margin-top: -4rem; }
.max-h-125-px { max-height: 125px; }
.max-h-127-px { max-height: 127px; }
.max-w-none { max-width: none; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-115-px { max-width: 115px; }
.max-w-225-px { max-width: 225px; }
.max-w-275-px { max-width: 275px; }
.max-w-400-px { max-width: 400px; }
.max-w-1015-px { max-width: 1015px; }
.min-h-75-px { min-height: 75px; }
.min-h-500-px { min-height: 500px; }
.object-contain { -o-object-fit: contain; object-fit: contain; }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.overflow-hidden { overflow: hidden; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-12 { padding: 3rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.px-16 { padding-left: 4rem; padding-right: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-40 { padding-top: 10rem; padding-bottom: 10rem; }
.pl-0 { padding-left: 0; }
.pr-3 { padding-right: 0.75rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pl-5 { padding-left: 1.25rem; }
.pb-8 { padding-bottom: 2rem; }
.pt-10 { padding-top: 2.5rem; }
.pr-10 { padding-right: 2.5rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pt-12 { padding-top: 3rem; }
.pr-16 { padding-right: 4rem; }
.pb-20 { padding-bottom: 5rem; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.resize { resize: both; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.shadow-none { box-shadow: none; }
.fill-current { fill: currentColor; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-black { --text-opacity: 1; color: #000; color: rgba(0, 0, 0, var(--text-opacity)); }
.text-white { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, var(--text-opacity)); }
.text-gray-500 { --text-opacity: 1; color: #a0aec0; color: rgba(160, 174, 192, var(--text-opacity)); }
.text-gray-700 { --text-opacity: 1; color: #4a5568; color: rgba(74, 85, 104, var(--text-opacity)); }
.text-gray-900 { --text-opacity: 1; color: #1a202c; color: rgba(26, 32, 44, var(--text-opacity)); }
.text-blue-lighter { --text-opacity: 1; color: #008cd9; color: rgba(0, 140, 217, var(--text-opacity)); }
.text-blue,
.text-blue-darker,
.text-primary { --text-opacity: 1; color: #1a63a2; }
.hover\:text-white:hover { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, var(--text-opacity)); }
.hover\:text-blue:hover { --text-opacity: 1; color: #1a63a2;  }
.uppercase { text-transform: uppercase; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.w-3 { width: 0.75rem; }
.w-16 { width: 4rem; }
.w-48 { width: 12rem; }
.w-auto { width: auto; }
.w-2\/3 { width: 66.666667%; }
.w-full { width: 100%; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.gap-4 { grid-gap: 1rem; gap: 1rem; }
.gap-5 { grid-gap: 1.25rem; gap: 1.25rem; }
.gap-x-8 { grid-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; }
.row-gap-5 { grid-row-gap: 1.25rem; row-gap: 1.25rem; }
.gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; }
.gap-y-24 { grid-row-gap: 6rem; row-gap: 6rem; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.transform { --transform-translate-x: 0; --transform-translate-y: 0; --transform-rotate: 0; --transform-skew-x: 0; --transform-skew-y: 0; --transform-scale-x: 1; --transform-scale-y: 1; transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); }
.origin-top-right { transform-origin: top right; }
.scale-95 { --transform-scale-x: 0.95; --transform-scale-y: 0.95; }
.scale-100 { --transform-scale-x: 1; --transform-scale-y: 1; }
.hover\:scale-105:hover { --transform-scale-x: 1.05; --transform-scale-y: 1.05; }
.hover\:scale-110:hover { --transform-scale-x: 1.1; --transform-scale-y: 1.1; }
.hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; }
.transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; }
.transition-colors { transition-property: background-color, border-color, color, fill, stroke; }
.transition-opacity { transition-property: opacity; }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.duration-75 { transition-duration: 75ms; }
.duration-100 { transition-duration: 0.1s; }
.duration-150 { transition-duration: 0.15s; }
.duration-200 { transition-duration: 0.2s; }
.duration-300 { transition-duration: 0.3s; }
.duration-500 { transition-duration: 0.5s; }

@-webkit-keyframes spin {
    to { transform: rotate(1turn); }
}

@keyframes spin {
    to { transform: rotate(1turn); }
}

@-webkit-keyframes ping {
    75%, to { transform: scale(2); opacity: 0; }
}

@keyframes ping {
    75%, to { transform: scale(2); opacity: 0; }
}

@-webkit-keyframes pulse {
    50% { opacity: 0.5; }
}

@keyframes pulse {
    50% { opacity: 0.5; }
}

@-webkit-keyframes bounce {
    0%, to { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
    50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}

@keyframes bounce {
    0%, to { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
    50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}

.elevation-24 { box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }

@media (min-width: 640px) {
    .sm\:flex-row { flex-direction: row; }
    .sm\:text-4xl { font-size: 2.25rem; }
    .sm\:max-w-xl { max-width: 36rem; }
    .sm\:max-w-275-px { max-width: 275px; }
    .sm\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
    .sm\:gap-x-10 { grid-column-gap: 2.5rem; -moz-column-gap: 2.5rem; column-gap: 2.5rem; }
    .sm\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
    .md\:border-b-0 { border-bottom-width: 0; }
    .md\:mb-5 { margin-bottom: 1.25rem; }
    .md\:ml-5 { margin-left: 1.25rem; }
    .md\:mt-12 { margin-top: 3rem; }
    .md\:max-w-full { max-width: 100%; }
    .md\:max-w-410-px { max-width: 410px; }
    .md\:px-24 { padding-left: 6rem; padding-right: 6rem; }
    .md\:text-center { text-align: center; }
    .md\:w-auto { width: auto; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:col-span-1 { grid-column: span 1 / span 1; }
    .md\:col-span-2 { grid-column: span 2 / span 2; }
}

@media (min-width: 1024px) {
    .lg\:prose-lg { font-size: 1.125rem; line-height: 1.7777778; }
        .lg\:prose-lg p { margin-top: 1.3333333em; margin-bottom: 1.3333333em; }
        .lg\:prose-lg [class~="lead"] { font-size: 1.2222222em; line-height: 1.4545455; margin-top: 1.0909091em; margin-bottom: 1.0909091em; }
        .lg\:prose-lg h1 { font-size: 2.6666667em; margin-top: 0; margin-bottom: 0.8333333em; line-height: 1; }
        .lg\:prose-lg h2 { font-size: 1.6666667em; margin-top: 1.8666667em; margin-bottom: 1.0666667em; line-height: 1.3333333; }
        .lg\:prose-lg h3 { font-size: 1.3333333em; margin-top: 1.6666667em; margin-bottom: 0.6666667em; line-height: 1.5; }
        .lg\:prose-lg h4 { margin-top: 1.7777778em; margin-bottom: 0.4444444em; line-height: 1.5555556; }
        .lg\:prose-lg img { margin-top: 1.7777778em; margin-bottom: 1.7777778em; }
        .lg\:prose-lg code { font-size: 0.8888889em; }
        .lg\:prose-lg h2 code { font-size: 0.8666667em; }
        .lg\:prose-lg h3 code { font-size: 0.875em; }
        .lg\:prose-lg ul { margin-top: 1.3333333em; margin-bottom: 1.3333333em; }
        .lg\:prose-lg li { margin-top: 0.6666667em; margin-bottom: 0.6666667em; }
        .lg\:prose-lg ul > li { padding-left: 1.6666667em; }
            .lg\:prose-lg ul > li:before { width: 0.3333333em; height: 0.3333333em; top: 0.72222em; left: 0.2222222em; }
        .lg\:prose-lg > ul > li p { margin-top: 0.8888889em; margin-bottom: 0.8888889em; }
        .lg\:prose-lg > ul > li > :first-child { margin-top: 1.3333333em; }
        .lg\:prose-lg > ul > li > :last-child { margin-bottom: 1.3333333em; }
        .lg\:prose-lg ul ul { margin-top: 0.8888889em; margin-bottom: 0.8888889em; }
        .lg\:prose-lg > :first-child,
        .lg\:prose-lg h2 + *,
        .lg\:prose-lg h3 + *,
        .lg\:prose-lg h4 + * { margin-top: 0; }
        .lg\:prose-lg > :last-child { margin-bottom: 0; }
    .lg\:block { display: block; }
    .lg\:flex { display: flex; }
    .lg\:grid { display: grid; }
    .lg\:hidden { display: none; }
    .lg\:flex-row { flex-direction: row; }
    .lg\:items-start { align-items: flex-start; }
    .lg\:items-center { align-items: center; }
    .lg\:flex-grow { flex-grow: 1; }
    .lg\:order-first { order: -9999; }
    .lg\:text-2xl { font-size: 1.5rem; }
    .lg\:text-6xl { font-size: 4rem; }
    .lg\:m-auto { margin: auto; }
    .lg\:mx-0 { margin-left: 0; margin-right: 0; }
    .lg\:mx-24 { margin-left: 6rem; margin-right: 6rem; }
    .lg\:mx-auto { margin-left: auto; margin-right: auto; }
    .lg\:mt-0 { margin-top: 0; }
    .lg\:max-w-none { max-width: none; }
    .lg\:max-w-lg { max-width: 32rem; }
    .lg\:max-w-screen-xl { max-width: 1280px; }
    .lg\:overflow-hidden { overflow: hidden; }
    .lg\:overflow-visible { overflow: visible; }
    .lg\:px-0 { padding-left: 0; padding-right: 0; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .lg\:pr-4 { padding-right: 1rem; }
    .lg\:w-auto { width: auto; }
    .lg\:w-1\/2 { width: 50%; }
    .lg\:w-full { width: 100%; }
    .lg\:gap-x-8 { grid-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; }
    .lg\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:col-start-1 { grid-column-start: 1; }
    .lg\:col-start-2 { grid-column-start: 2; }
    .lg\:row-span-2 { grid-row: span 2 / span 2; }
    .lg\:row-start-1 { grid-row-start: 1; }
}

/*.text-shadow-banner { text-shadow: 0px 2px 3px #00000066; }*/


.header-bg {background-image:url('../img/banners/banner_v2.png');}
.description-bg {background-image: url(../img/banners/description-bg.png);}
.services-bg{}
.data-visualization-bg {background-image: url(../img/sections/technology_bg-blur.png);}

.text-color-dark{color:black!important;}
.text-shadow-banner {text-shadow:0px 0px 10px #00000055;}

body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}

.ul-bullet-items {list-style-type:disc;}
.ul-bullet-items li {padding:0px;}
.ul-bullet-items li p {padding-top:5px;}
.content-page a {color:dodgerblue;}
.content-page a:hover {text-decoration:underline;}

.a-link-overlay {color:white!important; text-decoration:none!important; font-weight:normal;}
.a-link-overlay:hover {text-decoration:underline!important;}

.background-dim{background-color:#ecf1f5}