.block {
  display: block
}
.inline-block {
  display: inline-block
}
.flex {
  display: flex
}
.grid {
  display: grid
}
.hidden {
  display: none
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3
}
.aspect-square {
  aspect-ratio: 1 / 1
}
.h-10 {
  height: 2.5rem
}
.h-14 {
  height: 3.5rem
}
.h-16 {
  height: 4rem
}
.h-3 {
  height: .75rem
}
.h-4 {
  height: 1rem
}
.h-5 {
  height: 1.25rem
}
.h-9 {
  height: 2.25rem
}
.h-full {
  height: 100%
}
.h-screen {
  height: 100vh
}
.max-h-\[1280px\] {
  max-height: 1280px
}
.min-h-\[480px\] {
  min-height: 480px
}
.w-10 {
  width: 2.5rem
}
.w-14 {
  width: 3.5rem
}
.w-16 {
  width: 4rem
}
.w-20 {
  width: 5rem
}
.w-3 {
  width: .75rem
}
.w-4 {
  width: 1rem
}
.w-5 {
  width: 1.25rem
}
.w-9 {
  width: 2.25rem
}
.w-full {
  width: 100%
}
.min-w-0 {
  min-width: 0px
}
.max-w-\[160px\] {
  max-width: 160px
}
.max-w-\[420px\] {
  max-width: 420px
}
.max-w-\[520px\] {
  max-width: 520px
}
.max-w-screen-md {
  max-width: 768px
}
.flex-1 {
  flex: 1 1 0%
}
.flex-shrink-0 {
  flex-shrink: 0
}
.-translate-x-1 {
  --tw-translate-x: -.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.resize {
  resize: both
}
.list-disc {
  list-style-type: disc
}
.flex-col {
  flex-direction: column
}
.flex-col-reverse {
  flex-direction: column-reverse
}
.flex-wrap {
  flex-wrap: wrap
}
.items-start {
  align-items: flex-start
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.items-baseline {
  align-items: baseline
}
.items-stretch {
  align-items: stretch
}
.justify-end {
  justify-content: flex-end
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}
.justify-stretch {
  justify-content: stretch
}
.gap-1 {
  gap: .25rem
}
.gap-2 {
  gap: .5rem
}
.gap-3 {
  gap: .75rem
}
.gap-6 {
  gap: 1.5rem
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem
}
.gap-y-4 {
  row-gap: 1rem
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.self-stretch {
  align-self: stretch
}
.rounded-full {
  border-radius: 9999px
}
.rounded-lg {
  border-radius: .5rem
}
.rounded-md {
  border-radius: .375rem
}
.border {
  border-width: 1px
}
.border-t {
  border-top-width: 1px
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(46 60 81 / var(--tw-border-opacity))
}
.bg-blue {
  --tw-bg-opacity: 1;
  /*background-color: rgb(37 166 233 / var(--tw-bg-opacity))*/
	  background-color: #226bff;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 29 / var(--tw-bg-opacity))
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 30 41 / var(--tw-bg-opacity))
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 60 81 / var(--tw-bg-opacity))
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(168 127 251 / var(--tw-bg-opacity))
}
.bg-white {
  --tw-bg-opacity: 1;
  /*background-color: rgb(255 255 255 / var(--tw-bg-opacity))*/
	background:url(../images/abt-ebt-icn.png) no-repeat;
	background-size:cover !important;
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 110 / var(--tw-bg-opacity))
}
.fill-blue-400 {
  fill: #25a6e9
}
.fill-current {
  fill: currentColor
}
.fill-green-400 {
  fill: #17b877
}
.fill-purple-500 {
  fill: #8964e8
}
.fill-yellow-400 {
  fill: #ffa23e
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}
.object-center {
  -o-object-position: center;
  object-position: center
}
.p-3 {
  padding: .75rem
}
.p-4 {
  padding: 1rem
}
.p-6 {
  padding: 1.5rem
}
.p-8 {
  padding: 2rem
}
.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}
.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}
.pb-14 {
  padding-bottom: 3.5rem
}
.pb-24 {
  padding-bottom: 6rem
}
.pt-16 {
  padding-top: 4rem
}
.pt-3 {
  padding-top: .75rem
}
.pt-8 {
  padding-top: 2rem
}
.text-left {
  text-align: left
}
.font-display {
  font-family: Philosopher, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
.font-mono {
  font-family: Philosopher, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
.font-mono-fancy {
  font-family: Philosopher, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
.font-sans {
  font-family: Philosopher, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}
.text-\[12px\]\/\[18px\] {
  font-size: 12px;
  line-height: 18px
}
.text-\[13px\] {
  font-size: 13px
}
.text-\[24px\]\/\[29px\] {
  font-size: 24px;
  line-height: 29px
}
.text-\[36px\]\/\[43px\] {
  font-size: 36px;
  line-height: 43px
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}
.text-xs {
  font-size: .75rem;
  line-height: 1rem
}
.font-medium {
  font-weight: 500
}
.text-\[\#25A6E9\] {
  --tw-text-opacity: 1;
  color: rgb(37 166 233 / var(--tw-text-opacity))
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(46 60 81 / var(--tw-text-opacity))
}
.text-gray-350 {
  --tw-text-opacity: 1;
  color: rgb(51 62 79 / var(--tw-text-opacity))
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(128 140 156 / var(--tw-text-opacity))
}
.text-gray-425 {
  --tw-text-opacity: 1;
  color: rgb(139 152 169 / var(--tw-text-opacity))
}
.text-gray-450 {
  --tw-text-opacity: 1;
  color: rgb(164 175 189 / var(--tw-text-opacity))
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(191 199 210 / var(--tw-text-opacity))
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(23 184 119 / var(--tw-text-opacity))
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(168 127 251 / var(--tw-text-opacity))
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity))
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.accent-purple-500 {
  accent-color: #8964E8
}
.opacity-0 {
  opacity: 0
}
.opacity-100 {
  opacity: 1
}
.opacity-40 {
  opacity: .4
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.duration-500 {
  transition-duration: .5s
}

.mtanim-container {
        margin: auto;
        margin-top: 40px;
    }
@media (min-width: 400px) {
  .xs\:has-arrow.button:after {
    content: "~>";
    margin-left: .375rem;
    display: inline-block;
    font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-weight: 500;
    letter-spacing: 0em;
    transition: transform .3s ease
  }
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(191 199 210 / var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(128 140 156 / var(--tw-text-opacity))
}
@media (min-width: 360px) {
  .xxs\:flex {
    display: flex
  }
  .xxs\:flex-row {
    flex-direction: row
  }
  .xxs\:justify-center {
    justify-content: center
  }
}
@media (min-width: 400px) {
  .xs\:w-auto {
    width: auto
  }
}
@media (max-width: 767px) {
  .max-md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }
  .max-md\:mb-16 {
    margin-bottom: 4rem
  }
  .max-md\:hidden {
    display: none
  }
  .max-md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
  }
  .max-md\:text-\[\#56657d\] {
    --tw-text-opacity: 1;
    color: rgb(86 101 125 / var(--tw-text-opacity))
  }
}
@media (max-width: 1023px) {
  .max-lg\:border-t-0 {
    border-top-width: 0px
  }
}
@media (min-width: 640px) {
  .sm\:items-center {
    align-items: center
  }
}
@media (min-width: 768px) {
  .md\:relative {
    position: relative
  }
  .md\:-right-6 {
    right: -1.5rem
  }
  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem
  }
  .md\:mb-16 {
    margin-bottom: 4rem
  }
  .md\:mt-0 {
    margin-top: 0
  }
  .md\:inline-block {
    display: inline-block
  }
  .md\:flex {
    display: flex
  }
  .md\:hidden {
    display: none
  }
  .md\:h-48 {
    height: 12rem
  }
  .md\:min-h-\[600px\] {
    min-height: 600px
  }
  .md\:w-20 {
    width: 5rem
  }
  .md\:w-8 {
    width: 2rem
  }
  .md\:max-w-\[850px\] {
    max-width: 850px
  }
  .md\:flex-1 {
    flex: 1 1 0%
  }
  .md\:flex-col {
    flex-direction: column
  }
  .md\:justify-end {
    justify-content: flex-end
  }
  .md\:p-12 {
    padding: 3rem
  }
  .md\:p-16 {
    padding: 4rem
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }
  .md\:pb-60 {
    padding-bottom: 15rem
  }
  .md\:pt-2 {
    padding-top: .5rem
  }
  .md\:text-center {
    text-align: center
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
  .md\:text-\[32px\]\/\[38px\] {
    font-size: 32px;
    line-height: 38px
  }
  .md\:text-\[52px\]\/\[62px\] {
    font-size: 52px;
    line-height: 62px
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
@media (min-width: 1024px) {
  .lg\:h-\[650px\] {
    height: 650px
  }
  .lg\:w-1\/3 {
    width: 33.333333%
  }
  .lg\:w-2\/3 {
    width: 66.666667%
  }
  .lg\:flex-row {
    flex-direction: row
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .lg\:items-start {
    align-items: flex-start
  }
  .lg\:border-l-0 {
    border-left-width: 0px
  }
  .lg\:border-r-0 {
    border-right-width: 0px
  }
}
@media (min-width: 1280px) {
  .xl\:mb-4 {
    margin-bottom: 1rem
  }
}