/*!
Theme Name: instantpress
Theme URI: https://getinstantpress.com/
Author: instantpress
Author URI: https://getinstantpress.com
Description: A lightweight WP Theme for instantpress
Version: 1.0.0
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: instantpress
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

instantpress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* WordPress alignment classes. Spacing is intentionally left to the project design. */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Prevent captions from overflowing their container. */
.wp-caption {
  max-width: 100%;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("./assets/fonts/source-serif-4/source-serif-4-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("./assets/fonts/source-serif-4/source-serif-4-variable-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./assets/fonts/public-sans/public-sans-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./assets/fonts/public-sans/public-sans-variable-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fafaf7;
  color: #121311;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

/* Typography */
h1,
h2,
h3,
h4 {
  margin: 0 0 0.75em;
  color: #121311;
  line-height: 1.15;
}

h1,
h2 {
  font-family: "Public Sans", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 48px;
}

h3,
h4 {
  font-family: "Public Sans", Arial, sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 21px;
}

.large-text {
  font-size: 20px;
}

.small,
.label {
  font-size: 15px;
}

.eyebrow {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat {
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

/* Layout */
.container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

.text-container {
  max-width: 720px;
}

.section {
  padding: 96px 0;
}
.section--soft {
  background: #f4f3ea;
}
.section--dark {
  background: #121311;
  color: #fafaf7;
}

/* Cards / surfaces */
.card {
  padding: 40px;
  background: #fafaf7;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(18, 19, 17, 0.06);
}
.card--highlight {
  background: #faf5c7;
}

.divider {
  border-top: 1px solid #d8d8cf;
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 6px;
  background: #f5e45b;
  color: #121311;
  font: 700 16px/1 "Public Sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button--dark {
  background: #121311;
  color: #fafaf7;
}

/* Icons */
.icon {
  width: 36px;
  height: 36px;
  color: #121311;
}
.icon--accent {
  color: #f5e45b;
}

/* Charts */
.chart {
  font-family: "Public Sans", Arial, sans-serif;
}
.chart-label {
  fill: #121311;
}
.chart-label--secondary {
  fill: #72736a;
}
.chart-grid {
  stroke: #d8d8cf;
}
.chart-instantpress {
  stroke: #f5e45b;
  fill: #f5e45b;
}
.chart-traditional {
  stroke: #ff5a36;
  fill: #ff5a36;
}

/* Utilities */
.bg-yellow {
  background: #f5e45b;
}

.bg-yellow-soft {
  background: #faf5c7;
}

.text-muted {
  color: #72736a;
}

.text-center {
  text-align: center;
}

.stack > * + * {
  margin-top: 24px;
}

.grid {
  display: grid;
  gap: 32px;
}
.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

header {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding: 0px 24px;
  max-width: 1480px;
  margin: 0 auto;
}
header .logo {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 48px;
  font-weight: 500;
  color: #FFF;
  margin: 14px 48px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 250ms ease, transform 250ms ease;
}
header .logo .press {
  font-style: italic;
}
header .logo.is-hidden {
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
}
header #primary-menu {
  display: flex;
  margin: 24px 54px;
  border-radius: 8px;
  background: rgba(18, 19, 17, 0.5);
  padding-left: 0;
  position: relative;
  isolation: isolate;
}
header #primary-menu::before {
  content: "";
  position: absolute;
  left: var(--active-menu-left, 0px);
  top: var(--active-menu-top, 0px);
  width: var(--active-menu-width, 0px);
  height: var(--active-menu-height, 0px);
  border-radius: 8px;
  background: #F5E45B;
  opacity: 0;
  transition: left 300ms ease, top 300ms ease, width 300ms ease, height 300ms ease, opacity 150ms ease;
  z-index: 0;
}
header #primary-menu.has-active-indicator::before {
  opacity: 1;
}
header #primary-menu li {
  list-style: none;
  display: flex;
  position: relative;
  z-index: 1;
}
header #primary-menu a {
  text-decoration: none;
  padding: 15px;
}
header #primary-menu .menu-item {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header #primary-menu .current-menu-item {
  color: #121311;
}

