.FzG1Sq_page {
  color: #173b39;
  min-height: 100vh;
  font-family: Avenir Next, Avenir, system-ui, sans-serif;
  overflow: hidden;
}

.FzG1Sq_shell {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}

.FzG1Sq_brand {
  letter-spacing: -.045em;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 900;
  display: inline-flex;
}

.FzG1Sq_mark {
  color: #172e30;
  background: #ff735f;
  border-radius: 14px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.FzG1Sq_mark svg {
  width: 24px;
}

.FzG1Sq_header {
  justify-content: space-between;
  align-items: center;
  height: 82px;
  display: flex;
}

.FzG1Sq_nav {
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
}

.FzG1Sq_nav a:last-child {
  border: 1px solid;
  border-radius: 99px;
  padding: 11px 17px;
}

.FzG1Sq_researchMenu {
  position: relative;
}

.FzG1Sq_researchMenu summary {
  cursor: pointer;
  list-style: none;
}

.FzG1Sq_researchMenu summary::-webkit-details-marker {
  display: none;
}

.FzG1Sq_researchMenu summary:after {
  content: "+";
  color: #e85f4b;
  margin-left: 6px;
  font-size: 16px;
  line-height: 0;
  transition: transform .2s;
  display: inline-block;
}

.FzG1Sq_researchMenu[open] summary:after {
  transform: rotate(45deg);
}

.FzG1Sq_researchMenuPanel {
  z-index: 10;
  background: #f8f4e9;
  border: 2px solid #172e30;
  width: 300px;
  padding: 13px;
  position: absolute;
  top: calc(100% + 15px);
  right: -18px;
  box-shadow: 7px 8px #172e3038;
}

.FzG1Sq_researchMenuPanel:before {
  content: "";
  background: #f8f4e9;
  border-top: 2px solid #172e30;
  border-left: 2px solid #172e30;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -9px;
  right: 30px;
  transform: rotate(45deg);
}

.FzG1Sq_researchMenuKicker {
  color: #e85f4b;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 8px;
  font: 900 10px monospace;
  position: relative;
}

.FzG1Sq_researchMenuPanel a {
  border-top: 1px solid #173b3933;
  padding: 12px 10px;
  display: block;
  position: relative;
}

.FzG1Sq_researchMenuPanel a:hover {
  color: #172e30;
  background: #dfe9e2;
}

.FzG1Sq_researchMenuPanel strong, .FzG1Sq_researchMenuPanel span {
  display: block;
}

.FzG1Sq_researchMenuPanel strong {
  color: #1649c6;
  font-size: 15px;
}

.FzG1Sq_researchMenuPanel span {
  color: #496768;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.FzG1Sq_button {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 23px;
  font-weight: 900;
  display: inline-flex;
}

.FzG1Sq_eyebrow {
  color: #e85f4b;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: 900;
}

.FzG1Sq_title {
  letter-spacing: -.07em;
  margin: 0;
  font-family: Arial Rounded MT Bold, Avenir Next, system-ui, sans-serif;
  font-size: clamp(58px, 7.2vw, 108px);
  line-height: .92;
}

.FzG1Sq_lede {
  color: #54706b;
  font-size: 18px;
  line-height: 1.6;
}

.FzG1Sq_art {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.FzG1Sq_notebook {
  background: #f4eddb radial-gradient(#c9bea6 .7px, #0000 .7px) 0 0 / 12px 12px;
}

.FzG1Sq_notebook .FzG1Sq_header {
  border-bottom: 1px solid #173b392e;
}

.FzG1Sq_notebookHero {
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 54px;
  padding: 72px 0 100px;
  display: grid;
}

.FzG1Sq_notebookCopy {
  z-index: 2;
  position: relative;
}

.FzG1Sq_notebookCopy:after {
  content: "FIRST LISTEN";
  color: #e85f4b6b;
  border: 3px double;
  padding: 7px 11px;
  font: 900 10px monospace;
  position: absolute;
  top: -55px;
  right: 0;
  transform: rotate(7deg);
}

.FzG1Sq_notebook .FzG1Sq_title em {
  color: #1649c6;
  font-style: normal;
}

.FzG1Sq_notebook .FzG1Sq_button {
  color: #fff;
  background: #1649c6;
  margin-top: 18px;
  box-shadow: 6px 6px #173b39;
}

.FzG1Sq_paperStack {
  height: 520px;
  position: relative;
}

.FzG1Sq_paperStack:before, .FzG1Sq_paperStack:after {
  content: "";
  background: #dfd4bb;
  border: 1px solid #173b39;
  position: absolute;
  inset: 20px 0 0 26px;
  transform: rotate(4deg);
}

.FzG1Sq_paperStack:after {
  background: #fffaf0;
  inset: 8px 18px 12px 5px;
  transform: rotate(-2deg);
}

.FzG1Sq_notebookImage {
  z-index: 1;
  background: #fffaf0;
  border: 2px solid #173b39;
  padding: 13px 13px 58px;
  position: absolute;
  inset: 0;
  transform: rotate(1deg);
  box-shadow: 10px 12px #173b3921;
}

.FzG1Sq_notebookImage img {
  object-position: center;
}

.FzG1Sq_notebookImage span {
  font: 700 13px monospace;
  position: absolute;
  bottom: 18px;
  left: 22px;
}

.FzG1Sq_marginNote {
  z-index: 3;
  background: #f5cf5f;
  width: 180px;
  padding: 18px;
  font-size: 14px;
  line-height: 1.45;
  position: absolute;
  bottom: 25px;
  right: -20px;
  transform: rotate(-4deg);
  box-shadow: 5px 6px #173b3940;
}

.FzG1Sq_notebookStory {
  border-top: 1px solid #173b3933;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding: 105px 0;
  display: grid;
}

.FzG1Sq_notebookStory h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: 42px;
  line-height: 1;
}

.FzG1Sq_notebookSteps {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.FzG1Sq_note {
  background: #fffaf0;
  border: 1px solid #173b393b;
  min-height: 220px;
  padding: 28px 24px;
  position: relative;
  box-shadow: 5px 6px #c7dcd2;
}

.FzG1Sq_note:nth-child(2) {
  transform: translateY(24px) rotate(1deg);
}

.FzG1Sq_note:nth-child(3) {
  transform: rotate(-1deg);
}

.FzG1Sq_note b {
  color: #e85f4b;
  font: 900 12px monospace;
}

.FzG1Sq_note h3 {
  margin: 42px 0 8px;
  font-size: 21px;
}

.FzG1Sq_note p {
  color: #54706b;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.FzG1Sq_notebookCta {
  color: #fffaf0;
  background: #173b39;
  border-radius: 4px 46px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 30px auto 90px;
  padding: 54px;
  display: flex;
}

.FzG1Sq_notebookCta h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
}

.FzG1Sq_notebookCta .FzG1Sq_button {
  color: #173b39;
  box-shadow: none;
  background: #f5cf5f;
  flex: none;
  margin: 0;
}

.FzG1Sq_board {
  color: #172e30;
  background: #dfe9e2;
}

.FzG1Sq_board .FzG1Sq_header {
  height: 74px;
}

.FzG1Sq_boardHeader {
  background: #eff4ec;
  border-bottom: 3px solid #172e30;
}

.FzG1Sq_board .FzG1Sq_mark {
  color: #172e30;
  background: #ff735f;
  border-radius: 50%;
}

.FzG1Sq_boardHero {
  grid-template-columns: 1fr 1.18fr;
  align-items: center;
  gap: 48px;
  min-height: 760px;
  padding-block: 70px;
  display: grid;
  position: relative;
}

.FzG1Sq_boardHero:before {
  content: "";
  background: #bfc8c2 linear-gradient(135deg, #ffffff59 25%, #0000 25% 50%, #0000000a 50% 75%, #0000 75%) 0 0 / 10px 10px;
  border: 2px solid #172e30;
  border-radius: 28px;
  position: absolute;
  inset: 36px -80px;
  box-shadow: inset 0 0 0 9px #d9e0dc, 12px 14px #172e3033;
}

.FzG1Sq_boardCopy, .FzG1Sq_boardVisual {
  z-index: 1;
  position: relative;
}

.FzG1Sq_boardCopy {
  background: #f8f4e9;
  border: 2px solid #172e30;
  padding: 40px;
  transform: rotate(-1deg);
  box-shadow: 9px 10px #ff735f;
}

.FzG1Sq_board .FzG1Sq_title {
  font-size: clamp(52px, 6vw, 84px);
}

.FzG1Sq_board .FzG1Sq_button {
  color: #fff;
  background: #1649c6;
  border: 2px solid #172e30;
  margin-top: 16px;
  box-shadow: 5px 5px #172e30;
}

.FzG1Sq_boardVisual {
  gap: 18px;
  display: grid;
}

.FzG1Sq_boardImage {
  border: 2px solid #172e30;
  border-radius: 8px;
  height: 410px;
  overflow: hidden;
  box-shadow: 8px 9px #172e30;
}

.FzG1Sq_trace {
  background: #172e30;
  border: 2px solid #172e30;
  align-items: center;
  height: 90px;
  display: flex;
  overflow: hidden;
}

.FzG1Sq_traceLine {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='44' viewBox='0 0 320 44'%3E%3Cpath d='M0 22h22l10-14 15 28 18-25 16 22 14-11h25l9-7 12 15 17-23 19 29 14-14h34l10-17 14 34 15-30 20 25 13-12h30' fill='none' stroke='%23ff735f' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") 0 repeat-x;
  flex: none;
  width: 100%;
  height: 44px;
  animation: 9s linear infinite FzG1Sq_heroTraceMove;
}

@keyframes FzG1Sq_heroTraceMove {
  to {
    background-position: -320px;
  }
}

.FzG1Sq_boardModules {
  padding: 100px 0;
}

.FzG1Sq_boardModules h2 {
  letter-spacing: -.06em;
  max-width: 650px;
  margin: 0 0 50px;
  font-size: clamp(40px, 5vw, 64px);
}

.FzG1Sq_moduleGrid {
  grid-template-columns: 1.2fr .8fr .8fr;
  align-items: start;
  gap: 24px;
  display: grid;
}

.FzG1Sq_module {
  background: #f8f4e9;
  border: 2px solid #172e30;
  min-height: 240px;
  padding: 30px;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 7px 8px #172e303b;
}

.FzG1Sq_module:hover {
  transform: translateY(-6px);
  box-shadow: 11px 14px #172e303b;
}

.FzG1Sq_module:nth-child(2) {
  background: #ffcb67;
  margin-top: 55px;
}

.FzG1Sq_module:nth-child(3) {
  background: #b9decf;
  margin-top: 105px;
}

.FzG1Sq_module small {
  color: #1649c6;
  font: 900 11px monospace;
}

.FzG1Sq_module h3 {
  margin: 70px 0 9px;
  font-size: 25px;
}

.FzG1Sq_module p {
  color: #496768;
  line-height: 1.55;
}

.FzG1Sq_listenSection {
  background: #eff4ec;
  border-block: 3px solid #172e30;
  padding: 105px 0;
}

.FzG1Sq_listenHeading {
  justify-content: space-between;
  align-items: end;
  gap: 45px;
  margin-bottom: 48px;
  display: flex;
}

.FzG1Sq_listenHeading h2, .FzG1Sq_problemSection h2, .FzG1Sq_faqSection h2 {
  letter-spacing: -.06em;
  max-width: 680px;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
}

.FzG1Sq_listenHeading p {
  color: #496768;
  max-width: 420px;
  line-height: 1.6;
}

.FzG1Sq_sampleGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

.FzG1Sq_sampleCard {
  background: #f8f4e9;
  border: 2px solid #172e30;
  overflow: hidden;
  box-shadow: 7px 8px #172e3038;
}

.FzG1Sq_sampleCard figure {
  border-bottom: 2px solid #172e30;
  height: 250px;
  margin: 0;
}

.FzG1Sq_sampleBody {
  padding: 24px;
}

.FzG1Sq_sampleTop {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.FzG1Sq_sampleTop h3 {
  margin: 0;
  font-size: 24px;
}

.FzG1Sq_sampleTop span {
  background: #ffcb67;
  border: 1px solid #172e30;
  padding: 5px 8px;
  font: 900 10px monospace;
}

.FzG1Sq_miniTrace {
  background: #172e30;
  border: 2px solid #172e30;
  align-items: center;
  height: 55px;
  margin: 20px 0;
  display: flex;
  overflow: hidden;
}

.FzG1Sq_miniTrace span {
  background-position: 0;
  background-repeat: repeat-x;
  flex: none;
  width: 100%;
  height: 34px;
  animation: 7s linear infinite FzG1Sq_zoneTraceMove;
}

@keyframes FzG1Sq_zoneTraceMove {
  to {
    background-position: -220px;
  }
}

.FzG1Sq_engineTrace span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='34'%3E%3Cpath d='M0 17h20l5-12 8 24 8-24 8 24 8-24 8 24 8-12h22l8-9 8 18 8-18 8 18 8-9h25' fill='none' stroke='%23ff735f' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.FzG1Sq_brakeTrace span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='34'%3E%3Cpath d='M0 20c18 0 18-13 36-13s18 20 36 20S90 6 108 6s18 21 36 21 18-16 36-16 18 9 40 9' fill='none' stroke='%23ffcb67' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  animation-duration: 4.5s;
}

.FzG1Sq_exhaustTrace span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='34'%3E%3Cpath d='M0 17h18l8-8 9 16 9-16 9 16 9-8h31l6-5 7 10 7-10 7 10 7-5h40l7-7 8 14 8-14 8 14 8-7h17' fill='none' stroke='%23b9decf' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  animation-duration: 10s;
}

