@charset "UTF-8";

@font-face {
  font-family: "CampaignNotoSansJP";
  src: url("../font/NotoSansJP-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CampaignNotoSansJP";
  src: url("../font/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CampaignNotoSansJP";
  src: url("../font/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CampaignNotoSansJP";
  src: url("../font/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CampaignNotoSansJP";
  src: url("../font/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CampaignNotoSansJP";
  src: url("../font/NotoSansJP-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --campaign-navy: #06244a;
  --campaign-navy-deep: #041d3b;
  --campaign-yellow: #ffd333;
  --campaign-red: #f20f24;
  --campaign-ink: #09203e;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  background: var(--campaign-navy-deep);
}

body {
  overflow-x: hidden;
  font-family: Arial, "Noto Sans JP", "Yu Gothic", sans-serif;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

[v-cloak] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#app {
  width: 100%;
  overflow: hidden;
}

.campaign-page {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  font-family: "CampaignNotoSansJP", "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: var(--campaign-navy);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .025) 0, rgba(255, 255, 255, .025) 0.08rem, transparent 0.08rem, transparent 0.2rem), linear-gradient(180deg, #06264d 0%, #062144 100%);
}

.hero {
  position: relative;
  height: 8.2rem;
}

.hero img {
  width: 100%;
  height: auto;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.66rem;
  overflow: hidden;
  background: #fff;
  border: 0.02rem solid #bfd5e6;
  border-radius: 0.34rem;
  box-shadow: 0 0.05rem 0.11rem rgba(0, 0, 0, .09);
  animation: search-box-attention 5.6s ease-in-out infinite;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.search-box::after {
  position: absolute;
  z-index: 0;
  top: -25%;
  left: -22%;
  width: 18%;
  height: 150%;
  content: "";
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .78) 50%, transparent 80%);
  transform: skewX(-18deg) translateX(-180%);
  animation: search-box-sheen 5.6s ease-in-out infinite;
  pointer-events: none;
}

.search-box input,
.search-submit {
  position: relative;
  z-index: 1;
}

.search-box:hover {
  border-color: #8eafca;
  box-shadow: 0 0.07rem 0.16rem rgba(0, 0, 0, .14);
}

.search-box:focus-within {
  border-color: #447ba9;
  box-shadow: 0 0.05rem 0.18rem rgba(61, 118, 164, .3);
  animation-play-state: paused;
  transform: translateY(-0.01rem);
}

.search-box:focus-within::after {
  opacity: 0;
  animation-play-state: paused;
}

@keyframes search-box-attention {

  0%,
  68%,
  100% {
    box-shadow: 0 0.05rem 0.11rem rgba(0, 0, 0, .09);
  }

  76%,
  84% {
    box-shadow: 0 0 0 0.045rem rgba(255, 211, 51, .58), 0 0.08rem 0.22rem rgba(255, 194, 37, .38);
  }
}

@keyframes search-box-sheen {

  0%,
  58% {
    transform: skewX(-18deg) translateX(-180%);
  }

  76%,
  86% {
    transform: skewX(-18deg) translateX(720%);
  }

  100% {
    transform: skewX(-18deg) translateX(720%);
  }
}

.search-box input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0 0.32rem;
  color: var(--campaign-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 0.18rem;
  font-weight: 600;
}

.search-box input::placeholder {
  color: #687c91;
  opacity: 1;
  transition: opacity .2s ease;
}

.search-box:focus-within input::placeholder {
  opacity: .55;
}

.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.07rem;
  height: 0.58rem;
  margin-right: 0.02rem;
  padding: 0 0.28rem;
  color: #fff;
  background: var(--campaign-red);
  border: 0;
  border-radius: 0.3rem;
  font-size: 0.19rem;
  font-weight: 800;
  white-space: nowrap;
  transition: filter .2s ease, transform .15s ease;
}

.search-submit:hover {
  filter: brightness(1.08);
}

.search-submit:active {
  transform: scale(.98);
}

.search-submit .iconfont {
  font-size: 0.2rem;
  transition: transform .25s ease;
}

.search-box:focus-within .search-submit .iconfont {
  transform: translateX(0.02rem) scale(1.05);
}

.search-submit:focus-visible,
.soft-cta:focus-visible,
.official-link:focus-visible {
  outline: 0.03rem solid #ffbe38;
  outline-offset: 0.03rem;
}

.hero-search {
  position: absolute;
  z-index: 7;
  top: 6.43rem;
  left: 50%;
  width: 7.02rem;
  transform: translateX(-50%);
}

.hero-search:focus-within {
  transform: translateX(-50%) translateY(-0.01rem);
}

.campaigns {
  position: relative;
  margin-top: -0.6rem;
  padding-bottom: 0.45rem;
}

.campaign-tab {
  width: 3.02rem;
  height: 0.43rem;
  margin: 0 auto -0.03rem;
  padding-top: 0.12rem;
  color: #eafff8;
  background: #3a987b;
  border-radius: 0.08rem 0.08rem 0 0;
  font-size: 0.14rem;
  font-weight: 800;
  text-align: center;
}

.campaign-list {
  width: 11.42rem;
  margin: 0 0 0 1.29rem;
}

.campaign-card {
  position: relative;
  width: 100%;
  height: 2.03rem;
  margin-bottom: 0.14rem;
}

.campaign-number {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.43rem;
  color: #fff;
  background: var(--campaign-red);
  border-radius: 0.09rem 0 0 0.09rem;
  font-size: 0.2rem;
  font-weight: 800;
}

.campaign-status {
  position: absolute;
  z-index: 3;
  left: 0.42rem;
  display: flex;
  align-items: center;
  width: 0.9rem;
  height: 0.4rem;
  padding-left: 0.11rem;
  color: #4d9a83;
  background: #e6f6ee;
  border-radius: 0 0 0.06rem 0.06rem;
  font-size: 0.13rem;
  font-weight: 800;
}

.campaign-surface {
  position: absolute;
  top: 0;
  left: 0.42rem;
  display: grid;
  grid-template-columns: 2.48rem 2.56rem 1fr 1.7rem;
  width: 11.02rem;
  height: 100%;
  padding: 0.24rem 0.24rem 0.21rem 0.18rem;
  color: var(--campaign-ink);
  background: #fff;
  border-radius: 0.34rem;
  box-shadow: 0 0.03rem 0.03rem rgba(0, 0, 0, .12);
}

.campaign-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
}

.campaign-logo {
  display: block;
  width: 100%;
  max-width: 1.98rem;
  height: 1.12rem;
  object-fit: contain;
}

.campaign-summary {
  min-width: 0;
  padding: 0.02rem 0.2rem 0 0.16rem;
  border-right: 0.02rem solid rgba(205, 220, 233, 0.439);
}

.campaign-summary h2,
.campaign-offer h3 {
  margin: 0;
  white-space: pre-line;
}

.campaign-summary h2 {
  color: #09203e;
  font-size: 0.22rem;
  font-weight: 900;
  line-height: 1.182;
}

.campaign-summary p {
  margin: 0.14rem 0 0;
  color: #6b7d90;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.429;
}

.campaign-offer {
  min-width: 0;
  padding: 0.02rem 0.18rem 0 0.2rem;
}

.campaign-offer h3 {
  color: var(--campaign-red);
  font-size: 0.17rem;
  font-weight: 900;
  line-height: 1.1;
}

.campaign-offer p {
  margin: 0.19rem 0 0;
  color: #092042;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.35;
}

.campaign-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  padding-left: 0.08rem;
}

.soft-cta,
.official-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.7rem;
  height: 0.48rem;
  padding: 0 0.14rem 0 .2rem;
  border-radius: 0.25rem;
  font-size: 0.18rem;
  font-weight: 600;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease,
    color .2s ease, transform .2s ease;
  line-height: 1.111;
}

.soft-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: rgb(9, 32, 66);
  border: 0;
  background-color: rgb(255, 215, 51);
  box-shadow: 0 0.03rem 0.08rem rgba(151, 126, 14, .2);
  animation: soft-cta-attention 4.2s ease-in-out infinite;
}

