/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.main-nav .logo .partner-link {
  height: 40px !important; }
  @media (max-width: 767px) {
    .main-nav .logo .partner-link {
      height: 30px !important; } }
  @media (max-width: 479px) {
    .main-nav .logo .partner-link {
      height: 20px !important; } }

.one-sign-in {
  background-color: #fbb3a5;
  color: #28334a; }

.hero-content {
  background-color: #f8f9f9; }
  @media (min-width: 992px) {
    .hero-content .b {
      margin-right: 30px; } }

.hero-content .cta-buttons .button-basic,
#login-button {
  background-color: #28334a;
  color: white; }
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus-visible,
  #login-button:hover,
  #login-button:active,
  #login-button:focus-visible {
    background-color: #1a212e;
    color: white;
    border-color: #1a212e; }

.hero-content .cta-buttons .button-outlined {
  background-color: white;
  color: #28334a;
  border-color: #a0a098; }
  .hero-content .cta-buttons .button-outlined:hover, .hero-content .cta-buttons .button-outlined:active, .hero-content .cta-buttons .button-outlined:focus {
    background-color: #f6f6f6;
    border-color: #41413c;
	color: #28334a !important;
	}

.hero-content .a__content-wrapper {
  color: #3b3d49 !important; }
  
/* adding for font size issue of sub heading */
.faq h3 {
    font-weight: 500;
}

/* adding for color issue of faq section */
.faq {
  color: #3b3d49;
}
/* Adding for fqa section open color issue */
details[open] {
    border: 1px solid #a0a8b7;
}
/* styles for tiles*/
.value-props-section {
  background-color: #FAF6F5;
  padding-left: 16px;
  padding-right: 16px;
  color: #2d2d2d
  }

  .value-props-section h2 {
    padding-top: 42px;
    margin-bottom: 24px;
    font-size: 30px;
    color: #26334B;
    text-align: center;
    }
 .value-props-section .value-props {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-content: center;
    padding-bottom: 80px;
    }
 @media (min-width: 992px) {
      .value-props-section .value-props {
        padding-left: 64px;
        padding-right: 64px; } }
 @media (max-width: 991px) {
      .value-props-section .value-props {
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 479px) {
      .value-props-section .value-props {
        grid-template-columns: 1fr; } }
.value-props-section .value-prop {
    display: flex;
    background-color: #26334B;
    width: 287px;
    height: 90px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
.value-props-section .value-prop p {
      
      color: white;
      text-align: center;
      padding-left: 39px;
      padding-right: 39px;
      }
.value-props-section .value-prop .benefit {
  font-size: 17px;
  /* padding-top: 16px; */
  font-weight: 600;
  color: #FFC8B0;
}
.value-props-section .value-prop a {
  color: inherit;
  text-decoration: none;
}