.FzG1Sq_sampleBody dl {
  margin: 0;
}

.FzG1Sq_sampleBody dl div {
  border-top: 1px solid #bbc6bf;
  padding: 14px 0;
}

.FzG1Sq_sampleBody dt {
  color: #1649c6;
  text-transform: uppercase;
  font: 900 10px monospace;
}

.FzG1Sq_sampleBody dd {
  color: #496768;
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.FzG1Sq_problemSection {
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  padding-block: 110px;
  display: grid;
}

.FzG1Sq_problemList {
  border-top: 2px solid #172e30;
}

.FzG1Sq_problemList div {
  border-bottom: 1px solid #83928d;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 22px 0;
  display: grid;
}

.FzG1Sq_problemList span {
  color: #ff735f;
  font: 900 11px monospace;
}

.FzG1Sq_problemList strong {
  font-size: 18px;
}

.FzG1Sq_faqSection {
  background: #f8f4e9;
  border-top: 3px solid #172e30;
  padding: 105px 0;
}

.FzG1Sq_faqSection h2 {
  margin-bottom: 48px;
}

.FzG1Sq_faqGrid {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}

.FzG1Sq_faqGrid details {
  background: #dfe9e2;
  border: 2px solid #172e30;
  padding: 0 24px;
  box-shadow: 5px 6px #172e302e;
}

.FzG1Sq_faqGrid summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 82px;
  font-weight: 900;
  list-style: none;
  display: flex;
}

