/* Press Release API: scoped adaptations of Stability 1.8.1.
   Keep the original Muli / Oswald / Anton typography, red skin and component grammar. */
:root {
  --brand: #dc2a0b;
  --ink: #2f2f2f;
  --muted: #626262;
  --line: #e3e3e3;
  --soft: #f7f7f7;
  --space: 30px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}
h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
p {
  margin-bottom: 20px;
}
a {
  color: var(--brand);
  text-underline-offset: 4px;
}
a:hover {
  color: #ad2109;
}
img {
  max-width: 100%;
  height: auto;
}
::selection {
  background: var(--brand);
  color: white;
}
input,
textarea {
  caret-color: var(--brand);
}
:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.accent {
  color: var(--brand);
}
.lead {
  font-size: 19px;
  line-height: 1.75;
  font-weight: 300;
}
.btn {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  min-height: 43px;
  padding: 11px 23px;
  border-radius: 2px;
  white-space: normal;
}
.btn i {
  margin-left: 9px;
}
.btn-lg {
  font-size: 15px;
  padding: 13px 28px;
  min-height: 49px;
}
.btn-primary {
  background: var(--brand);
  border-color: var(--brand);
}
.btn-primary:hover,
.btn-primary:focus {
  background: #b5240a;
  border-color: #b5240a;
}
.btn-default {
  background: #fff;
  border-color: #c5c5c5;
  color: #444;
}
.btn-white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-white:hover {
  background: #fff;
  color: #333;
}
.btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.text-link {
  font-weight: 700;
  font-size: 13px;
}
.text-link i {
  margin-left: 6px;
}
.small-note {
  font-size: 12px;
  line-height: 1.65;
  color: #676767;
  margin: 14px 0 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 9999;
  background: #fff;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.header {
  position: relative;
  z-index: 20;
}
.header-top {
  background: #303030;
  border: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.4;
}
.utility-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}
.utility-links {
  display: flex;
  gap: 22px;
  align-items: center;
}
.header-top a,
.header-top button {
  color: #eee;
  text-transform: uppercase;
  font-size: 10px;
}
.utility-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.utility-links i {
  margin-right: 6px;
}
.utility-links form {
  margin: 0;
  display: flex;
}
.utility-links button {
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.header-main {
  background: linear-gradient(#fff, #eaeaea);
  border-bottom: 6px solid #d4d4d4;
}
.navigation-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 114px;
  gap: 20px;
}
.brand {
  display: block;
  flex-shrink: 0;
  color: #303030;
  line-height: 1.15;
  text-decoration: none !important;
}
.brand > span {
  font-family: "Anton", sans-serif;
  font-size: 27px;
  font-weight: 400;
  white-space: nowrap;
}
.brand b {
  color: var(--brand);
  font-weight: 400;
}
.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.35px;
  margin-top: 6px;
  color: #666;
}
.brand:hover {
  color: #303030;
}
#main-nav {
  display: flex;
  align-self: stretch;
}
#main-nav > a {
  padding: 0 18px;
  display: flex;
  align-items: center;
  border-top: 5px solid transparent;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  color: #414141;
  text-transform: uppercase;
  transition:
    background 0.2s,
    border-color 0.2s;
  text-decoration: none;
}
#main-nav > a.active,
#main-nav > a:hover {
  border-color: var(--brand);
  background: #fff;
}
.menu-toggle {
  display: none;
}
.home-hero {
  background: #596569 url("/assets/images/samples/slide-bg.jpg") center/cover
    no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.hero-shade {
  width: 100%;
  background: rgb(24 30 32 / 62%);
  padding: 43px 0;
}
.hero-content {
  text-align: center;
  color: #fff;
}
.hero-content h1 {
  font-family: "Anton", sans-serif;
  font-size: 68px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: 0.2px;
}
.hero-content h1 span {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.hero-content h2 {
  font-size: 25px;
  color: #fff;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.hero-content > p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 24px;
  max-width: 730px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.hero-content .hero-note {
  font-size: 11px;
  margin-top: 17px;
  margin-bottom: 0;
  color: #eee;
}
.section {
  padding: 70px 0;
}
.section-soft {
  background: var(--soft);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.title-decorated {
  margin: 0 0 19px;
  text-align: center;
}
.title-decorated h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 29px;
  margin: 0;
  position: relative;
}
.title-decorated h2 span {
  color: var(--brand);
}
.section-intro {
  text-align: center;
  max-width: 710px;
  margin: 0 auto 43px;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1030px;
  margin: 0 auto;
}
.service-card.icon-box.boxed {
  margin: 40px 0 0;
  padding: 0 38px 32px;
  border: 1px solid var(--line);
  background: #fff;
}
.service-card .icon {
  margin-top: -38px;
}
.service-card h3 {
  font-size: 23px;
  margin-bottom: 16px;
}
.service-card p {
  line-height: 1.8;
  min-height: 100px;
}
.service-card .btn {
  margin-top: 5px;
}
.features-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  gap: 35px;
  align-items: center;
}
.feature-item {
  margin-bottom: 34px;
  min-width: 0;
}
.feature-item:last-child {
  margin-bottom: 0;
}
.feature-item .icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 22px;
  margin-right: 21px;
}
.feature-item h3 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.feature-item p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
.feature-item .icon-box-body {
  overflow: hidden;
}
.api-example {
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 9px 24px rgb(0 0 0 / 7%);
  border-radius: 3px;
  overflow: hidden;
}
.example-top {
  background: #303030;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.3px;
  padding: 16px 12px;
  text-align: center;
}
.example-top i {
  font-size: 16px;
  margin-right: 7px;
}
.example-body {
  padding: 28px 20px 22px;
}
.example-path {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: "Oswald", sans-serif;
}
.example-path > span {
  font-size: 15px;
  color: #555;
}
.example-path > strong {
  font-size: 21px;
  color: var(--brand);
  font-weight: 400;
}
.example-path > i {
  color: #888;
}
.example-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.example-split > div + div {
  border-left: 1px solid #e5e5e5;
}
.example-split .fa {
  font-size: 27px;
  color: var(--brand);
  margin: 5px 0 10px;
}
.example-split h4 {
  margin-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
}
.example-split p {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 0;
}
.api-example > a {
  display: block;
  padding: 13px;
  text-align: center;
  border-top: 1px solid #ddd;
  font-size: 11px;
  font-weight: 700;
}
.stats-band {
  background: #353c40 url("/assets/images/samples/slide-bg-sm.jpg") center/cover;
  color: #fff;
  padding: 54px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.stat {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.stat + .stat {
  border-left: 1px solid rgb(255 255 255 / 25%);
}
.stat > i {
  font-size: 25px;
  color: #eee;
  margin-bottom: 12px;
}
.stat strong {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
.stat span {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.8px;
  margin-top: 6px;
}
.use-cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.use-case {
  text-align: center;
  color: var(--muted);
  padding: 25px 9px 16px;
  border-top: 1px solid #ddd;
  text-decoration: none !important;
}
.use-case > i {
  font-size: 37px;
  color: var(--brand);
  margin-bottom: 22px;
}
.use-case h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.use-case p {
  font-size: 13px;
}
.use-case > span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
}
.use-case:hover {
  background: #f8f8f8;
  color: #444;
}
.path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1040px;
  margin: 45px auto 0;
}
.path-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid var(--brand);
  padding: 34px 38px 32px;
}
.path-card header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.path-card header > i {
  font-size: 30px;
  color: var(--brand);
}
.path-card header h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 2px 0 0;
}
.path-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #646464;
}
.path-steps {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  flex: 1;
}
.path-steps li {
  display: flex;
  gap: 18px;
  padding: 22px 0 0;
}
.path-steps .step-number {
  flex: none;
  width: 36px;
  height: 36px;
  font-size: 17px;
}
.path-steps h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 6px 0 6px;
}
.path-steps p {
  font-size: 13px;
  margin: 0;
}
.path-card .text-link {
  margin-top: 24px;
}
.faq-home {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 70px;
}
.faq-home h2 {
  font-size: 31px;
  margin: 0 0 24px;
}
.faq-list details {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #fff;
}
.faq-list summary {
  padding: 17px 45px 17px 20px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > i {
  position: absolute;
  right: 18px;
  top: 22px;
  font-size: 11px;
  color: var(--brand);
}
.faq-list details[open] summary {
  border-bottom: 1px solid #eee;
  color: var(--brand);
}
.faq-list details[open] summary > i::before {
  content: "\f068";
}
.faq-list details > div {
  padding: 18px 20px;
}
.faq-list p {
  margin-bottom: 0;
  font-size: 13px;
}
.closing-cta {
  background: #ededed;
  border-top: 1px solid #ddd;
  padding: 39px 0;
}
.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.cta-row h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.cta-row p {
  margin: 0;
  font-size: 13px;
}
.cta-row > .btn {
  flex-shrink: 0;
}
.site-footer .footer-widgets {
  background: #303030;
  padding: 55px 0 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.8fr 1.15fr;
  gap: 35px;
}
.footer-grid h3 {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 23px;
}
.footer-grid p {
  color: #bbb;
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-grid li {
  margin-bottom: 11px;
}
.footer-grid li a {
  font-size: 12px;
  color: #c5c5c5;
}
.footer-brand > span {
  font-size: 22px;
  color: #fff;
}
.footer-brand {
  margin-bottom: 20px;
}
.footer-grid .btn {
  font-size: 12px;
  padding: 11px 15px;
  color: #fff;
}
.footer-copyright {
  background: #242424;
  color: #aaa;
  padding: 21px 0;
  font-size: 11px;
}
.copyright-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.copyright-row a {
  color: #bbb;
  margin-left: 25px;
}
.page-heading {
  padding: 34px 0;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  background-image: none;
}
.heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.page-heading h1 {
  font-size: 26px;
  margin: 0;
  text-transform: uppercase;
}
.heading-row nav {
  font-size: 11px;
  flex-shrink: 0;
  max-width: 40%;
  text-align: right;
}
.heading-row nav > span:last-child {
  color: #666;
}
.heading-row nav > span {
  margin-left: 8px;
}
.service-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
}
.service-hero h2 {
  font-size: 43px;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 25px;
}
.service-hero .lead {
  font-size: 17px;
}
.service-hero-symbol {
  text-align: center;
}
.service-hero-symbol > i {
  border: 1px solid #dedede;
  background: #f7f7f7;
  box-shadow: 0 6px 20px rgb(0 0 0 / 5%);
  width: 205px;
  height: 205px;
  line-height: 205px;
  border-radius: 50%;
  font-size: 75px;
  color: var(--brand);
}
.service-hero-symbol > span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 26px;
  color: #555;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 70px;
  margin-top: 45px;
}
.feature-grid .feature-item {
  margin: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
  margin-top: 40px;
}
.steps h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 18px 0 14px;
}
.steps p {
  font-size: 13px;
}
.step-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}
.principle-icon {
  font-size: 35px;
  color: var(--brand);
}
.code-panel {
  background: #303030;
  color: #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.code-panel > div {
  padding: 15px 22px;
  border-bottom: 1px solid #505050;
  font-size: 10px;
  letter-spacing: 0.8px;
}
.code-panel pre {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.9;
  padding: 22px;
  margin: 0;
  overflow: auto;
  white-space: pre;
}
.code-panel p {
  font-size: 11px;
  color: #c3c3c3;
  padding: 0 22px 20px;
  margin: 0;
}
.feed-builder {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 80px;
}
.feed-builder h2 {
  font-size: 37px;
  margin-top: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}