header .logo {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
header .logo:hover, header .logo:focus, header .logo:visited {
  color: #FFF;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.site-footer {
  background: #121311;
  color: #FAFAF7;
  padding: 8px 0px;
}
.site-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1480px;
  padding: 0px 24px;
  margin: 0 auto;
}
.site-footer .footer-logo {
  color: #FAFAF7;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
.site-footer .footer-logo .press {
  font-style: italic;
}
.site-footer .footer-meta {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #D8D8CF;
  font-size: 14px;
}
.site-footer .footer-nav {
  display: flex;
  gap: 24px;
}
.site-footer .footer-nav a {
  color: inherit;
  text-decoration: none;
}
.site-footer .footer-nav a:hover {
  color: #F5E45B;
}

.hero {
  display: flex;
  position: relative;
  overflow: hidden;
  background: rgba(18, 19, 17, 0.6);
}
.hero .video-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 19, 17, 0.6);
}
.hero .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 126px 0px;
  width: 100%;
  max-width: 815px;
  padding-right: 95px;
  margin: 0 auto;
  gap: 54px;
}
.hero .hero-text h1 {
  color: #F5E45B;
  margin-bottom: 0px;
  font-weight: 500;
}
.hero .hero-text .byline {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
}
.hero .hero-text .button {
  align-self: flex-start;
  font-weight: 400;
}
.hero .hero-text .button .logo {
  margin: 0px 6px;
}
.hero .disclaimer {
  position: absolute;
  bottom: 18px;
  right: 54px;
  color: #F5E45B;
  font-size: 12px;
  font-weight: 600;
}

