@keyframes dialog_fadeIn__GHCj8 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes dialog_slideUp__C7BNu {
  0% {
    transform: translateY(100px)
  }

  to {
    transform: translateY(0)
  }
}

.dialog_overlay__T5LRo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--tk-surface-overlay);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end
}

.dialog_overlay__T5LRo:not(.dialog_nested__wKvPn) {
  animation: dialog_fadeIn__GHCj8 .3s cubic-bezier(.3, 0, .6, 1)
}

@media (min-width:480px) {
  .dialog_overlay__T5LRo {
    flex-direction: row;
    justify-content: center
  }
}

.dialog_container__akeTs {
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  animation: dialog_slideUp__C7BNu .3s cubic-bezier(.3, 0, .6, 1), dialog_fadeIn__GHCj8 .3s cubic-bezier(.3, 0, .6, 1)
}

@media(prefers-reduced-motion) {
  .dialog_container__akeTs {
    animation: none
  }
}

@media (min-width:384px) {
  .dialog_container__akeTs {
    margin-top: 48px
  }
}

@media (min-width:480px) {
  .dialog_container__akeTs {
    margin-top: 0
  }
}

@media (min-width:960px) {
  .faq_module_layout__B2p__ {
    -moz-columns: 3;
    column-count: 3
  }
}

/*# */