.configuration {
  background: #303030;
  padding: 17px 22px;
  border-radius: 2px;
  margin-top: 20px;
}
.configuration strong {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #ccc;
}
.configuration pre {
  background: transparent;
  color: #fff;
  border: 0;
  padding: 14px 0 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
label {
  display: block;
  color: #424242;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
}
input:not([type="checkbox"]):not([type="hidden"]),
select,
textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  border-radius: 2px;
  min-height: 44px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
}
input::placeholder,
textarea::placeholder {
  color: #707070;
}
select {
  padding-right: 25px;
}
textarea {
  resize: vertical;
}
.form-panel {
  padding: 34px 36px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 5px 22px rgb(0 0 0 / 4%);
}
.form-panel h2 {
  font-size: 28px;
  margin: 0 0 12px;
}
.form-panel h3 {
  margin: 0 0 24px;
  font-size: 23px;
}
.form-panel form > label {
  margin-top: 20px;
}
.form-panel form > label:first-of-type {
  margin-top: 16px;
}
.form-panel .btn {
  margin-top: 22px;
}
.form-error {
  border: 1px solid #d8a296;
  background: #fff3ef;
  color: #8c230f;
  padding: 12px 15px;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.form-success {
  text-align: center;
  padding: 25px 0;
}
.form-success > i {
  font-size: 44px;
  color: var(--brand);
  margin-bottom: 22px;
}
.form-success h3 {
  margin-bottom: 15px;
}
.pricing-switch {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0 auto 33px;
}
.pricing-switch > button {
  border: 1px solid #bbb;
  background: white;
  color: #444;
  padding: 14px 32px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  min-height: 51px;
}
.pricing-switch > button + button {
  border-left: 0;
}
.pricing-switch > button[aria-selected="true"] {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.pricing-switch i {
  margin-right: 8px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: stretch;
}
.pricing-grid .plan {
  display: flex;
  flex-direction: column;
  margin: 0;
  float: none;
  width: auto;
}
.pricing-grid .pricing-head {
  min-height: 205px;
  padding: 26px 15px;
}
.pricing-grid .pricing-head h3 {
  margin-bottom: 20px;
  font-size: 19px;
}
.pricing-grid .price.price-adapted {
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: 0;
}
.pricing-grid .pricing-head small {
  font-size: 11px;
  margin-top: 15px;
  display: block;
  line-height: 1.5;
  color: #666;
}
.pricing-grid .popular .pricing-head small {
  color: #fff;
}
.pricing-grid .pricing-body {
  flex: 1;
}
.pricing-grid .pricing-body li {
  font-size: 12px;
  padding: 16px 10px;
}
.pricing-grid .pricing-footer {
  padding: 25px 10px;
}
.pricing-note {
  font-size: 12px;
  text-align: center;
  max-width: 830px;
  margin: 28px auto 0;
}
.two-plans {
  grid-template-columns: repeat(2, 1fr);
  max-width: 850px;
  margin: auto;
}
.cost-calculator {
  margin: 42px auto 0;
  max-width: 950px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr;
  align-items: center;
  gap: 25px;
  border: 1px solid #ddd;
  padding: 30px;
  background: #f7f7f7;
}
.cost-calculator h3 {
  margin: 0 0 8px;
}
.cost-calculator p {
  font-size: 12px;
  margin: 0;
}
.calculated-price {
  text-align: right;
}
.calculated-price output {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-variant-numeric: tabular-nums;
  color: var(--brand);
}
.calculated-price span {
  font-size: 11px;
}
.cost-calculator #calculator-note {
  grid-column: 1/-1;
  font-size: 11px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  align-items: center;
}
.about-grid h2 {
  font-size: 37px;
  margin: 0 0 25px;
}
.about-image img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.about-image > div {
  padding: 24px 28px;
  background: var(--brand);
  color: white;
}
.about-image strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 29px;
  margin-bottom: 5px;
}
.about-image span {
  font-size: 12px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1050px;
  margin: 30px auto 0;
}
.team-member {
  border: 1px solid #ddd;
}
.team-photo {
  aspect-ratio: 1/1;
  background-image: url("/assets/images/team-samples.png");
  background-size: 300% 100%;
  background-repeat: no-repeat;
}
.portrait-0 {
  background-position: 0 50%;
}
.portrait-1 {
  background-position: 50% 50%;
}
.portrait-2 {
  background-position: 100% 50%;
}
.team-copy {
  padding: 25px;
}
.team-copy h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 21px;
}
.team-role {
  font-size: 11px;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.team-copy p {
  margin: 18px 0 10px;
  font-size: 13px;
}
.team-copy small {
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
}
.sample-notice {
  max-width: 850px;
  margin: 0 auto;
  padding: 14px 20px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
}
.industry-reference {
  display: flex;
  gap: 25px;
  max-width: 1050px;
  margin: 45px auto 0;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.industry-reference > i {
  font-size: 37px;
  color: var(--brand);
  margin-top: 5px;
}
.industry-reference h3 {
  margin-top: 0;
}
.industry-reference p {
  margin-bottom: 12px;
}
.industry-reference small {
  display: block;
  font-size: 11px;
  margin-top: 13px;
}
.reading-width {
  max-width: 850px;
}
.help-note {
  text-align: center;
  padding-top: 35px;
}
.help-note h3 {
  font-size: 24px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.contact-grid h2 {
  font-size: 37px;
  margin: 0 0 25px;
}
.contact-points {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.contact-points li {
  margin-bottom: 18px;
  font-size: 14px;
}
.contact-points i {
  color: var(--brand);
  width: 25px;
  margin-right: 10px;
}
.auth-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: center;
  max-width: 1060px;
}
.auth-intro h1 {
  font-size: 43px;
  margin: 0 0 25px;
}
.auth-intro > .lead {
  font-size: 18px;
}
.auth-intro > p:last-child {
  font-size: 12px;
  margin-top: 30px;
}
.auth-benefit {
  display: flex;
  gap: 19px;
  margin: 24px 0;
}
.auth-benefit > i {
  font-size: 24px;
  color: var(--brand);
  margin-top: 5px;
  min-width: 28px;
}
.auth-benefit h3 {
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.auth-benefit p {
  font-size: 12px;
  margin: 0;
}
.auth-form > p {
  font-size: 13px;
}
.password-field {
  position: relative;
}
.password-field input {
  padding-right: 51px !important;
}
.password-field button {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 44px;
  border: 0;
  background: #f4f4f4;
  color: #555;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-weight: 400;
  line-height: 1.7;
}
.checkbox-label input {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--brand);
}
.auth-switch {
  text-align: center;
  padding-top: 23px;
  margin: 0;
  font-size: 12px;
}
.auth-form .btn-block {
  font-size: 14px;
}
.dashboard-welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
  gap: 20px;
}
.dashboard-welcome h2 {
  font-size: 33px;
  margin: 0 0 10px;
}
.dashboard-welcome p {
  margin: 0;
}
.account-label {
  font-size: 12px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #555;
  white-space: nowrap;
}
.account-label i {
  color: var(--brand);
  margin-right: 6px;
}
.dashboard-choices {
  max-width: none;
}
.service-choice {
  border: 1px solid #d5d5d5;
  padding: 32px;
  background: #fafafa;
}
.service-choice.selected {
  border-color: var(--brand);
  background: #fff;
}
.service-choice > i {
  font-size: 35px;
  color: var(--brand);
  margin-bottom: 19px;
}
.service-choice h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
.service-choice p {
  font-size: 14px;
  max-width: 500px;
}
.dashboard-next {
  display: flex;
  gap: 25px;
  margin-top: 40px;
  padding: 34px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  scroll-margin-top: 25px;
}
.dashboard-next > i {
  font-size: 35px;
  color: var(--brand);
  margin-top: 5px;
}
.dashboard-next h2 {
  font-size: 26px;
  margin: 0 0 18px;
}
.dashboard-next p {
  max-width: 850px;
}
.dashboard-next ul {
  padding-left: 19px;
  margin-bottom: 23px;
}
.dashboard-next li {
  margin: 5px 0;
}
.dashboard-empty {
  text-align: center;
  padding: 28px;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.dashboard-empty > i {
  font-size: 25px;
  color: #777;
  margin-bottom: 15px;
}
.dashboard-empty p {
  margin: 0;
}
.dashboard-help {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 35px;
}
.post-card {
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.post-art {
  height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: #e9e9e9 url("/assets/images/samples/slide-bg-sm.jpg") center/cover;
  color: white;
  text-decoration: none !important;
}
.post-art:hover {
  color: #fff;
}
.post-art > i {
  font-size: 41px;
}
.post-art > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.post-copy {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-meta {
  font-size: 10px;
  color: #666;
  letter-spacing: 0.1px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.post-copy h3 {
  font-size: 21px;
  line-height: 1.45;
  margin: 13px 0 15px;
  text-transform: uppercase;
}
.post-copy h3 a {
  color: #333;
}
.post-copy h3 a:hover {
  color: var(--brand);
}
.post-copy p {
  font-size: 13px;
  line-height: 1.8;
  flex: 1;
}
.post-copy .text-link {
  font-size: 11px;
}
.blog-filter {
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  gap: 20px;
  align-items: end;
  max-width: 850px;
  margin: 0 auto 35px;
}
.search-input {
  display: flex;
}
.search-input input {
  border-radius: 2px 0 0 2px;
}
.search-input .btn {
  border-radius: 0 2px 2px 0;
  padding: 10px 17px;
}
.search-input .btn i {
  margin: 0;
}
.filter-submit {
  min-height: 44px;
}
.results-count {
  font-size: 12px;
  margin-bottom: 22px;
}
.results-count a {
  margin-left: 12px;
}
.empty-results {
  text-align: center;
  padding: 50px;
}
.empty-results > i {
  font-size: 42px;
  color: #aaa;
}
.empty-results h2 {
  margin-top: 22px;
}
.article-breadcrumb {
  padding: 20px 0;
  background: #f6f6f6;
  font-size: 11px;
  border-bottom: 1px solid #ddd;
}
.article-breadcrumb span {
  margin: 0 9px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(240px, 1fr);
  gap: 75px;
}
.article-content h1 {
  font-size: 41px;
  margin: 0 0 23px;
}
.article-deck {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 300;
}
.article-content header {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}
.article-content section {
  margin-bottom: 32px;
  scroll-margin-top: 24px;
}
.article-content section h2 {
  font-size: 26px;
  line-height: 1.5;
  margin: 32px 0 14px;
}
.article-content section p {
  font-size: 15px;
  line-height: 1.95;
  max-width: 74ch;
}
.article-content section p a,
.article-list a {
  text-decoration: underline;
}
.article-list {
  max-width: 70ch;
  margin: 0 0 20px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.85;
}
.article-list li {
  margin-bottom: 9px;
  padding-left: 6px;
}
.article-list li::marker {
  color: var(--brand);
  font-weight: 700;
}
.article-sidebar h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.toc {
  border: 1px solid #ddd;
  padding: 25px;
}
.toc ol {
  padding-left: 18px;
  margin: 0;
}
.toc li {
  font-size: 12px;
  margin-bottom: 15px;
  padding-left: 4px;
}
.toc li:last-child {
  margin: 0;
}
.toc a {
  color: #555;
}
.toc a:hover {
  color: var(--brand);
}
.sidebar-cta {
  padding: 26px;
  background: #f5f5f5;
  margin: 30px 0;
}
.sidebar-cta > i {
  font-size: 27px;
  color: var(--brand);
  margin-bottom: 15px;
}
.sidebar-cta h3 {
  line-height: 1.5;
  margin-bottom: 15px;
}
.sidebar-cta p {
  font-size: 12px;
}
.related-posts {
  padding: 0;
  list-style: none;
}
.related-posts li {
  font-size: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
}
.article-bottom {
  margin-top: 40px;
  padding: 25px 0;
  border-top: 1px solid #ddd;
}
.article-bottom p {
  font-family: "Oswald", sans-serif;
  font-size: 23px;
}
.article-bottom .text-link {
  margin-left: 20px;
}
.legal-content {
  max-width: 830px;
}
.legal-content h2 {
  font-size: 25px;
  margin: 36px 0 15px;
}
.legal-content p {
  font-size: 14px;
  line-height: 1.9;
}
.error-page {
  text-align: center;
  padding: 30px 15px 70px;
}
.error-page > strong {
  font-family: "Anton", sans-serif;
  font-size: 100px;
  color: var(--brand);
  line-height: 1.3;
}
.error-page h1 {
  margin: 15px 0 20px;
}
.error-page .btn {
  margin: 8px;
}
@media (min-width: 992px) {
  .hero-content {
    animation: hero-arrive 0.65s ease-out both;
  }
  @keyframes hero-arrive {
    from {
      transform: translateY(8px);
      filter: blur(1px);
    }
    to {
      transform: translateY(0);
      filter: blur(0);
    }
  }
}
@media (max-width: 1199px) {
  .brand > span {
    font-size: 24px;
  }
  #main-nav > a {
    padding: 0 13px;
    font-size: 14px;
  }
  .features-layout {
    gap: 25px;
  }
  .feature-item .icon {
    margin-right: 16px;
    width: 47px;
    height: 47px;
    line-height: 47px;
  }
  .service-card.icon-box.boxed {
    padding-left: 27px;
    padding-right: 27px;
  }
  .service-card p {
    min-height: 125px;
  }
  .footer-grid {
    gap: 25px;
  }
  .footer-brand > span {
    font-size: 19px;
  }
  .auth-grid {
    gap: 60px;
  }
  .article-layout {
    gap: 45px;
  }
  .heading-row nav {
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .navigation-row {
    min-height: 95px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand > span {
    font-size: 25px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #b9b9b9;
    background: #fff;
    color: #444;
    padding: 9px 12px;
    min-height: 43px;
    font-size: 12px;
  }
  .menu-toggle i {
    font-size: 16px;
  }
  #main-nav {
    display: none;
    flex-basis: 100%;
    padding: 0 0 17px;
    flex-direction: column;
  }
  #main-nav.is-open {
    display: flex;
  }
  #main-nav > a {
    min-height: 45px;
    padding: 10px 16px;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
  }
  #main-nav > a.active {
    color: var(--brand);
    background: #fff;
  }
  .home-hero {
    min-height: 470px;
  }
  .hero-content h1 {
    font-size: 61px;
  }
  .section {
    padding: 55px 0;
  }
  .features-layout {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .api-example {
    grid-column: 1/-1;
    grid-row: 2;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .features-layout > div:last-child {
    grid-column: 2;
    grid-row: 1;
  }
  .use-cases {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footer-brand > span {
    font-size: 25px;
  }
  .faq-home {
    gap: 35px;
    grid-template-columns: 0.85fr 1.3fr;
  }
  .faq-home h2 {
    font-size: 27px;
  }
  .service-card p {
    min-height: 150px;
  }
  .service-hero-grid,
  .about-grid,
  .contact-grid {
    gap: 40px;
  }
  .service-hero h2,
  .about-grid h2,
  .contact-grid h2 {
    font-size: 34px;
  }
  .service-hero-symbol > i {
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 60px;
  }
  .service-hero-symbol > span {
    font-size: 13px;
  }
  .feature-grid {
    gap: 34px;
  }
  .feed-builder {
    gap: 40px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .steps {
    gap: 28px;
  }
  .pricing-grid {
    gap: 15px;
  }
  .pricing-grid .price.price-adapted {
    font-size: 25px;
  }
  .pricing-grid .pricing-head h3 {
    font-size: 18px;
  }
  .pricing-grid .pricing-head {
    min-height: 212px;
  }
  .pricing-grid .pricing-body li {
    font-size: 11px;
  }
  .pricing-footer .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .team-grid {
    gap: 20px;
  }
  .team-copy {
    padding: 20px;
  }
  .team-copy h3 {
    font-size: 19px;
  }
  .auth-grid {
    gap: 35px;
  }
  .auth-intro h1 {
    font-size: 36px;
  }
  .form-panel {
    padding: 27px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 30px;
  }
  .article-content h1 {
    font-size: 34px;
  }
  .article-content section p {
    font-size: 14px;
  }
  .heading-row {
    align-items: flex-start;
  }
  .heading-row nav {
    max-width: 33%;
  }
  .page-heading h1 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .utility-links {
    gap: 14px;
  }
  .utility-row {
    min-height: 38px;
  }
  .utility-links a,
  .utility-links button {
    font-size: 9px;
  }
  .utility-links:first-child a:last-child {
    display: none;
  }
  .utility-links i {
    margin-right: 4px;
  }
  .navigation-row {
    min-height: 87px;
  }
  .brand > span {
    font-size: 23px;
  }
  .brand small {
    font-size: 8px;
  }
  .header-main {
    border-bottom-width: 4px;
  }
  .home-hero {
    min-height: 445px;
    padding: 30px 0;
  }
  .hero-shade {
    padding: 33px 0;
  }
  .hero-content h1 {
    font-size: 45px;
    margin-bottom: 14px;
  }
  .hero-content h2 {
    font-size: 19px;
    margin-bottom: 17px;
  }
  .hero-content > p {
    font-size: 14px;
    line-height: 1.75;
  }
  .hero-content br {
    display: none;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .btn {
    font-size: 12px;
    padding: 12px 17px;
    min-height: 45px;
  }
  .hero-content .hero-note {
    font-size: 10px;
  }
  .section {
    padding: 45px 0;
  }
  .title-decorated h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .title-decorated h2:before,
  .title-decorated h2:after {
    display: none;
  }
  .section-intro {
    font-size: 13px;
    margin-bottom: 35px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-card.icon-box.boxed {
    margin-top: 38px;
    padding: 0 25px 28px;
  }
  .service-card .icon {
    margin-bottom: 23px;
  }
  .service-card h3 {
    font-size: 22px;
  }
  .service-card p {
    min-height: 0;
    font-size: 13px;
  }
  .features-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .features-layout > div:last-child {
    grid-column: 1;
    grid-row: 2;
    margin-top: 30px;
  }
  .api-example {
    grid-column: 1;
    grid-row: 3;
    margin-top: 38px;
  }
  .feature-item .icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 22px;
  }
  .feature-item {
    margin-bottom: 29px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 0;
  }
  .stat:nth-child(3) {
    border-left: 0;
  }
  .stats-band {
    padding: 37px 0;
  }
  .stat strong {
    font-size: 34px;
  }
  .stat span {
    font-size: 9px;
    letter-spacing: 0.3px;
  }
  .use-cases {
    gap: 22px 16px;
  }
  .use-case {
    padding-left: 0;
    padding-right: 0;
  }
  .use-case h3 {
    font-size: 17px;
    line-height: 1.5;
  }
  .use-case > i {
    font-size: 30px;
  }
  .use-case p {
    font-size: 12px;
  }
  .use-case > span {
    font-size: 10px;
  }
  .path-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 32px;
  }
  .path-card {
    padding: 26px 22px 24px;
  }
  .path-card header h3 {
    font-size: 20px;
  }
  .faq-home {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq-home h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .faq-list summary {
    font-size: 15px;
    padding: 15px 40px 15px 17px;
  }
  .faq-list summary > i {
    top: 20px;
  }
  .cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .cta-row h2 {
    font-size: 23px;
  }
  .closing-cta {
    padding: 32px 0;
  }
  .footer-grid {
    gap: 32px 22px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .site-footer .footer-widgets {
    padding: 38px 0;
  }
  .copyright-row {
    flex-direction: column;
    gap: 12px;
    font-size: 10px;
  }
  .copyright-row a {
    margin: 0 23px 0 0;
  }
  .footer-grid h3 {
    margin-bottom: 18px;
  }
  .heading-row {
    flex-direction: column;
    gap: 13px;
  }
  .heading-row nav {
    max-width: 100%;
    text-align: left;
  }
  .page-heading {
    padding: 24px 0;
  }
  .page-heading h1 {
    font-size: 23px;
  }
  .service-hero-grid,
  .about-grid,
  .contact-grid,
  .feed-builder {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-hero h2,
  .about-grid h2,
  .contact-grid h2 {
    font-size: 33px;
  }
  .service-hero-symbol {
    display: none;
  }
  .service-hero .lead {
    font-size: 15px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    text-align: left;
  }
  .steps article {
    position: relative;
    padding-left: 65px;
  }
  .step-number,
  .steps .principle-icon {
    position: absolute;
    left: 0;
    top: 1px;
  }
  .steps h3 {
    margin-top: 0;
  }
  .steps p {
    margin-bottom: 10px;
  }
  .form-grid {
    gap: 13px;
  }
  .feed-builder h2 {
    font-size: 30px;
  }
  .pricing-switch > button {
    font-size: 15px;
    padding: 12px 21px;
  }
  .pricing-grid,
  .two-plans {
    grid-template-columns: 1fr;
    max-width: 410px;
    margin: auto;
    gap: 25px;
  }
  .pricing-grid .pricing-head {
    min-height: auto;
    padding: 25px 20px;
  }
  .pricing-grid .price.price-adapted {
    font-size: 32px;
  }
  .pricing-grid .pricing-body li {
    font-size: 13px;
  }
  .pricing-grid .pricing-head small {
    font-size: 12px;
  }
  .cost-calculator {
    grid-template-columns: 1fr 1fr;
    padding: 22px;
    gap: 20px;
  }
  .cost-calculator > div:first-child {
    grid-column: 1/-1;
  }
  .calculated-price output {
    font-size: 28px;
  }
  .pricing-note {
    font-size: 11px;
  }
  .about-image img {
    height: 235px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .team-photo {
    aspect-ratio: 1;
  }
  .team-copy {
    padding: 24px;
  }
  .team-copy h3 {
    font-size: 23px;
  }
  .sample-notice {
    font-size: 11px;
  }
  .industry-reference {
    gap: 18px;
  }
  .industry-reference h3 {
    font-size: 20px;
  }
  .industry-reference p {
    font-size: 13px;
  }
  .contact-grid {
    gap: 25px;
  }
  .form-panel {
    padding: 24px;
  }
  .auth-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 500px;
  }
  .auth-intro h1 {
    font-size: 34px;
  }
  .auth-intro > .lead {
    font-size: 16px;
  }
  .auth-benefit {
    display: none;
  }
  .auth-intro > p:last-child {
    margin: 0;
  }
  .auth-form h2 {
    font-size: 27px;
  }
  .dashboard-welcome {
    align-items: flex-start;
    margin-bottom: 27px;
  }
  .dashboard-welcome h2 {
    font-size: 29px;
  }
  .dashboard-welcome p {
    font-size: 13px;
  }
  .account-label {
    font-size: 10px;
    padding: 6px 9px;
  }
  .service-choice {
    padding: 25px;
  }
  .service-choice h3 {
    font-size: 22px;
  }
  .dashboard-next {
    padding: 24px;
    gap: 13px;
    flex-direction: column;
  }
  .dashboard-next h2 {
    font-size: 25px;
  }
  .dashboard-next p {
    font-size: 13px;
  }
  .dashboard-next .btn {
    font-size: 13px;
    padding: 13px 18px;
  }
  .dashboard-help {
    flex-direction: column;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-art {
    height: 160px;
  }
  .post-copy {
    padding: 24px;
  }
  .post-copy h3 {
    font-size: 23px;
  }
  .blog-filter {
    grid-template-columns: 1fr auto;
    gap: 15px;
  }
  .blog-filter > div:first-child {
    grid-column: 1/-1;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .article-content h1 {
    font-size: 33px;
    line-height: 1.4;
  }
  .article-deck {
    font-size: 16px;
  }
  .article-content section h2 {
    font-size: 24px;
    margin-top: 29px;
  }
  .article-content section p {
    font-size: 14px;
    line-height: 1.9;
  }
  .article-list {
    font-size: 14px;
    padding-left: 20px;
  }
  .article-sidebar {
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
  .article-sidebar .toc {
    display: none;
  }
  .article-bottom .text-link {
    display: block;
    margin: 20px 0 0;
  }
  .legal-content h2 {
    font-size: 24px;
  }
  .legal-content p {
    font-size: 13px;
  }
  .error-page h1 {
    font-size: 29px;
  }
  .error-page > strong {
    font-size: 80px;
  }
}
@media (max-width: 370px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .brand > span {
    font-size: 21px;
  }
  .hero-content h1 {
    font-size: 39px;
  }
  .utility-links {
    gap: 10px;
  }
  .menu-toggle {
    padding: 8px;
  }
  .hero-actions .btn {
    padding: 11px 12px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .pricing-switch > button {
    padding: 12px 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .header,
  .site-footer,
  .closing-cta,
  .article-sidebar,
  .article-bottom,
  .article-breadcrumb {
    display: none;
  }
  .article-layout {
    display: block;
  }
  .section {
    padding: 0;
  }
  body {
    color: #000;
  }
  .article-content {
    max-width: none;
  }
}
/* Compatibility with Bootstrap 3 clearfix pseudo-elements and Stability specificity. */
.container::before,
.container::after {
  display: none;
}
.page-heading {
  background: #dc2a0b;
  color: #fff;
}
.page-heading h1 {
  padding: 0;
  color: #fff;
}
.page-heading .heading-row nav,
.page-heading .heading-row nav a,
.page-heading .heading-row nav > span:last-child {
  color: #fff;
}
.stats-band {
  background-image:
    linear-gradient(rgb(24 30 32 / 70%), rgb(24 30 32 / 70%)),
    url("/assets/images/samples/slide-bg-sm.jpg");
}
.post-art {
  background-image:
    linear-gradient(rgb(24 30 32 / 62%), rgb(24 30 32 / 62%)),
    url("/assets/images/samples/slide-bg-sm.jpg");
}
.pricing-table.pricing-grid {
  padding: 18px 0;
}
.pricing-table.pricing-grid .plan .pricing-head {
  padding: 0 0 24px;
  min-height: 210px;
}
.pricing-table.pricing-grid .plan .pricing-head h3 {
  font-size: 20px;
  line-height: 1.4;
  padding: 20px 12px;
  margin: -1px -1px 26px;
  min-height: 69px;
}
.pricing-table.pricing-grid .plan.popular .pricing-head h3 {
  margin-top: -10px;
  padding-top: 29px;
}
.pricing-table.pricing-grid .plan .pricing-head .price-adapted {
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: 0;
}
.pricing-table.pricing-grid .plan .pricing-head small {
  display: block;
  font-size: 12px;
  color: #626262;
  padding: 0 14px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .pricing-table.pricing-grid .plan .pricing-head .price-adapted {
    font-size: 26px;
  }
  .pricing-table.pricing-grid .plan .pricing-head h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pricing-table.pricing-grid .plan .pricing-head {
    min-height: auto;
  }
  .pricing-table.pricing-grid .plan .pricing-head .price-adapted {
    font-size: 32px;
  }
  .pricing-table.pricing-grid .plan.popular .pricing-head h3 {
    margin-top: -1px;
    padding-top: 20px;
  }
}
