html, body {
  background-color: #F9FBFF;
  font-family: 'Sora', sans-serif;
  height: 100%;
  margin: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-pills .nav-link.active{
  background-color: white;
  color: #011FBB;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
}

.nav .nav-link.footer-active{
  color: white;
  font-weight: 600;
  text-decoration: underline;
  cursor: default;
}

.box1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 5px;
  background-color: white;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px rgba(211, 213, 219, 0.16);
  border-radius: 7px;
  transition: ease-out 200ms;
}

.box1:hover{
  box-shadow: 0px 4px 12px rgba(211, 213, 219, 0.3);
  position: static;
  top: -4px;
  transform: translate(0px, -3px);
}

.box2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 5px;
  background-color: white;
  margin-left: 40px;
  box-shadow: 0px 2px 4px rgba(211, 213, 219, 0.16);
  border-radius: 7px;
  height: fit-content;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 15px;
}

.box2 a:hover{
  text-decoration: underline;
  color: black;
}

.box3{
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 5px;
  text-align: center;
  background-color: white;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 4px rgba(211, 213, 219, 0.2);
  border-radius: 7px;
  color:#011FBB;
  transition: ease-out 200ms;
  font-size: 19px;
  font-weight: 600;
  border: 1px solid #011FBB;
}

.box3:hover{
  box-shadow: 4px 4px 12px rgba(77, 136, 255, 0.1);
  background-color: #011FBB;
  color: white;
  border: 1px solid #011FBB;
  position: static;
  top: -4px;
  transform: translate(0px, -3px);
}

.border-up{
  border-top: 1px solid #D3D5DB;
}

.content-center{
  text-align: center;
}

.button-pill, .button-pill:hover{
  border-radius: 200px;
  background-color: #011FBB;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
}

.e-table-header{
  --bs-table-bg: #EDF3FF;
}

th{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

td{
  font-size: 14px;
  font-weight: 400;
}

tr{
  background-color: white;
  line-height: 25px;
  border-bottom: 1px solid #E2E8F0;
  transition: ease-out 200ms;
  height: 50px;
  vertical-align: middle;
}

tr:hover{
  background-color: #EBEFF7;
}

/*  Font Styles Start */

.e-h1{
  font-size: 41px;
  font-weight: 600;
}

.e-h2{
  font-size: 31px;
  color: #080B11;
  font-weight: 600;
  line-height: 39px;
}

.e-h3{
  font-size: 17px;
  font-weight: 300;
}

.e-h5{
  font-size: 12px;
}

.semi-bold{
  font-weight: 600;
}

.e-p{
  font-size: 14px;
  font-weight: 400;
}

.e-p:link{
  color: white;
  text-decoration: underline;
}

a{
  color: white;
  text-decoration: none;
}

a:hover{
  color: white;
  text-decoration: underline;
}

.font-14{
  font-size: 14px;
}

/*  Font Styles End  */

/*  Colors Start  */

.text-white{
  color: white;
}

.text-gray{
  color: #767B87;
}

.text-black{
  color: #080B11;
}

.text-link, .text-link:hover{
  color: #4D88FF;
}

/*  Colors End  */

/*  Spacing Start  */

.margin-top20{
  margin-top: 20px;
}

.margin-top30{
  margin-top: 30px;
}

.margin-bottom30{
  margin-bottom: 30px;
}

.margin-top60{
  margin-top: 60px;
}

.margin-bottom60{
  margin-bottom: 60px;
}

.margin-top40{
  margin-top: 40px;
}

.margin-bottom40{
  margin-bottom: 40px;
}

.margin-right30{
  margin-right: 30px;
}

/*  Spacing End  */

.e-footer{
  background-color: #080B11;
  padding: 20px 0 20px 0;
}

.footer-text{
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.opacity40{
  opacity: .4;
}

.accordion-button:not(.collapsed) {
  color: #011FBB;
}

.accordion-button:focus {
  background-color: #EDF3FF;
}

/* Sticky Footer Start */

.wrapper {
  min-height: 100%;
  margin-bottom: -140px;
}
.e-footer,
.push {
  height: 140px;
}

/* Sticky Footer End */

.banner{
  margin-left: 5px;
  font-size: 12px;
  color: white;
  padding: 0px 5px;
  background-color: #01A6C7;
  border-radius: 3px;
}