/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

:root {
  --font-size-12: .75rem;
  --font-size-14: .875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-21: 1.3125rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
  --font-size-56: 3.5rem;
  --font-size-64: 4rem;
  --font-size-72: 4.5rem;
  --font-size-80: 5rem;
  --font-size-88: 5.5rem;
  --font-size-128: 8rem;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  color: #111;
  font-size: var(--font-size-16);
  font-family: "Geist", "Geist Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  min-height: 100vh;
  background-color: #dadada;
  overflow-x: clip;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

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

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
  transition: .3s;
}

.header-gnav__list .__text a,
.footer-nav__list a,
.mobile-send__menu-link,
.page-title__text a,
.card-heading__text a,
.footer-cta__text a,
.thanks-page__body a,
.updates-item__body a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header-gnav__list .__text a::after,
.footer-nav__list a::after,
.mobile-send__menu-link::after,
.page-title__text a::after,
.card-heading__text a::after,
.footer-cta__text a::after,
.thanks-page__body a::after,
.updates-item__body a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .3s ease;
}

.header-gnav__list .__text a:hover,
.footer-nav__list a:hover,
.mobile-send__menu-link:hover,
.page-title__text a:hover,
.card-heading__text a:hover,
.footer-cta__text a:hover,
.thanks-page__body a:hover,
.updates-item__body a:hover {
  text-decoration: none;
}

.header-gnav__list .__text a:hover::after,
.footer-nav__list a:hover::after,
.mobile-send__menu-link:hover::after,
.page-title__text a:hover::after,
.card-heading__text a:hover::after,
.footer-cta__text a:hover::after,
.thanks-page__body a:hover::after,
.updates-item__body a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}


/*######################################################################

		Header

************************************************************************/

.header-wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  padding: 40px;
}

@media not all and (min-width: 768px){
  .header-wrap {
    padding: 24px;
  }
}

