@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  color: #29344a;
}
.header-bg {
  background: rgb(249, 250, 252);
  background: linear-gradient(
    180deg,
    rgba(249, 250, 252, 1) 60%,
    rgba(200, 203, 249, 1) 100%
  );
}
.card-bg-pink {
  background: rgb(248, 248, 252);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 252, 1) 60%,
    rgba(248, 237, 255, 1) 100%
  );
}
.card-bg-orange {
  background: rgb(248, 248, 252);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 252, 1) 60%,
    rgba(254, 237, 237, 1) 100%
  );
}
.card-bg-green {
  background: rgb(248, 248, 252);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 252, 1) 60%,
    rgba(233, 254, 249, 1) 100%
  );
}
.card-benefits-bg-pink {
  background: rgb(251, 244, 255);
  background: linear-gradient(
    180deg,
    rgba(251, 244, 255, 1) 50%,
    rgba(254, 253, 255, 1) 100%
  );
}
.card-benefits-bg-orange {
  background: rgb(255, 244, 244);
  background: linear-gradient(
    180deg,
    rgba(255, 244, 244, 1) 50%,
    rgba(254, 253, 255, 1) 100%
  );
}
.card-benefits-bg-blue {
  background: rgb(246, 244, 255);
  background: linear-gradient(
    180deg,
    rgba(246, 244, 255, 1) 50%,
    rgba(254, 253, 255, 1) 100%
  );
}
h1,
h2,
h3,
h4,
h6 {
  font-family: "Urbanist", serif;
  color: #0c0c0c;
}
section {
  padding: 56px 0 0 0;
}
.odd-gap {
  margin-top: 56px;
}
.odd-padding {
  padding-bottom: 56px;
}
.null-padding {
  padding-top: 0 !important;
}
.privacy-p-bottom {
  padding-bottom: 56px !important;
}
@media (min-width: 1024px) and (max-width: 1174px) {
  #contact img.h-auto {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 32px 0 0 0 !important;
  }
  .odd-gap {
    margin-top: 32px !important;
  }
  .odd-padding {
    padding-bottom: 32px !important;
  }
  .null-padding {
    padding-top: 0 !important;
  }
  .all-insights-area p {
    color: var(--color-gray-700);
    font-size: 16px !important;
  }
  .all-insights-area h2 {
    font-size: 22px !important;
    line-height: normal;
  }
  .all-insights-area h3 {
    font-size: 17px !important;
  }
  .all-insights-area ul {
    padding-left: 1.5rem !important;
  }
  .all-insights-area ul li {
    font-size: 16px !important;
  }
  .privacy-p-bottom {
    padding-bottom: 32px !important;
  }
}
.iti {
  width: 100% !important;
  margin-top: calc(var(--spacing) * 2);
}
.iti__selected-flag {
  padding: 0 6px 0 14px !important;
}
.iti__flag {
  border-radius: 4px !important;
}
.custom-masking-animation path {
  stroke: #848484;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 10, 10;
  animation: dash-move 2s linear infinite;
}

@keyframes dash-move {
  from {
    stroke-dashoffset: 40;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.all-insights-area p {
  color: var(--color-gray-700);
  font-size: 17px;
}
.all-insights-area h2 {
  font-size: 24px;
  color: #2f327d;
  font-weight: bold;
}
.all-insights-area h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}
.all-insights-area ul {
  padding-left: 2rem;
  list-style-type: disc;
}
.all-insights-area ul li {
  padding-bottom: 8px;
  font-size: 17px;
  color: var(--color-gray-700);
}
.all-insights-area hr {
  opacity: 0.25;
}
.all-insights-area p a {
  color: #4930bd !important;
}
/* App Logos Structure */
ul.custom-app-logos {
  display: flex;
  margin: 0;
  padding: 0;
}
ul.custom-app-logos li {
  list-style-type: none;
}
ul.custom-app-logos li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: 250px;
  min-height: 140px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
ul.custom-app-logos li:last-child {
  border-right: none;
}
ul.custom-app-logos li img {
  object-fit: contain;
}
ul.custom-app-logos li.no-border {
  border-bottom: none !important;
}

@media screen and (max-width: 991px) {
  ul.custom-app-logos li {
    min-width: 33.333% !important;
    min-height: 100px !important;
  }
  ul.custom-app-logos li img {
    width: 66%;
  }
  ul.custom-app-logos li.more img {
    width: 40%;
  }
}

.accordion-button {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
}
.accordion-button.active svg {
  transform: rotate(180deg);
}
.accordion-item .active span {
  color: #4930bd;
  font-weight: 600;
}
.accordion-item .active .icon {
  color: #4930bd;
  font-weight: 600;
}
.accordion-content {
  display: none;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.icon {
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 555px) {
  .just-custom-adjust {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .just-custom-adjust-two {
    font-size: 12px;
  }
}