.proposal .section-title {
  display: flex;
  flex-direction: column;
}
.proposal .section-title h2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.proposal {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px 0px 50px;
  background: linear-gradient(180deg, #FAF5C7 0%, #FAFAF7 100%);
}
.proposal .comparison-chart .comparison-mobile {
  display: none;
}
.proposal .comparison-chart {
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(180deg, #F4F3EA 0%, #FAFAF7 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 35px 60px 20px;
}
.proposal .comparison-chart p {
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.proposal .comparison-chart .chart {
  display: flex;
  width: 100%;
}
.proposal .comparison-chart .chart > div {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.proposal .comparison-chart .chart .column-header {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4px;
}
.proposal .comparison-chart .chart .column-box {
  display: flex;
  flex-direction: column;
  background: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.proposal .comparison-chart .chart .column-box > div {
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0px 40px;
}
.proposal .comparison-chart .chart .column-box > div:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 174px;
  height: 1px;
  background: #D8D8CF;
}
.proposal .comparison-chart .chart .column-left {
  display: flex;
  flex-direction: column;
  width: 250px;
}
.proposal .comparison-chart .chart .column-left .column-header {
  color: #61DBFB;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.proposal .comparison-chart .chart .column-left .column-header img {
  width: 45px;
  height: 40px;
  margin-bottom: -4px;
}
.proposal .comparison-chart .chart .column-left .column-box {
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.proposal .comparison-chart .chart .column-middle {
  width: 156px;
  border-radius: 8px;
  background: #FAF5C7;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 34px;
}
.proposal .comparison-chart .chart .column-middle .column-header {
  font-size: 34px;
  font-family: "Source Serif 4";
  font-weight: 400;
  line-height: 40px; /* 117.647% */
  padding-bottom: 0px;
  justify-content: center;
}
.proposal .comparison-chart .chart .column-middle > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
.proposal .comparison-chart .chart .column-middle > div img {
  width: 100%;
  max-width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 8px;
}
.proposal .comparison-chart .chart .column-middle > div::after {
  content: "";
  width: 77px;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0px;
  border-radius: 8px;
  background: #F5E45B;
}
.proposal .comparison-chart .chart .column-middle > div:not(.column-header) {
  height: 116px;
}
.proposal .comparison-chart .chart .column-right {
  display: flex;
  flex-direction: column;
  width: 250px;
}
.proposal .comparison-chart .chart .column-right .logo {
  color: #121311;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}
.proposal .comparison-chart .chart .column-right .logo .press {
  color: inherit;
  font-style: italic;
}
.proposal .comparison-chart .chart .column-right .column-box {
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 4px 4px 0 rgba(18, 19, 17, 0.1);
}

.performance {
  position: relative;
  display: flex;
  flex-direction: column;
}
.performance .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.performance .section-title h2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.performance .section-title p {
  max-width: 857px;
  text-align: center;
}
.performance .how-it-works {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.performance .how-it-works h3 {
  font-weight: 600;
}
.performance .how-it-works .icon-boxes {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 56px;
}
.performance .how-it-works .icon-boxes .icon-box {
  border-radius: 8px;
  background: #F4F3EA;
  border-style: solid;
  border-color: #D8D8CF;
  border-width: 2px 2px 4px 2px;
  padding: 12px 24px;
}
.performance .how-it-works .icon-boxes .icon-box .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #F5E45B;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 1px 1px rgba(18, 19, 17, 0.2));
}
.performance .how-it-works .icon-boxes .icon-box h4 {
  font-family: "Source Serif 4";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.performance .how-it-works .icon-boxes .icon-box p {
  width: 100%;
  max-width: 220px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.performance .charts {
  display: flex;
  gap: 66px;
  justify-content: center;
  margin-bottom: 60px;
}
.performance .charts .chart {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 40px;
  background: linear-gradient(180deg, #F4F3EA 0%, #FAFAF7 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.performance .charts .chart h3 {
  font-size: 28px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.performance .charts .chart #graph1 {
  width: 500px;
}
.performance .charts .chart #graph2 {
  width: 500px;
}

.background-transition {
  width: 100%;
  line-height: 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.background-transition img {
  width: 100%;
  height: auto;
}

.background-transition-bottom {
  top: initial;
  bottom: 0px;
}
.background-transition-bottom img {
  transform: rotate(180deg);
}

.proposal .comparison-chart .comparison-mobile__vs {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.hero-2 .video-container::after {
  background: rgba(18, 19, 17, 0.75);
}
.hero-2 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% calc(50% + 50px);
}

.process .process-mobile {
  display: none;
}
.process {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px 0px 50px;
  background: linear-gradient(180deg, #FAF5C7 0%, #FAFAF7 100%);
}
.process .section-title {
  display: flex;
  flex-direction: column;
}
.process .section-title h2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.process .process-chart {
  width: 100%;
}
.process .process-chart .process-steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 936px;
  margin: 30px auto;
}
.process .process-chart .process-steps .process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1px;
}
.process .process-chart .process-steps .process-step .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #F5E45B;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 400;
  filter: drop-shadow(0 1px 1px rgba(18, 19, 17, 0.2));
}
.process .process-chart .process-steps .process-step h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin: 12px 0px 0px;
  text-align: center;
}
.process .process-chart .marked-section {
  position: relative;
  padding: 17px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process .process-chart .marked-section .marked-section__content {
  width: 100%;
  max-width: 936px;
  margin: 0 auto;
  padding: 10px 0px;
}
.process .process-chart .marked-section .process-row {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process .process-chart .marked-section .process-row > div {
  position: absolute;
  width: 240px;
  text-align: center;
  transform: translateX(-50%);
}
.process .process-chart .marked-section .process-row--top > div:nth-child(1) {
  left: 0%;
}
.process .process-chart .marked-section .process-row--top > div:nth-child(2) {
  left: 40%;
}
.process .process-chart .marked-section .process-row--top > div:nth-child(3) {
  left: 80%;
}
.process .process-chart .marked-section .process-row--bottom > div:nth-child(1) {
  left: 20%;
}
.process .process-chart .marked-section .process-row--bottom > div:nth-child(2) {
  left: 60%;
}
.process .process-chart .marked-section .process-row--bottom > div:nth-child(3) {
  left: 100%;
}
.process .process-chart .rule-marker {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 936px;
  height: 17px;
  transform: translateX(-50%);
  filter: drop-shadow(0 1px 1px rgba(18, 19, 17, 0.2));
}
.process .process-chart .rule-marker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #121311;
}
.process .process-chart .rule-marker::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #121311;
}
.process .process-chart .rule-marker__ticks {
  position: absolute;
  top: 7px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.process .process-chart .rule-marker__ticks span {
  width: 1px;
  height: 10px;
  background: #121311;
}
.process .process-chart .rule-marker--bottom {
  top: auto;
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}
.process .content-section {
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
}
.process .content-section h4 {
  font-size: 28px;
  font-weight: 600;
}
.process .content-section p {
  font-size: 18px;
  font-weight: 400;
}

.faq {
  position: relative;
  display: flex;
  flex-direction: column;
}
.faq .faq-sections {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.faq .faq-section h3 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 600;
}
.faq .faq-container {
  border-radius: 20px;
  background: rgba(250, 245, 199, 0.5);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1108px;
  padding: 58px 115px;
  margin: 0 auto 80px;
}
.faq .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.faq .section-title h2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.faq .section-title p {
  max-width: 857px;
  text-align: center;
}
.faq .faq-list {
  width: 100%;
}
.faq .faq-item {
  width: 100%;
}
.faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  padding: 18px 0px;
  border: 0;
  background: transparent;
  color: #121311;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-size: 22px;
}
.faq .faq-question .faq-toggle {
  position: relative;
  order: -1;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
}
.faq .faq-question .faq-toggle::before, .faq .faq-question .faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: #121311;
  transform: translate(-50%, -50%);
}
.faq .faq-question .faq-toggle::after {
  display: none;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq-question[aria-expanded=true] .faq-toggle::after {
  display: block;
}
.faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms ease;
}
.faq .faq-answer .faq-answer-inner {
  overflow: hidden;
}
.faq .faq-answer .faq-answer-inner p {
  margin: 0;
  font-size: 18px;
  padding: 0px 0px 24px 35px;
}
.faq .faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.section-title-space {
  padding: 40px 0px 20px;
}

ul.chevron-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
ul.chevron-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
ul.chevron-list li::before, ul.chevron-list li::after {
  content: "";
  position: absolute;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-top: 4px solid #F5E45B;
  border-right: 4px solid #F5E45B;
  transform: rotate(45deg);
  filter: drop-shadow(1px 2px 1px rgba(18, 19, 17, 0.4));
}
ul.chevron-list li::before {
  left: 0;
}
ul.chevron-list li::after {
  left: 7px;
}

.agency-access {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  background: #121311;
}
.agency-access .video-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.agency-access .video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 19, 17, 0.6);
}
.agency-access .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.agency-access .agency-access__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  max-width: 986px;
  margin: 0 auto;
  padding: 100px 40px;
}
.agency-access .agency-access__content {
  width: 100%;
  max-width: 556px;
}
.agency-access .agency-access__content h1 {
  margin: 0 0 40px;
  color: #F5E45B;
  font-size: 64px;
  font-weight: 500;
}
.agency-access .agency-access__content p {
  margin: 0;
  max-width: 556px;
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.agency-access .agency-access__errors {
  width: 100%;
  max-width: 556px;
  margin-top: 32px;
}
.agency-access .agency-access__errors .gform_validation_errors {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #F5E45B;
  border-radius: 6px;
  background: rgba(18, 19, 17, 0.8);
  box-shadow: none;
}
.agency-access .agency-access__errors .gform_validation_errors h2 {
  margin: 0;
  color: #F5E45B;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.agency-access .agency-access__errors .gform_validation_errors h2::before {
  display: none;
}
.agency-access .agency-access__errors .gform_validation_errors ol {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #FAFAF7;
}
.agency-access .agency-access__errors .gform_validation_errors ol li {
  margin-bottom: 8px;
}
.agency-access .agency-access__errors .gform_validation_errors ol li:last-child {
  margin-bottom: 0;
}
.agency-access .agency-access__errors .gform_validation_errors .gform_validation_error_link {
  color: #FAFAF7;
  text-decoration: none;
}
.agency-access .agency-access__errors .gform_validation_errors .gform_validation_error_link:hover, .agency-access .agency-access__errors .gform_validation_errors .gform_validation_error_link:focus {
  color: #F5E45B;
}
.agency-access .agency-access__form {
  width: 100%;
  max-width: 300px;
}
.agency-access .agency-access__form .gform_wrapper,
.agency-access .agency-access__form .gform_wrapper.gravity-theme {
  background: transparent;
}
.agency-access .agency-access__form .gform_wrapper .gform_fields,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 18px;
}
.agency-access .agency-access__form .gform_wrapper .gfield,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield {
  margin: 0;
}
.agency-access .agency-access__form .gform_wrapper .gfield_label,
.agency-access .agency-access__form .gform_wrapper .gfield_required,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_label,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_required {
  color: #F5E45B;
}
.agency-access .agency-access__form .gform_wrapper .gfield_label,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600;
}
.agency-access .agency-access__form .gform_wrapper input[type=text],
.agency-access .agency-access__form .gform_wrapper input[type=email],
.agency-access .agency-access__form .gform_wrapper input[type=tel],
.agency-access .agency-access__form .gform_wrapper input[type=url],
.agency-access .agency-access__form .gform_wrapper input[type=number],
.agency-access .agency-access__form .gform_wrapper select,
.agency-access .agency-access__form .gform_wrapper textarea,
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=text],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=email],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=tel],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=url],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=number],
.agency-access .agency-access__form .gform_wrapper.gravity-theme select,
.agency-access .agency-access__form .gform_wrapper.gravity-theme textarea {
  width: 100%;
  border: 1px solid rgba(250, 250, 247, 0.45);
  border-radius: 4px;
  background: rgba(250, 250, 247, 0.95);
  color: #121311;
  font: inherit;
}
.agency-access .agency-access__form .gform_wrapper input[type=text],
.agency-access .agency-access__form .gform_wrapper input[type=email],
.agency-access .agency-access__form .gform_wrapper input[type=tel],
.agency-access .agency-access__form .gform_wrapper input[type=url],
.agency-access .agency-access__form .gform_wrapper input[type=number],
.agency-access .agency-access__form .gform_wrapper select,
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=text],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=email],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=tel],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=url],
.agency-access .agency-access__form .gform_wrapper.gravity-theme input[type=number],
.agency-access .agency-access__form .gform_wrapper.gravity-theme select {
  height: 44px;
  padding: 0 12px;
}
.agency-access .agency-access__form .gform_wrapper textarea,
.agency-access .agency-access__form .gform_wrapper.gravity-theme textarea {
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
  block-size: 150px !important;
  min-block-size: 150px !important;
  max-block-size: 150px !important;
  padding: 12px;
  resize: none;
}
.agency-access .agency-access__form .gform_wrapper .gform_footer,
.agency-access .agency-access__form .gform_wrapper .gform_page_footer,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 20px;
  padding: 0;
}
.agency-access .agency-access__form .gform_wrapper .gform_footer button#gform_submit_button_1,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform_button,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform-button--width-full,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button#gform_submit_button_1,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform_button,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform-button--width-full {
  width: auto;
  margin: 0;
  padding: 14px 22px;
  border: 0 !important;
  border-radius: 4px;
  background: #121311 !important;
  color: #F5E45B !important;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none !important;
  transition: opacity 150ms ease;
}
.agency-access .agency-access__form .gform_wrapper .gform_footer button#gform_submit_button_1:hover,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform_button:hover,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform-button--width-full:hover,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button#gform_submit_button_1:hover,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform_button:hover,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform-button--width-full:hover {
  opacity: 0.85;
}
.agency-access .agency-access__form .gform_wrapper .gform_footer button#gform_submit_button_1:focus, .agency-access .agency-access__form .gform_wrapper .gform_footer button#gform_submit_button_1:focus-visible, .agency-access .agency-access__form .gform_wrapper .gform_footer button#gform_submit_button_1:active,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform_button:focus,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform_button:focus-visible,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform_button:active,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform-button--width-full:focus,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform-button--width-full:focus-visible,
.agency-access .agency-access__form .gform_wrapper .gform_footer button.gform-button--width-full:active,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button#gform_submit_button_1:focus,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button#gform_submit_button_1:focus-visible,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button#gform_submit_button_1:active,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform_button:focus,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform_button:focus-visible,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform_button:active,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform-button--width-full:focus,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform-button--width-full:focus-visible,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_footer button.gform-button--width-full:active {
  background: #121311 !important;
  color: #F5E45B !important;
  outline: none;
  box-shadow: none !important;
}
.agency-access .agency-access__form .gform_wrapper .gfield_description,
.agency-access .agency-access__form .gform_wrapper .gform_description,
.agency-access .agency-access__form .gform_wrapper .validation_message,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_description,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gform_description,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .validation_message {
  color: #FFF;
}
.agency-access .agency-access__form .gform_wrapper .validation_message,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .validation_message {
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #F5E45B;
  font-size: 14px;
  font-weight: 500;
}
.agency-access .agency-access__form .gform_wrapper .gfield_error input,
.agency-access .agency-access__form .gform_wrapper .gfield_error select,
.agency-access .agency-access__form .gform_wrapper .gfield_error textarea,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_error input,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_error select,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #F5E45B;
}
.agency-access .agency-access__form .gform_wrapper .gfield_error .gfield_label,
.agency-access .agency-access__form .gform_wrapper.gravity-theme .gfield_error .gfield_label {
  color: #F5E45B;
}