.FzG1Sq_faqGrid summary::-webkit-details-marker {
  display: none;
}

.FzG1Sq_faqGrid summary span {
  color: #ff735f;
  font-size: 25px;
}

.FzG1Sq_faqGrid p {
  color: #496768;
  margin: 0;
  padding: 0 0 23px;
  line-height: 1.6;
}

.FzG1Sq_boardCta {
  text-align: center;
  background: #ff735f;
  border-block: 3px solid #172e30;
  padding: 72px 0;
}

.FzG1Sq_boardCta h2 {
  letter-spacing: -.06em;
  margin: 0 0 25px;
  font-size: clamp(38px, 5vw, 68px);
}

.FzG1Sq_boardCta .FzG1Sq_button {
  color: #172e30;
  background: #f8f4e9;
  margin: 0;
}

.FzG1Sq_bay {
  color: #173b39;
  background: #f5f0e5;
}

.FzG1Sq_bay .FzG1Sq_header {
  z-index: 5;
  position: relative;
}

.FzG1Sq_bay .FzG1Sq_mark {
  background: #ff725d;
  border-radius: 18px 18px 18px 4px;
}

.FzG1Sq_bayHero {
  min-height: 820px;
  position: relative;
}

.FzG1Sq_bayImage {
  position: absolute;
  inset: 0;
}