.soft-cta::after {
  position: absolute;
  z-index: -1;
  inset: -50% -35%;
  content: "";
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .48) 50%, transparent 62%);
  transform: translateX(-130%);
  animation: soft-cta-sheen 2s linear infinite;
  pointer-events: none;
}

.soft-cta>span,
.soft-cta img {
  position: relative;
  z-index: 1;
}

.soft-cta img {
  width: .24rem;
  height: .24rem;
  object-fit: contain;
  transition: transform .2s ease;
}

.official-link img {
  width: .18rem;
  height: .2rem;
  object-fit: contain;
}

.soft-cta:hover {
  background: #ffe36e;
  box-shadow: 0 0.03rem 0.08rem rgba(151, 126, 14, .22);
  animation-play-state: paused;
  transform: translateY(-0.02rem) scale(1.02);
}

.soft-cta:focus-visible {
  animation-play-state: paused;
}

.soft-cta:hover img {
  transform: translateX(0.04rem);
}

.official-link {
  color: #7890a1;
  background: #f7fafc;
  border: 0.02rem solid #d9e5ec;
}

.official-link:hover {
  color: #60798b;
  background: #fafdff;
  border-color: #b9cbd7;
  box-shadow: 0 0.02rem 0.05rem rgba(104, 138, 160, .1);
}

