@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
html {
  scroll-behavior: smooth;
}

:root {
  --foreground: 0 0% 0%;
  --tw-gradient-stops: rgba(147, 203, 224, 1), rgba(192, 224, 235, 0.1) /* dark gray text */;
}

body {
  background-color: #e4f8ff;
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "rlig" 1, "calt" 1;
  font-family: "Inter", sans-serif;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;
  /* scrollbar width */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* track color */
}

::-webkit-scrollbar-thumb {
  background: #93cbe0;
  /* scrollbar color */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7bb6ce;
  /* hover color */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #93cbe0 #f1f1f1;
}

.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.duration-700 {
  animation-duration: 0.7s;
}

.opacity-100 {
  opacity: 1;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.brand-bg {
  background-color: rgb(192, 224, 235);
}

.bg-ameri-700-10 {
  background-color: rgba(2, 5, 83, 0.1019607843);
}

.bg-ameri-200-80 {
  background-color: rgba(215, 244, 255, 0.8);
}

.bg-ameri-600 {
  background-color: #00b1f4;
}

.bg-ameri-300 {
  background-color: rgb(192, 224, 235);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9019607843);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

header .logo img {
  width: 100%;
}

.mbf-btn {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 1.25rem;
  border-radius: calc(0.5rem - 2px);
  display: inline-block;
  text-align: center;
}

.mbf-btn-1 {
  color: #020553;
  font-size: 1rem;
  text-decoration: none;
}
.mbf-btn-1:hover {
  color: #00b1f4;
}

.mbf-btn-2 {
  color: #020553;
  background-color: #ffd302;
}
.mbf-btn-2:hover {
  background-color: #d4b000;
  text-decoration: none;
}

.mbf-btn-3 {
  color: #fff;
  background-color: #00b1f4;
}
.mbf-btn-3:hover {
  background-color: #69cdf3;
  text-decoration: none;
  color: #fff;
}

.round-1rem {
  border-radius: 1rem;
}

.font-bold {
  font-weight: 700;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.text-ameri-700 {
  color: #020553;
}

.text-ameri-600 {
  color: rgb(0, 177, 244);
}

.text-ameri-800 {
  color: #30474f;
}

.text-ameri-400 {
  color: #93cbe0;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.hover-text-yellow-500:hover {
  color: #ffd302;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.italic {
  font-style: italic;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.faq .card-item {
  border-bottom: 1px solid #d7f4ff;
}
.faq .card-item .card-item-header span .faq-icon {
  float: right;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.faq .card-item .card-item-header span[aria-expanded=true] .faq-icon {
  transform: rotate(180deg);
}
.faq .card-item .card-item-header:hover .text-ameri-700 {
  color: #00b1f4;
}

.how-much-you-need-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, rgb(2, 5, 83) 0%, rgb(0, 177, 244) 0%);
  border-radius: 5px;
  outline: none;
}
.how-much-you-need-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid rgb(2, 5, 83);
  cursor: pointer;
  margin-top: -4px;
}
.how-much-you-need-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid rgb(2, 5, 83);
  cursor: pointer;
}
.how-much-you-need-range::-moz-range-track {
  height: 8px;
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.how-much-you-need-range::-moz-range-progress {
  height: 8px;
  background: rgb(2, 5, 83);
  border-radius: 5px;
}
.how-much-you-need-range::-ms-track {
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.how-much-you-need-range::-ms-fill-lower {
  background: rgb(2, 5, 83);
  border-radius: 5px;
}
.how-much-you-need-range::-ms-fill-upper {
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.how-much-you-need-range::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid rgb(2, 5, 83);
}
.how-much-you-need-range::-moz-focus-outer {
  border: 0;
}

.max-w-2xl {
  max-width: 42rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-6 {
  padding: 1.5rem;
}

.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-ameri-400 {
  border-color: #93cbe0;
}

.border-white-30 {
  border-color: rgba(255, 255, 255, 0.3019607843);
}

.animated-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.animated-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px #9fcad9, 0 8px 10px -6px rgba(101, 128, 138, 0.5019607843);
}

.to-ameri-300-10 {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.w-0-5 {
  width: 0.125rem;
}

.h-16 {
  height: 4rem;
}

.text-foreground-70 {
  color: hsla(0, 0%, 0%, 0.7);
}

.max-w-md {
  max-width: 28rem;
}

.w-full {
  width: 100%;
}

.how-it-work-tab-btn .icon {
  width: 3rem;
  height: 3rem;
  background-color: rgb(192, 224, 235);
}

.how-it-work-tab-btn.border-1 .icon {
  background-color: rgb(0, 177, 244);
  color: #fff;
}

.how-it-work-tab-container {
  display: none;
}

.how-it-work-tab-container[data-index="1"] {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.text-center-from-767 {
  text-align: left;
}

@media (min-width: 768px) {
  .md-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md-block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .text-center-from-767 {
    text-align: center;
  }
  .footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  header .logo {
    width: 170px;
  }
}/*# sourceMappingURL=main.css.map */