.FzG1Sq_bayImage:after {
  content: "";
  background: linear-gradient(90deg, #f5f0e5f5 0%, #f5f0e5bd 34%, #0000 62%);
  position: absolute;
  inset: 0;
}

.FzG1Sq_bayCopy {
  z-index: 2;
  width: min(600px, 54%);
  padding-top: 135px;
  position: relative;
}

.FzG1Sq_bay .FzG1Sq_title {
  font-size: clamp(62px, 7.8vw, 116px);
}

.FzG1Sq_bay .FzG1Sq_title em {
  color: #ff725d;
  font-style: normal;
}

.FzG1Sq_bay .FzG1Sq_button {
  color: #fff;
  background: #173b39;
  margin-top: 15px;
}

.FzG1Sq_ticket {
  z-index: 3;
  background: #fffdf6;
  border: 1px solid #52645f;
  width: 340px;
  padding: 28px;
  position: absolute;
  bottom: -70px;
  right: 5%;
  transform: rotate(2deg);
  box-shadow: 0 20px 45px #173b393b;
}

.FzG1Sq_ticket:before {
  content: "";
  pointer-events: none;
  border: 1px dashed #b9b1a2;
  display: block;
  position: absolute;
  inset: 11px;
}

.FzG1Sq_ticket small, .FzG1Sq_ticket strong, .FzG1Sq_ticket span {
  display: block;
  position: relative;
}

.FzG1Sq_ticket small {
  color: #ff725d;
  letter-spacing: .1em;
  font: 900 10px monospace;
}

.FzG1Sq_ticket strong {
  margin: 38px 0 8px;
  font-size: 25px;
}

.FzG1Sq_ticket span {
  color: #58716d;
  line-height: 1.5;
}

.FzG1Sq_pulse {
  background: #ff725d;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 38px;
  right: 46px;
}

.FzG1Sq_pulse:before, .FzG1Sq_pulse:after {
  content: "";
  border: 2px solid #ff725d;
  border-radius: 50%;
  animation: 2.5s ease-out infinite FzG1Sq_listenPulse;
  position: absolute;
  inset: -7px;
}

.FzG1Sq_pulse:after {
  animation-delay: 1.25s;
}

@keyframes FzG1Sq_listenPulse {
  from {
    opacity: 1;
    transform: scale(.4);
  }

  to {
    opacity: 0;
    transform: scale(2.3);
  }
}

.FzG1Sq_bayStory {
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  padding: 175px 0 110px;
  display: grid;
}

.FzG1Sq_bayStory h2 {
  letter-spacing: -.065em;
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
}

.FzG1Sq_bayRows {
  border-top: 1px solid #bcb5a8;
}

.FzG1Sq_bayRow {
  border-bottom: 1px solid #bcb5a8;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 28px 0;
  display: grid;
}

.FzG1Sq_bayRow b {
  color: #ff725d;
  font: 900 12px monospace;
}

.FzG1Sq_bayRow h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.FzG1Sq_bayRow p {
  color: #58716d;
  margin: 0;
  line-height: 1.55;
}

.FzG1Sq_bayQuote {
  letter-spacing: -.045em;
  background: #c8dfd2;
  border-radius: 0 50px 50px 0;
  width: min(900px, 100% - 48px);
  margin: 0 auto 100px;
  padding: 55px 70px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
}

.FzG1Sq_bayCta {
  color: #f5f0e5;
  text-align: center;
  background: #173b39;
  padding: 100px 0;
}

.FzG1Sq_bayCta h2 {
  letter-spacing: -.06em;
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 70px);
}