.agency-access .agency-access__form .gfield_required_text {
  font-size: 0;
}
.agency-access .agency-access__form .gfield_required_text::after {
  content: "*";
  font-size: 16px;
}
.agency-access .agency-access__form .required-note {
  margin: 0 0 8px;
  color: #F5E45B;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.blank-page {
  position: relative;
  padding: 160px 30px 80px;
}
.blank-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: rgba(18, 19, 17, 0.6);
  z-index: 0;
}
.blank-page .blank-page__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 936px;
  margin: 0 auto;
}

.cta {
  display: flex;
  position: relative;
  overflow: hidden;
  background: rgba(18, 19, 17, 0.6);
}
.cta .video-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta .video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 19, 17, 0.6);
}
.cta .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% calc(100% + 130px);
}
.cta .cta-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1063px;
  margin: 0 auto;
  padding: 50px 0px 70px;
  gap: 64px;
}
.cta h2 {
  margin: 0;
  font-size: 61px;
  color: #F5E45B;
  font-weight: 700;
}
.cta p {
  margin: 0;
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
}
.cta .button {
  align-self: flex-start;
  font-weight: 400;
}
.cta .disclaimer {
  font-size: 22px;
  font-weight: 400;
}

/*
 * Responsive overrides
 *
 * Change these values to move the theme's responsive breakpoints.
 * Desktop styles live in the component partials; responsive adjustments live here.
 */