@keyframes soft-cta-sheen {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes soft-cta-attention {

  0%,
  62%,
  100% {
    box-shadow: 0 0.03rem 0.08rem rgba(151, 126, 14, .2);
    transform: translateY(0);
  }

  70%,
  78% {
    box-shadow: 0 0.06rem 0.14rem rgba(151, 126, 14, .32), 0 0 0 0.025rem rgba(255, 236, 126, .45);
    transform: translateY(-0.01rem);
  }
}

.risk-check {
  position: relative;
  width: 11.42rem;
  margin: 0 0 0 1.29rem;
  padding-bottom: 1.07rem;
}

.risk-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.82rem;
  padding: 0 0.06rem .16rem 0.55rem;
}

.risk-intro img {
  width: 100%;
}

.risk-card {
  position: relative;
  width: 11.02rem;
  margin-left: 0.42rem;
  overflow: hidden;
  color: var(--campaign-ink);
  background: #fff;
  border-radius: 0.34rem;
}

.risk-card-check {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  height: 2.53rem;
  padding: 0.21rem 0.27rem 0.18rem;
}

.risk-label {
  position: absolute;
  top: 0.21rem;
  left: 0.28rem;
  padding: 0.07rem 0.14rem;
  color: rgb(9, 32, 65);
  background-color: rgba(212, 225, 236, 0.502);
  border-radius: 0.18rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.714;
}

.risk-label span {
  font-weight: 900;
}

.risk-check-copy {
  grid-column: 1;
  padding-top: 0.61rem;
}

.risk-check-copy h3,
.risk-go-copy h3 {
  margin: 0;
  font-size: 0.26rem;
  font-weight: 900;
  color: rgb(9, 32, 65);
  letter-spacing: -.02rem;
  line-height: 1;
}

.risk-check-copy p,
.risk-go-copy p {
  margin: 0.1rem 0 0.14rem;
  color: rgb(9, 32, 65);
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: -.01rem;
}

.risk-search {
  width: 3.92rem;
  height: 0.48rem;
  border-radius: 0.25rem;
}

.risk-search input {
  padding-left: 0.2rem;
  font-size: 0.13rem;
}