.FzG1Sq_bayCta p {
  color: #b8d1c7;
}

.FzG1Sq_bayCta .FzG1Sq_button {
  color: #173b39;
  background: #ff725d;
}

.FzG1Sq_footer {
  color: #58716d;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  font-size: 13px;
  display: flex;
}

@media (prefers-reduced-motion: reduce) {
  .FzG1Sq_traceLine, .FzG1Sq_miniTrace span, .FzG1Sq_pulse:before, .FzG1Sq_pulse:after {
    animation: none;
  }

  .FzG1Sq_module {
    transition: none;
  }
}

@media (width <= 850px) {
  .FzG1Sq_notebookHero, .FzG1Sq_notebookStory, .FzG1Sq_boardHero, .FzG1Sq_bayStory {
    grid-template-columns: 1fr;
  }

  .FzG1Sq_paperStack {
    height: 470px;
  }

  .FzG1Sq_notebookSteps, .FzG1Sq_moduleGrid, .FzG1Sq_sampleGrid {
    grid-template-columns: 1fr;
  }

  .FzG1Sq_listenHeading {
    flex-direction: column;
    align-items: flex-start;
  }

  .FzG1Sq_problemSection {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .FzG1Sq_note:nth-child(2), .FzG1Sq_note:nth-child(3), .FzG1Sq_module:nth-child(2), .FzG1Sq_module:nth-child(3) {
    margin-top: 0;
    transform: none;
  }

  .FzG1Sq_boardHero:before {
    inset-inline: -20px;
  }

  .FzG1Sq_bayHero {
    min-height: 850px;
  }

  .FzG1Sq_bayCopy {
    width: 80%;
  }

  .FzG1Sq_ticket {
    right: 5%;
  }
}

@media (width <= 620px) {
  .FzG1Sq_shell {
    width: calc(100% - 32px);
  }

  .FzG1Sq_nav a:not(:last-child) {
    display: none;
  }

  .FzG1Sq_researchMenu {
    order: 1;
  }

  .FzG1Sq_researchMenuPanel {
    width: auto;
    position: fixed;
    top: 70px;
    left: 16px;
    right: 16px;
  }

  .FzG1Sq_researchMenuPanel:before {
    display: none;
  }

  .FzG1Sq_notebookHero {
    padding-top: 55px;
  }

  .FzG1Sq_notebookCopy:after {
    display: none;
  }

  .FzG1Sq_paperStack {
    height: 350px;
  }

  .FzG1Sq_marginNote {
    width: 145px;
    right: -5px;
  }

  .FzG1Sq_notebookStory {
    gap: 40px;
    padding-block: 75px;
  }

  .FzG1Sq_notebookCta {
    flex-direction: column;
    align-items: flex-start;
    padding: 35px;
  }

  .FzG1Sq_boardHero {
    padding-block: 45px;
  }

  .FzG1Sq_boardCopy {
    padding: 28px;
  }

  .FzG1Sq_boardImage {
    height: 290px;
  }

  .FzG1Sq_boardModules, .FzG1Sq_listenSection, .FzG1Sq_faqSection {
    padding-block: 75px;
  }

  .FzG1Sq_faqGrid {
    grid-template-columns: 1fr;
  }

  .FzG1Sq_bayImage:after {
    background: linear-gradient(#f5f0e5f5 0%, #f5f0e5b8 48%, #0000 85%);
  }

  .FzG1Sq_bayCopy {
    width: 100%;
    padding-top: 70px;
  }

  .FzG1Sq_bayHero {
    min-height: 820px;
  }

  .FzG1Sq_ticket {
    width: calc(100% - 32px);
    bottom: -90px;
    right: 16px;
  }

  .FzG1Sq_bayStory {
    gap: 45px;
    padding-top: 190px;
  }

  .FzG1Sq_bayQuote {
    width: calc(100% - 32px);
    padding: 40px 28px;
  }

  .FzG1Sq_footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
}