.header-logo a {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.header-logo img {
  width: 40px;
  height: 40px;
}

.header-logo .__title {
  font-size: var(--font-size-24);
}

@media not all and (min-width: 768px){
  .header-logo a {
    gap: 0 16px;
  }

  .header-logo .__title {
    font-size: var(--font-size-21);
  }
}

@media (any-hover: hover) {
  .header-logo a:hover {
    text-decoration: none;
  }
}

.header-logo a:focus-visible {
  text-decoration: none;
}

.header-logo .__non {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.header-gnav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px 40px;
  font-size: var(--font-size-14);
}

.header-gnav__utility {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media not all and (min-width: 768px){
  .header-gnav__list .__text {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.header-gnav__list .__dl-button a {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 24px;
  padding: 12px 32px;
  color: #fff;
  font-weight: 700;
  background-color: #1D6BBF;
  border-radius: 12px;
  transition: background-color .3s;
}

.header-gnav__list .__dl-button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2478d4;
}

@media not all and (min-width: 768px){
  .header-gnav__list .__dl-button a {
    gap: 16px;
    padding: 8px 24px;
    font-size: var(--font-size-14);
    border-radius: 8px;
  }

  .header-gnav__utility {
    gap: 10px;
  }
}

@media not all and (min-width: 468px){
  .header-gnav__list .__dl-button a {
    gap: 8px;
    padding: 8px 16px;
  }
}

@media not all and (min-width: 398px){
  .header-gnav__utility .__dl-button {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.header-lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 3.5rem;
  height: 1.75rem;
  padding: 0 8px;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  background: rgba(17, 17, 17, 0.06);
  border-radius: 10px;
  user-select: none;
}

.header-lang-toggle__link {
  color: rgba(17, 17, 17, 0.45);
  line-height: 1;
  text-decoration: none;
}

.header-lang-toggle__link:hover {
  color: #111;
  text-decoration: none;
}

.header-lang-toggle__link.is-active,
.header-lang-toggle__link[aria-current="page"] {
  color: #1D6BBF;
}

.header-lang-toggle__separator {
  color: rgba(17, 17, 17, 0.32);
  line-height: 1;
}

.main {
  padding-inline: 40px;
}

@media not all and (min-width: 768px){
  .main {
    padding-inline: 24px;
  }
}

@media not all and (min-width: 468px){
  .main {
    padding-inline: 8px;
  }
}

.page-title {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
  gap: 32px 0;
  margin-block: 24px 80px;
}

@media not all and (min-width: 1000px){
  .page-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media not all and (min-width: 768px){
  .page-title {
    margin-block: 24px 40px;
  }
}

@media not all and (min-width: 468px){
  .page-title {
    padding-inline: 16px;
  }
}

.page-title__hgroup {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.page-title__text {
  width: 50%;
}

@media not all and (min-width: 1000px){
  .page-title__text {
    width: 100%;
  }
}

@media not all and (min-width: 468px){
  .page-title__text {
    font-size: var(--font-size-14);
  }
}

.page-title__title {
  order: 2;
  font-size: var(--font-size-26);
}

.page-title__en {
  order: 1;
  color: #1D6BBF;
  font-size: var(--font-size-88);
  font-weight: 700;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .page-title__title {
    font-size: var(--font-size-21);
  }

  .page-title__en {
    font-size: var(--font-size-64);
  }
}

@media not all and (min-width: 468px){
  .page-title__title {
    font-size: var(--font-size-18);
  }

  .page-title__en {
    font-size: var(--font-size-48);
  }
}

.card-wrap-2 {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 40px;
}

@media not all and (min-width: 768px){
  .card-wrap-2 {
    gap: 24px;
  }
}

@media not all and (min-width: 468px){
  .card-wrap-2 {
    gap: 8px;
  }
}

.card-wrap-2 > .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  width: calc(50% - 20px);
}

@media not all and (min-width: 940px){
  .card-wrap-2 > .card {
    width: 100%;
  }
}

.card-wrap-2 > .card .card-contents {
  margin-top: auto;
}

.card {
  margin-bottom: 40px;
  padding: 80px;
  border-radius: 12px;
}

@media not all and (min-width: 1100px){
  .card {
    padding: 40px;
  }
}

@media not all and (min-width: 768px){
  .card {
    margin-bottom: 24px;
  }
}

@media not all and (min-width: 468px){
  .card {
    margin-bottom: 8px;
    padding: 24px;
  }
}

.card-w {
  background-color: #f8f8f8;
}

.card-b {
  color: #f8f8f8;
  background-color: #252525;
}

.card-heading__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 64px;
}

@media not all and (min-width: 1040px){
  .card-heading__wrap {
    margin-bottom: 32px;
  }
}

.card-wrap-2 .card-heading__wrap {
  flex-direction: column;
}

.card-heading__hgroup {
  display: flex;
  flex-direction: column;
  width: 400px;
}

.card-heading__text {
  margin-top: 44px;
  width: calc(100% - 500px);
}

@media not all and (min-width: 1040px){
  .card-heading__hgroup {
    width: 100%;
  }

  .card-heading__text {
    margin-top: 0;
    width: 100%;  font-size:
  }
}

@media not all and (min-width: 468px){
  .card-heading__text {
    var(--font-size-14);
  }
}

.card-wrap-2 .card-heading__hgroup,
.card-wrap-2 .card-heading__text {
  width: 100%;
}

.card-heading__hgroup-h2 {
  order: 2;
  font-size: var(--font-size-40);
  line-height: 1.4;
}

.card-b .card-heading__hgroup-h2 {
  margin-bottom: 32px;
  color: #f8f8f8;
}

.card-heading__hgroup-sub {
  order: 1;
  margin-bottom: 16px;
  color: #1D6BBF;
  font-size: var(--font-size-14);
}

@media not all and (min-width: 1040px){
  .card-heading__hgroup-h2,
  .card-b .card-heading__hgroup-h2 {
    margin-bottom: 24px;
  }

  .card-heading__hgroup-sub {
    margin-bottom: 8px;
  }
}

@media not all and (min-width: 768px){
  .card-heading__hgroup-h2 {
    font-size: var(--font-size-26);
  }
}

.card-contents__figure > * {
  width: 100%;
  border-radius: 8px;
}

.footer {
  padding: 40px;
  background-color: #343434;
}

@media not all and (min-width: 768px){
  .footer {
    padding: 24px;
  }
}

@media not all and (min-width: 468px){
  .footer {
    padding: 8px;
  }
}

.footer-cta {
  padding: 80px;
  color: #fff;
  background-color: #252525;
  border-radius: 12px;
}

@media not all and (min-width: 768px){
  .footer-cta {
    padding: 40px;
  }
}

@media not all and (min-width: 468px){
  .footer-cta {
    padding: 24px;
  }
}

.footer-cta__hgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .footer-cta__hgroup {
    margin-bottom: 24px;
  }
}

.footer-cta__hgroup-h2 {
  order: 2;
  font-size: var(--font-size-40);
}

.footer-cta__hgroup-sub {
  order: 1;
  margin-bottom: 16px;
  color: #1D6BBF;
}

@media not all and (min-width: 768px){
  .footer-cta__hgroup-h2 {
    font-size: var(--font-size-32);
  }

  .footer-cta__hgroup-sub {
    margin-bottom: 8px;
    font-size: var(--font-size-14);
  }
}

@media not all and (min-width: 468px){
  .footer-cta__hgroup-h2 {
    font-size: var(--font-size-26);
  }

  .footer-cta__hgroup-sub {
    margin-bottom: 8px;
    font-size: var(--font-size-14);
  }
}

@media not all and (min-width: 368px){
  .footer-cta__hgroup-h2 {
    font-size: var(--font-size-21);
  }
}

.footer-cta__text {
  margin-bottom: 40px;
  text-align: center;
}

.footer-cta__text .__newline {
  display: block;
  font-size: var(--font-size-18);
}

@media not all and (min-width: 768px){
  .footer-cta__text {
    margin-bottom: 32px;
    text-align: left;
  }

  .footer-cta__text .__newline {
    display: inline;
    font-size: var(--font-size-16);
  }
}

@media not all and (min-width: 368px){
  .footer-cta__text .__newline {
    font-size: var(--font-size-14);
  }
}

.footer-cta__buttons {
  margin-inline: auto;
  width: fit-content;
}

.footer-cta__button a {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 24px;
  padding: 24px 40px;
  color: #fff;
  font-size: var(--font-size-21);
  font-weight: 700;
  background-color: #1D6BBF;
  border-radius: 12px;
  transition: background-color .3s;
}

.footer-cta__button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2478d4;
}

@media not all and (min-width: 468px){
  .footer-cta__buttons {
    width: 100%;
  }

  .footer-cta__button a {
    gap: 16px;
    padding: 16px 24px;
    width: 100%;
    font-size: var(--font-size-18);
    border-radius: 8px;
  }
}

@media not all and (min-width: 368px){
  .footer-cta__button a {
    gap: 8px;
    padding: 16px 24px;
    font-size: var(--font-size-14);
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-block: 80px;
}

@media not all and (min-width: 768px){
  .footer-nav {
    gap: 12px;
    margin-block: 40px;
  }
}

@media not all and (min-width: 468px){
  .footer-nav {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 32px;
}

.footer-nav__list a {
  color: #f8f8f8;
}

@media not all and (min-width: 768px){
  .footer-nav__list {
    gap: 12px 24px;
  }

  .footer-nav__list a {
    font-size: var(--font-size-14);
  }
}

.copyright {
  color: #f8f8f8;
  text-align: center;
}

@media not all and (min-width: 468px){
  .copyright {
    margin-block: 24px 0;
  }
}

.mobile-send {
  display: none;
}

.mobile-send__bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 1100;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.mobile-send__actions {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 56px;
  gap: 8px;
}

.mobile-send__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 12px;
  font-size: var(--font-size-14);
  font-weight: 700;
  line-height: 1;
  transition: background-color .3s;
}

.mobile-send__button--primary {
  padding: 10px 14px;
  border: none;
  background-color: #1D6BBF;
  color: #fff;
}

.mobile-send__button--primary:hover {
  background-color: #2478d4;
}

.mobile-send__button--secondary {
  width: 48px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #111;
}

.mobile-send__button--secondary:hover {
  background-color: #f1f1f1;
}

.mobile-send__button--menu {
  width: 64px;
  font-size: var(--font-size-12);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: lowercase;
}

.mobile-send__button-icon,
.mobile-send__option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mobile-send__button-icon svg,
.mobile-send__option-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-send__toast {
  position: fixed;
  left: 50%;
  bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  z-index: 1110;
  transform: translateX(-50%) translateY(8px);
  padding: 9px 12px;
  border-radius: 999px;
  background-color: rgba(17, 17, 17, 0.92);
  color: #fff;
  font-size: var(--font-size-12);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .14s ease, transform .14s ease;
}

.mobile-send__menu-modal[hidden] {
  display: none;
}

.mobile-send__menu-modal {
  position: fixed;
  inset: 0;
  z-index: 1150;
}

.mobile-send__menu-backdrop {
  position: absolute;
  inset: 0;
  background-color: transparent;
}

.mobile-send__menu-dialog {
  position: absolute;
  left: 16px;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  width: min(320px, calc(100vw - 32px));
  max-height: calc(100vh - 104px - env(safe-area-inset-bottom, 0px));
  padding: 8px;
  background-color: #252525;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.16);
  transform-origin: left bottom;
  overflow-y: auto;
  will-change: transform, opacity, filter, border-radius;
}

.mobile-send__menu-modal.is-open .mobile-send__menu-dialog {
  animation: stac-mobile-menu-open 280ms linear both;
}

.mobile-send__menu-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  will-change: transform, opacity, filter;
}

.mobile-send__menu-modal.is-open .mobile-send__menu-nav {
  animation: stac-mobile-menu-content-open 150ms cubic-bezier(0.22, 1, 0.36, 1) 50ms both;
}

.mobile-send__menu-modal.is-closing .mobile-send__menu-dialog {
  animation: stac-mobile-menu-close 240ms cubic-bezier(0.4, 0, 1, 1) both;
}

.mobile-send__menu-modal.is-closing .mobile-send__menu-nav {
  animation: stac-mobile-menu-content-close 100ms cubic-bezier(0.4, 0, 1, 1) both;
}

.mobile-send__menu-link {
  display: block;
  width: 100%;
  padding: 12px 8px;
  background-color: transparent;
  color: #f8f8f8;
  font-size: var(--font-size-14);
  font-weight: 700;
  line-height: 1.4;
}

.mobile-send__menu-link + .mobile-send__menu-link {
  border-top: 1px solid #343434;
}

.mobile-send__menu-link:hover {
  text-decoration: none;
  background-color: transparent;
}

@keyframes stac-mobile-menu-open {
  0% {
    opacity: 0;
    transform: translateY(4px) scaleX(0.72) scaleY(0.38);
    filter: blur(8px);
    border-radius: 22px;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
    filter: blur(0);
    border-radius: 16px;
  }
}

@keyframes stac-mobile-menu-close {
  0% {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
    filter: blur(0);
    border-radius: 16px;
  }
  42% {
    opacity: 1;
    transform: translate(-4px, 6px) scale(0.76) scaleX(0.78) scaleY(0.68);
    filter: blur(1px);
    border-radius: 18px;
  }
  74% {
    opacity: 0.72;
    transform: translate(-10px, 13px) scale(0.56) scaleX(0.56) scaleY(0.54);
    filter: blur(3px);
    border-radius: 22px;
  }
  100% {
    opacity: 0;
    transform: translate(-14px, 18px) scale(0.46) scaleX(0.42) scaleY(0.46);
    filter: blur(8px);
    border-radius: 28px;
  }
}

@keyframes stac-mobile-menu-content-open {
  0% {
    opacity: 0;
    transform: translateY(4px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes stac-mobile-menu-content-close {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px) scale(0.72);
    filter: blur(6px);
  }
}

.mobile-send__toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.mobile-send__modal[hidden] {
  display: none;
}

.mobile-send__modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.mobile-send__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(17, 17, 17, 0.45);
}

.mobile-send__dialog {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.16);
}

.mobile-send__close {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-14);
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.mobile-send__title {
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
}

.mobile-send__modal-actions {
  display: grid;
  gap: 10px;
}

.mobile-send__form {
  display: grid;
  gap: 8px;
}

.mobile-send__form-label {
  font-size: var(--font-size-14);
  font-weight: 700;
  color: #111;
}

.mobile-send__form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.mobile-send__input {
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background-color: #fff;
  color: #111;
  font: inherit;
}

.mobile-send__submit {
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  background-color: #111;
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 700;
  transition: background-color .3s;
}

.mobile-send__submit:hover:not(:disabled) {
  background-color: #1f1f1f;
}

.mobile-send__submit:disabled {
  opacity: 0.6;
  cursor: default;
}

.mobile-send__option {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #111;
  border-radius: 12px;
  background-color: #fff;
  font-size: var(--font-size-14);
  font-weight: 700;
  color: #111;
  text-align: left;
  transition: background-color .3s;
}

.mobile-send__option:hover {
  background-color: #f1f1f1;
}

@media not all and (min-width: 768px){
  body.is-mobile-send-modal-open {
    overflow: hidden;
  }

  .mobile-send {
    display: block;
  }

  body.has-mobile-send .footer {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-send__toast {
    max-width: calc(100vw - 32px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-send__menu-modal.is-open .mobile-send__menu-dialog,
  .mobile-send__menu-modal.is-open .mobile-send__menu-nav,
  .mobile-send__menu-modal.is-closing .mobile-send__menu-dialog,
  .mobile-send__menu-modal.is-closing .mobile-send__menu-nav {
    animation: none;
  }
}
