img {
    max-width: 100%;
    vertical-align: middle;
    line-height: 1;
    border: 0
  }
  
  .absolute {
    position: absolute
  }
  .m-0 {
    margin: 0
  }
  .my-12 {
    margin-top: 48px;
    margin-bottom: 48px
  }
  .mb-1 {
    margin-bottom: 4px
  }
  .mb-4 {
    margin-bottom: 16px
  }
  .mb-6 {
    margin-bottom: 24px
  }
  .inline-block {
    display: inline-block
  }
  .table {
    display: table
  }
  .hidden {
    display: none
  }
  .h-16 {
    height: 64px
  }
  .w-72 {
      width: 288px 
  }
  .w-1\/2 {
    width: 50%
  }
  .w-12 {
    width: 48px
  }
  .w-\[552px\] {
    width: 552px
  }
  .w-\[600px\] {
    width: 600px
  }
  .w-auto {
    width: auto
  }
  .w-full {
    width: 100%
  }
  .max-w-full {
    max-width: 100%
  }
  .rounded {
    border-radius: 4px
  }
  .bg-indigo-700 {
    background-color: #4338ca
  }
  .bg-slate-200 {
    background-color: #e2e8f0
  }
  .bg-slate-300 {
    background-color: #cbd5e1
  }
  .bg-slate-50 {
    background-color: #f8fafc
  }
  .bg-white {
    background-color: #fff
  }
  .bg-cover {
    background-size: cover
  }
  .bg-top {
    background-position: top
  }
  .bg-no-repeat {
    background-repeat: no-repeat
  }
  .p-0 {
    padding: 0
  }
  .p-12 {
    padding: 48px
  }
  .p-6 {
    padding: 24px
  }
  .px-12 {
    padding-left: 48px;
    padding-right: 48px
  }
  .px-6 {
    padding-left: 24px;
    padding-right: 24px
  }
  .py-4 {
    padding-top: 16px;
    padding-bottom: 16px
  }
  .pb-8 {
    padding-bottom: 32px
  }
  .pl-4 {
    padding-left: 16px
  }
  .pr-4 {
    padding-right: 16px
  }
  .text-left {
    text-align: left
  }
  .text-center {
    text-align: center
  }
  .text-right {
    text-align: right
  }
  .align-top {
    vertical-align: top
  }
  .font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif
  }
  .text-2xl {
    font-size: 24px
  }
  .text-4xl {
    font-size: 36px
  }
  .text-base {
    font-size: 16px
  }
  .text-lg {
    font-size: 18px
  }
  .text-sm {
    font-size: 14px
  }
  .text-xl {
    font-size: 20px
  }
  .font-semibold {
    font-weight: 600
  }
  .uppercase {
    text-transform: uppercase
  }
  .leading-12 {
    line-height: 48px
  }
  .leading-16 {
    line-height: 64px
  }
  .leading-6 {
    line-height: 24px
  }
  .leading-8 {
    line-height: 32px
  }
  .leading-none {
    line-height: 1
  }
  .text-black {
    color: #000
  }
  .text-indigo-700 {
    color: #4338ca
  }
  .text-slate-50 {
    color: #f8fafc
  }
  .text-slate-500 {
    color: #64748b
  }
  .text-slate-600 {
    color: #475569
  }
  .text-slate-700 {
    color: #334155
  }
  .text-white {
    color: #fff
  }
  .mso-font-width-\[-100\%\] {
    mso-font-width: -100%
  }
  .shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .\[-webkit-font-smoothing\:antialiased\] {
    -webkit-font-smoothing: antialiased
  }
  .\[text-decoration\:none\] {
    text-decoration: none
  }
  .\[word-break\:break-word\] {
    word-break: break-word
  }
  
  .hover\:text-indigo-500:hover {
    color: #6366f1 !important
  }
  .hover\:\!\[text-decoration\:underline\]:hover {
    text-decoration: underline !important
  }
  @media (max-width: 600px) {
    .sm\:my-8 {
      margin-top: 32px !important;
      margin-bottom: 32px !important
    }
    .sm\:inline-block {
      display: inline-block !important
    }
    .sm\:w-6 {
      width: 24px !important
    }
    .sm\:w-full {
      width: 100% !important
    }
    .sm\:px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important
    }
    .sm\:px-4 {
      padding-left: 16px !important;
      padding-right: 16px !important
    }
    .sm\:px-6 {
      padding-left: 24px !important;
      padding-right: 24px !important
    }
    .sm\:py-8 {
      padding-top: 32px !important;
      padding-bottom: 32px !important
    }
    .sm\:pb-8 {
      padding-bottom: 32px !important
    }
    .sm\:text-3xl {
      font-size: 30px !important
    }
    .sm\:leading-10 {
      line-height: 40px !important
    }
    .sm\:leading-8 {
      line-height: 32px !important
    }
}