.process-mobile {
  display: none !important;
}

/* Stack the home performance graphs before they begin to crowd each other. */
@media (max-width: 1267px) {
  .performance .charts {
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding-inline: 30px;
  }
  .performance .charts .chart {
    width: 100%;
    max-width: 580px;
  }
}
/* Swap the wide After the Click process graphic for a compact process list. */
@media (max-width: 1200px) {
  .process .process-chart {
    display: none;
  }
  .process .process-mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: calc(100% - 60px);
    max-width: 760px;
    margin: 10px auto 45px;
  }
  .process .process-mobile .process-mobile__step {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    padding: 18px;
    border: 1px solid #D8D8CF;
    border-radius: 8px;
    background: rgba(250, 250, 247, 0.72);
  }
  .process .process-mobile .process-mobile__step .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #F5E45B;
    font-size: 23px;
    filter: drop-shadow(0 1px 1px rgba(18, 19, 17, 0.2));
  }
  .process .process-mobile .process-mobile__step h4 {
    margin: 0 0 3px;
    font-size: 22px;
    font-weight: 600;
  }
  .process .process-mobile .process-mobile__step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
  }
}
@media (max-width: 1000px) {
  /* Global */
  .container {
    width: min(100% - 40px, 1200px);
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 42px;
  }
  /* Header */
  header .header-wrapper {
    padding: 0 20px;
    gap: 20px;
  }
  header .logo {
    margin: 14px 12px;
    font-size: 38px;
  }
  header #primary-menu {
    margin: 20px 0;
  }
  /* Hero */
  .hero .hero-text {
    max-width: 760px;
    padding: 120px 40px 110px;
    gap: 42px;
  }
  .hero .disclaimer {
    right: 30px;
  }
  /* Home */
  .proposal .comparison-chart {
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 35px 35px 20px;
    overflow: hidden;
  }
  .proposal .comparison-chart .chart {
    display: none;
  }
  .proposal .comparison-chart .comparison-mobile {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .proposal .comparison-chart .comparison-mobile__header, .proposal .comparison-chart .comparison-mobile__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
    align-items: center;
  }
  .proposal .comparison-chart .comparison-mobile__header {
    padding-bottom: 10px;
    font-weight: 700;
  }
  .proposal .comparison-chart .comparison-mobile__header span:first-child {
    color: #61DBFB;
  }
  .proposal .comparison-chart .comparison-mobile__header .logo {
    color: #121311;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 17px;
    font-weight: 500;
  }
  .proposal .comparison-chart .comparison-mobile__header .logo .press {
    color: inherit;
    font-style: italic;
  }
  .proposal .comparison-chart .comparison-mobile__row {
    min-height: 62px;
    border-top: 1px solid #D8D8CF;
  }
  .proposal .comparison-chart .comparison-mobile__row > span {
    padding: 10px 8px;
  }
  .proposal .comparison-chart .comparison-mobile__row > strong {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    background: #FAF5C7;
    font-size: 11px;
    font-weight: 700;
  }
  .performance .section-title {
    padding-inline: 30px;
  }
  /* Access */
  .agency-access .agency-access__inner {
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
  }
  .agency-access .agency-access__content {
    max-width: 650px;
  }
  .agency-access .agency-access__form {
    max-width: 500px;
  }
  /* After the click */
  .process .section-title,
  .process .content-section {
    padding-inline: 30px;
  }
  .process .process-chart {
    padding-inline: 30px;
  }
  .faq .faq-container {
    width: calc(100% - 60px);
    padding: 48px 60px;
  }
  /* CTA */
  .cta .cta-text {
    padding: 50px 40px 70px;
    gap: 48px;
  }
  .cta h2 {
    font-size: 52px;
  }
  /* Footer */
  .site-footer .footer-inner {
    padding-inline: 30px;
  }
}
@media (max-width: 720px) {
  /* Global */
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  .container {
    width: min(100% - 40px, 1200px);
  }
  .section {
    padding: 64px 0;
  }
  .card {
    padding: 28px;
  }
  .grid--2,
  .grid--3 {
    grid-template-columns: 1fr;
  }
  /* Header */
  header .header-wrapper {
    justify-content: space-between;
    padding: 0 16px;
  }
  header .logo {
    display: block;
    margin: 14px 8px 14px 0;
    font-size: 26px;
    white-space: nowrap;
  }
  header .main-navigation {
    width: auto;
    max-width: calc(100% - 32px);
    margin-left: auto;
  }
  header #primary-menu {
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 14px 0 14px auto;
  }
  header #primary-menu a {
    padding: 12px 11px;
  }
  header #primary-menu .menu-item {
    font-size: 14px;
    white-space: nowrap;
  }
  /* Hero */
  .hero h1 {
    font-size: 44px;
  }
  .hero .hero-text {
    max-width: none;
    padding: 110px 24px 95px;
    gap: 34px;
  }
  .hero .hero-text .byline {
    font-size: 21px;
  }
  .hero .disclaimer {
    bottom: 14px;
    right: 20px;
    left: 20px;
    text-align: right;
  }
  .hero-2 .video-container video {
    object-position: center;
  }
  /* Home proposal */
  .proposal {
    padding-bottom: 40px;
  }
  .proposal .section-title {
    padding-inline: 20px;
  }
  .proposal .section-title h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .proposal .comparison-chart {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 28px 18px 20px;
    border-radius: 14px;
  }
  .proposal .comparison-chart > p {
    margin-bottom: 24px;
  }
  /* Performance */
  .performance .section-title {
    margin-bottom: 30px;
    padding-inline: 20px;
  }
  .performance .section-title h2 {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .performance .how-it-works {
    padding-inline: 20px;
  }
  .performance .how-it-works .icon-boxes {
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    gap: 16px;
    margin-bottom: 42px;
  }
  .performance .how-it-works .icon-boxes .icon-box {
    width: 100%;
    padding: 20px 24px;
  }
  .performance .how-it-works .icon-boxes .icon-box p {
    max-width: none;
    margin-inline: auto;
  }
  .performance .charts {
    gap: 24px;
    padding-inline: 20px;
    margin-bottom: 45px;
  }
  .performance .charts .chart {
    max-width: 100%;
    padding: 28px 18px;
    border-radius: 14px;
    overflow: hidden;
  }
  .performance .charts .chart h3 {
    font-size: 23px;
  }
  .performance .charts .chart #graph1,
  .performance .charts .chart #graph2,
  .performance .charts .chart .graph {
    display: block;
    width: 100% !important;
    max-width: 500px;
    height: auto !important;
    margin: 0 auto;
  }
  /* Process diagram is intentionally desktop-only. The detailed content below remains visible. */
  .process {
    padding-bottom: 35px;
  }
  .process .section-title {
    padding-inline: 20px;
  }
  .process .section-title h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .process .process-mobile {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    gap: 12px;
    margin-bottom: 35px;
  }
  .process .process-mobile .process-mobile__step {
    padding: 15px 16px;
  }
  .process .content-section {
    padding-inline: 20px;
  }
  .process .content-section h4 {
    font-size: 24px;
  }
  .section-title-space {
    padding: 30px 20px 15px;
  }
  ul.chevron-list li {
    padding-left: 28px;
  }
  /* FAQ */
  .faq .faq-container {
    width: calc(100% - 40px);
    margin-bottom: 50px;
    padding: 36px 24px;
    border-radius: 14px;
  }
  .faq .section-title {
    margin-bottom: 30px;
  }
  .faq .section-title h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .faq .faq-sections {
    gap: 36px;
  }
  .faq .faq-section h3 {
    font-size: 24px;
  }
  .faq .faq-question {
    gap: 14px;
    padding: 15px 0;
    font-size: 18px;
  }
  .faq .faq-answer .faq-answer-inner p {
    padding: 0 0 20px 29px;
    font-size: 16px;
  }
  /* CTA */
  .cta .video-container video {
    object-position: center;
  }
  .cta .cta-text {
    padding: 48px 24px 56px;
    gap: 34px;
  }
  .cta h2 {
    font-size: 42px;
  }
  .cta p {
    font-size: 21px;
  }
  .cta .disclaimer {
    font-size: 17px;
  }
  /* Access */
  .agency-access .agency-access__inner {
    gap: 40px;
    padding: 110px 24px 55px;
  }
  .agency-access .agency-access__content h1 {
    margin-bottom: 24px;
    font-size: 48px;
  }
  .agency-access .agency-access__content p {
    font-size: 20px;
  }
  .agency-access .agency-access__form {
    max-width: 100%;
  }
  /* Blank content pages */
  .blank-page {
    padding: 130px 20px 60px;
  }
  /* Footer */
  .site-footer {
    padding: 20px 0;
  }
  .site-footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-inline: 20px;
  }
  .site-footer .footer-meta {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  /* Header */
  header .header-wrapper {
    padding-inline: 10px;
  }
  header #primary-menu {
    margin-left: auto;
  }
  header #primary-menu a {
    padding: 10px 8px;
  }
  header #primary-menu .menu-item {
    font-size: 12px;
  }
  /* Hero */
  .hero h1 {
    font-size: 44px;
  }
  .hero .hero-text {
    padding: 100px 20px 85px;
    gap: 28px;
  }
  .hero .hero-text .byline {
    font-size: 19px;
  }
  .hero .button {
    padding: 13px 18px;
    font-size: 15px;
  }
  .proposal .comparison-chart {
    width: calc(100% - 24px);
    margin-inline: 12px;
    padding-inline: 12px;
  }
  .proposal .comparison-chart .comparison-mobile {
    font-size: 12px;
  }
  .proposal .comparison-chart .comparison-mobile__header, .proposal .comparison-chart .comparison-mobile__row {
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  }
  .proposal .comparison-chart .comparison-mobile__row > strong {
    font-size: 10px;
  }
  .performance .section-title,
  .performance .how-it-works,
  .performance .charts {
    padding-inline: 14px;
  }
  .performance .charts .chart {
    padding: 24px 12px;
  }
  .faq .faq-container {
    width: calc(100% - 24px);
    padding: 30px 18px;
  }
  .cta .cta-text {
    padding-inline: 20px;
  }
  .cta h2 {
    font-size: 36px;
  }
  .agency-access .agency-access__inner {
    padding-inline: 20px;
  }
  .agency-access .agency-access__content h1 {
    font-size: 42px;
  }
  .site-footer .footer-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/* Narrow mobile header */
@media (max-width: 411px) {
  header .header-wrapper .logo {
    font-size: 20px;
    margin-right: 6px;
  }
}

.video-container {
  background: #121311;
}
.video-container video {
  opacity: 0;
  transition: opacity 400ms ease;
}
.video-container.is-video-ready video {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