.risk-search .search-submit {
  height: 0.41rem;
  margin-right: 0.02rem;
  padding: 0 0.15rem;
  color: #4f4717;
  background: #ffd52f;
  font-size: 0.12rem;
}

.risk-check-copy small {
  display: block;
  margin-top: 0.1rem;
  color: #4da477;
  font-size: 0.11rem;
  font-weight: 700;
}

.risk-warning {
  width: 5.9rem;
  display: flex;
  align-items: center;
}

.risk-warning img {
  width: 100%;
}

.risk-card-go {
  height: 2.87rem;
  margin-top: 0.16rem;
  padding: 0.23rem 0.3rem;
  overflow: unset;
}

.risk-go-copy {
  position: relative;
  z-index: 2;
  padding-top: 0.62rem;
  width: 3.2rem;
}

.guide-visual {
  position: absolute;
  top: 0.21rem;
  right: 0.24rem;
  width: 7.3rem;
  height: 3.4rem;
}

.guide-visual img {
  display: block;
  width: 100%;
}

.site-footer {
  position: relative;
  min-height: 3.76rem;
  padding-top: 0.58rem;
  color: var(--campaign-ink);
}


.footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: scale-down;
}

.footer-inner {
  position: relative;
  width: 12.02rem;
  min-height: 2.9rem;
  margin: 0 auto;
}

.footer-brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
}

.footer-brand img {
  display: block;
  width: 2.43rem;
}

.footer-brand h2 {
  margin: 0.28rem 0 0.1rem;
  font-size: 0.24rem;
  font-weight: 900;
  line-height: 1.2;
}

.footer-brand p {
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(8, 29, 58);
}

.footer-search {
  position: absolute;
  top: 0.1rem;
  right: 0;
  width: 3.5rem;
  height: 0.52rem;
}

.footer-search input {
  padding-left: 0.17rem;
  font-size: 0.12rem;
}

.footer-search .search-submit {
  height: 0.45rem;
  padding: 0 0.17rem;
  color: #5f5218;
  background: var(--campaign-yellow);
  font-size: 0.12rem;
}

.footer-stats {
  position: absolute;
  top: .98rem;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0.38rem;
}

.footer-stats div {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  border-right: 1px solid rgb(221, 221, 221);
  padding-right: .34rem;
}

.footer-stats div:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-stats strong {
  font-size: 0.28rem;
  font-weight: 900;
  color: rgb(8, 29, 58);
  line-height: 1;
}

.footer-stats span {
  font-size: 0.18rem;
  font-weight: 900;
  color: rgb(8, 29, 58);
  line-height: 1;
  margin-top: 0.05rem;
}

.footer-disclaimer {
  position: absolute;
  right: 0;
  top: 1.76rem;
  width: max-content;
  margin: 0;
  color: #081d3a;
  font-size: 0.12rem;
  line-height: 1.45;
  text-align: right;
  font-weight: 700;
}

.footer-disclaimer-secondary {
  position: absolute;
  top: 2.3rem;
  right: 0;
  font-size: .12rem;
  text-align: right;
  color: #aaaaaa;
}

.download-app {
  position: fixed;
  right: .24rem;
  bottom: 1rem;
  z-index: 99;
  transform: scale(.8);
  display: flex;
}

.download-app a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-app .download-icon {
  width: 1.46rem;
  display: block;
  height: auto;
  margin-bottom: 0.06rem;
}

.download-app div {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.2rem;
  width: 1.66rem;
  height: .32rem;
  background-color: rgb(255 245 238 / 1);
  border-radius: 28px;
  color: rgb(40 40 40 / 1);
}

.download-icon-sm {
  width: .24rem;
  margin-left: .12rem;
}

.close-icon {
  width: .2rem;
  height: .2rem;
  display: block;
  position: relative;
  cursor: pointer;
}

