@font-face {
  font-family: 'DM Sans';
  src: url('/static/fonts/dmsans-regular-webfont.woff');
  font-display: swap;
  font-weight: 500;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/*
source: https://zeroheight.com/8bd90bb48/p/82136a-typography  */

.hero-banner {
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
}

.heading1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
}

.heading2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
}

.heading3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.body-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.body-text-medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.body-text-strike-through {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: line-through;
}

.sub-body-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.sub-body-text-medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}

.sub-text-medium-strike-through {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: line-through;
}

.caption-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 112.5%;
}

.caption-text-medium {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.caption-text-strike-through {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-decoration: line-through;
}

.link {
  color: #4b4fa6;
  cursor: pointer;
}

/* Colors */
.text-color-grey1 {
  color: #75767a;
}

@media only screen and (max-width: 768px) {
  .r-fontSize-1enofrn,
  .r-1enofrn {
    width: 148px !important;
  }
}

.padding-20 {
  padding: 20px;
}

.loading-icon {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-left-color: #ffffff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Fix banner images in large desktop */
@media (min-width: 1025px) {
  div[width='100%'][height='280px'] img[width='100%'][height='100%'] {
    object-fit: fill !important; /* Ensure it covers the new aspect-ratio container */
  }
}
#__next{
  width: 100%;
}
