#footer-twind * {
  font-family: "Inter", sans-serif;
}
#footer-twind *:not(.gmatBtn),
#footer-twind ::after,
#footer-twind ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
#footer-twind .container {
  width: 100%;
}
#footer-twind .flex {
  display: flex;
}
#footer-twind .inline-block {
  display: inline-block;
}
#footer-twind .flex-col {
  flex-direction: column;
}
#footer-twind .grid {
  display: grid;
}
#footer-twind .w-full {
  width: 100%;
}
#footer-twind .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#footer-twind .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#footer-twind.mx-auto,
#footer-twind .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#footer-twind .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#footer-twind .gap-4 {
  gap: 1rem;
}
#footer-twind .border-t {
  border-top-width: 1px;
}
#footer-twind .border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}
#footer-twind .text-gray-500,
#footer-twind .text-gray-500 p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
#footer-twind .text-xs,
#footer-twind .text-xs p {
  font-size: 0.75rem;
  line-height: 1rem;
}
#footer-twind .text-center {
  text-align: center;
}
#footer-twind .pt-6 {
  padding-top: 1.5rem;
}
#footer-twind .items-center {
  align-items: center;
}
#footer-twind .mt-8 {
  margin-top: 2rem;
}
#footer-twind .mt-16 {
  margin-top: 4rem;
}
#footer-twind .justify-between {
  justify-content: space-between;
}
#footer-twind .w-fit {
  width: fit-content;
}
#footer-twind .hidden {
  display: none;
}
#footer-twind .\!mt-0 {
  margin-top: 0px !important;
}
#footer-twind .mt-4 {
  margin-top: 1rem;
}
#footer-twind .underline {
  text-decoration-line: underline;
}
#footer-twind .cursor-pointer {
  cursor: pointer;
}
#footer-twind .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#footer-twind .h-6 {
  height: 1.5rem;
}
#footer-twind .mb-4 {
  margin-bottom: 1rem;
}
#footer-twind img {
  max-width: 100%;
  height: auto;
}
#footer-twind img,
#footer-twind svg {
  display: block;
  vertical-align: middle;
}
#footer-twind .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
#footer-twind .text-sm,
#footer-twind .text-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#footer-twind h1,
#footer-twind h2,
#footer-twind h3,
#footer-twind p {
  margin: 0;
}
#footer-twind h3 {
  font-size: 14px;
}
#footer-twind .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#footer-twind .gap-8 {
  gap: 2rem;
}
#footer-twind .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#footer-twind .font-medium {
  font-weight: 500;
}
#footer-twind .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
#footer-twind .text-gray-900,
#footer-twind .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
#footer-twind .mr-2 {
  margin-right: 0.5rem;
}
#footer-twind .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
#footer-twind .mb-2 {
  margin-bottom: 0.5rem;
}
#footer-twind .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));
}
#footer-twind .text-right {
  text-align: right;
}
#footer-twind .max-w-\[120px\] {
  max-width: 120px;
}
#footer-twind .max-w-\[160px\] {
  max-width: 160px;
}
#footer-twind .max-w-\[1400px\] {
  max-width: 1400px;
}
#footer-twind .text-left {
  text-align: left;
}
#footer-twind .justify-center {
  justify-content: center;
}

@media (min-width: 640px) {
  #footer-twind .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #footer-twind .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #footer-twind .sm\:gap-6 {
    gap: 1.5rem;
  }
  #footer-twind .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #footer-twind .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #footer-twind .sm\:flex {
    display: flex;
  }
  #footer-twind .sm\:h-8 {
    height: 2rem;
  }
  #footer-twind .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  #footer-twind .md\:hidden {
    display: none;
  }
  #footer-twind .md\:flex {
    display: flex;
  }
  #footer-twind .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  #footer-twind .lg\:gap-8 {
    gap: 2rem;
  }
  #footer-twind .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media not all and (min-width: 1024px) {
  #footer-twind .max-lg\:text-center {
    text-align: center;
  }
  #footer-twind .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media not all and (min-width: 768px) {
  #footer-twind .max-md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #footer-twind .max-md\:font-light {
    font-weight: 300;
  }
}