.close-icon::before {
  content: '';
  position: absolute;
  width: .2rem;
  height: .2rem;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 4l12 12M16 4L4 16' fill='none' stroke='%23ccc' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .campaign-page {
    width: 100vw;
    margin: 0;
  }

  .hero {
    height: 8.3rem;
  }

  .hero-search {
    top: 6.72rem;
    width: 6.02rem;
    height: 0.72rem;
  }

  .search-box input {
    padding: 0 0.28rem;
    font-size: 0.18rem;
  }

  .search-submit {
    padding: 0 0.25rem;
    font-size: 0.18rem;
  }

  .campaigns {
    margin-top: -0.01rem;
    padding-bottom: 0.26rem;
  }

  .campaign-tab {
    width: 4.02rem;
    height: 0.63rem;
    margin-bottom: -0.03rem;
    padding-top: 0.19rem;
    border-radius: 0.09rem 0.09rem 0 0;
    font-size: 0.17rem;
  }

  .campaign-list {
    width: 6.73rem;
    margin-left: 0.38rem;
  }

  .campaign-card {
    height: auto;
    min-height: 0;
    margin-bottom: 0.19rem;
  }

  .campaign-card:first-child,
  .campaign-card:last-child {
    min-height: 0;
  }

  .campaign-number {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
    border-radius: 0px 0px .2rem 0px;
  }

  .campaign-status {
    display: none;
  }

  .campaign-surface {
    position: relative;
    top: 0;
    left: 0;
    grid-template-columns: 50% 50%;
    /* Let long titles/periods increase the top row instead of overflowing it. */
    grid-template-rows: minmax(1.6rem, max-content) auto auto;
    width: 100%;
    height: auto;
    min-height: 0;
    align-content: start;
    padding: 0.4rem 0.5rem 0.28rem .4rem;
    border-radius: 0.29rem;
  }

  .campaign-logo-wrap {
    grid-column: 1;
    grid-row: 1;
    height: 1.55rem;
  }

  .campaign-logo {
    max-width: 2.48rem;
    height: 1.2rem;
  }

  .campaign-summary {
    grid-column: 2;
    grid-row: 1;
    border-right: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .campaign-summary h2 {
    font-size: 0.28rem;
    font-weight: 700;
    color: #092042;
  }

  .campaign-summary p {
    margin: 0.1rem 0;
    font-size: 0.2rem;
  }

  .campaign-offer {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 0;
    padding: 0.2rem 0 0;
    border-top: 0.01rem solid #cddce9;
  }

  .campaign-offer h3 {
    font-size: 0.28rem;
    line-height: .34rem;
    font-weight: 900;
  }

  .campaign-offer p {
    margin: 0.16rem 0;
    font-size: 0.22rem;
    line-height: .3rem;
    color: #092042;
  }

  .campaign-actions {
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: 0;
    flex-direction: row;
    align-items: flex-end;
    gap: 0.4rem;
    padding: 0;
  }

  .soft-cta,
  .official-link {
    width: 2.48rem;
    height: 0.7rem;
    padding: 0 0.2rem 0 .34rem;
    font-size: 0.24rem;
    border-radius: 99rem;
  }

  .soft-cta img {
    width: .36rem;
    height: 0.37rem;
  }

  .risk-check {
    width: 6.73rem;
    margin-left: 0.38rem;
    padding-top: 0.09rem;
    padding-bottom: 0.83rem;
  }

  .risk-intro {
    flex-direction: column;
    justify-content: flex-start;
    height: 4.69rem;
    padding: 0;
  }

  .risk-card {
    width: 6.72rem;
    margin-left: 0;
    border-radius: 0.27rem;
  }

  .risk-card-check {
    display: block;
    height: 5.03rem;
    padding: 0.21rem 0.2rem;
  }

  .risk-label {
    top: 0.24rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.2rem;
    font-size: 0.18rem;
    border-radius: 99rem;
    line-height: 1;
  }

  .risk-card-go .risk-label {
    padding: 0.2rem 0.3rem;
  }

  .risk-check-copy {
    padding-top: 0.75rem;
    text-align: center;
  }

  .risk-check-copy h3,
  .risk-go-copy h3 {
    font-size: 0.28rem;
  }

  .risk-check-copy p {
    margin: 0.08rem 0 0.12rem;
    font-size: 0.2rem;
  }

  .risk-search {
    width: 6.13rem;
    height: 0.72rem;
    margin: 0 auto;
    border-radius: 99rem;
    padding: 0.08rem;
  }

  .risk-search input {
    font-size: 0.15rem;
  }

  .risk-search .search-submit {
    height: 100%;
    font-size: 0.14rem;
  }

  .risk-check-copy small {
    margin-top: 0.1rem;
    font-size: 0.18rem;
  }

  .risk-warning {
    width: 100%;
    margin-top: 0.2rem;
  }

  .risk-card-go {
    height: 5.03rem;
    margin-top: 0.19rem;
    padding: 0.22rem 0.2rem;
  }

  .risk-go-copy {
    padding-top: 0.75rem;
    text-align: center;
    width: 100%;
  }

  .risk-go-copy h3 {
    font-size: 0.28rem;
  }

  .risk-go-copy h3 br {
    display: none;
  }

  .risk-go-copy p {
    margin-top: 0.13rem;
    font-size: 0.2rem;
  }

  .guide-visual {
    top: 2.19rem;
    right: 0.3rem;
    width: 6.68rem;
    height: 3.5rem;
  }

  .site-footer {
    padding-top: 0.82rem;
    width: 100vw;
  }

  .footer-bg {
    width: 200%;
    height: auto;
  }

  .footer-inner {
    height: 100%;
    width: 100%;
    padding: 0 .24rem .42rem;
    background: #fff;
  }

  .footer-brand {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .footer-brand img {
    width: 2.43rem;
    margin: 0 auto;
  }

  .footer-brand h2 {
    margin-top: 1.66rem;
    font-size: 0.28rem;
  }

  .footer-brand h2 br {
    display: none;
  }

  .footer-brand p {
    margin-top: 0.12rem;
    font-size: 0.2rem;
  }

  .footer-search {
    width: 6.03rem;
    height: 0.73rem;
    left: .75rem;
    top: 1rem;
    padding: .05rem;
  }

  .footer-search .search-submit {
    font-size: 0.14rem;
  }

  .footer-stats {
    position: relative;
    grid-template-columns: 1.56rem 1.38rem 1.38rem 1fr;
    gap: 0.08rem;
    width: 100%;
    margin-top: 0.3rem;
    text-align: center;
    top: unset;
    right: unset;
    padding: .32rem 0;
    border-top: .02rem solid #dddddd;
    border-bottom: .02rem solid #dddddd;
  }

  .footer-stats strong {
    font-size: 0.32rem;
    color: #98b7ce;
  }

  .footer-stats span {
    font-size: 0.2rem;
    color: #98b7ce;
  }

  .footer-disclaimer {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0.8rem;
    font-size: 0.09rem;
    text-align: center;
  }

  .footer-stats div {
    padding-right: 0.24rem;
  }

  .footer-disclaimer {
    position: relative;
    top: unset;
    right: unset;
    font-size: .18rem;
    color: #081d3a;
    width: 5.8rem;
    margin: 0.3rem auto .5rem;
  }

  .footer-disclaimer-secondary {
    position: relative;
    top: unset;
    right: unset;
    font-size: .18rem;
    letter-spacing: 0px;
    color: #aaaaaa;
    text-align: center;
    width: 6.8rem;
    margin: auto;
    letter-spacing: -.01rem;
  }

  .download-app {
    transform: scale(.8);
  }

  .close-icon {
    width: .4rem;
    height: .4rem;
    display: block;
    position: relative;
    cursor: pointer;
  }

  .close-icon::before {
    content: '';
    position: absolute;
    width: .4rem;
    height: .4rem;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 4l12 12M16 4L4 16' fill='none' stroke='%23ccc' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}