.tabbed-header__background {
  background: linear-gradient(165deg, #ffffff 50%, #173fc2 50%);
}
@media (max-width: 900px) {
  .tabbed-header__background {
    background: none;
  }
}
.tabbed-header__background-mobile {
  display: none;
}
@media (max-width: 900px) {
  .tabbed-header__background-mobile {
    display: flex;
    height: 80px;
    width: 100%;
    background: linear-gradient(170deg, transparent 50%, #173fc2 50%);
    position: absolute;
    top: 258px;
  }
}
.tabbed-header__image-mobile {
  display: none;
}
@media (max-width: 900px) {
  .tabbed-header__image-mobile {
    display: block;
  }
}
.tabbed-header__container__width {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tabbed-header__title {
  max-width: 1220px !important;
  display: flex;
  flex-direction: row;
  justify-content: start;
  min-height: 116px;
  top: 64px;
  left: 100px;
  gap: 0px;
  opacity: 0px;
  width: 100%;
  font-family: Mikro;
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #041C46;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .tabbed-header__title {
    display: none;
  }
}
.tabbed-header__title h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #041c46;
}
.tabbed-header__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
}
@media (max-width: 900px) {
  .tabbed-header__container {
    justify-content: flex-start;
    min-height: 1300px;
  }
}
.tabbed-header__tabs-box {
  max-width: 1220px;
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  max-height: 300px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .tabbed-header__tabs-box {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 16px;
    padding-right: 16px;
    background-color: #173fc2;
    margin-top: 0px;
    border-radius: 0px;
    position: relative;
    top: -1px;
    padding-bottom: 50px;
    width: 100%;
    height: 500px;
  }
}
.tabbed-header__tabs-box .tab-headers {
  display: flex;
  flex-direction: row;
  text-transform: capitalize;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 24px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-bottom: 8px;
}
.tabbed-header__tabs-box .tab-headers .tab-title {
  flex: 1;
  text-align: center;
  cursor: pointer;
  color: #041C46;
}
.tabbed-header__tabs-box .tab-headers .tab-title.active {
  background-color: #fff !important;
  font-weight: bold;
}
.tabbed-header__tabs-box .tab-headers .moving-border {
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #041c46;
  /* Border color */
  transition: left 0.5s ease, width 0.5s ease;
  /* Smooth transition for both position and width changes */
}
.tabbed-header__content {
  padding: 24px 40px 40px 40px;
  max-width: 700px;
  background-color: #fff;
}
.tabbed-header__content .tab-content {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #041C46;
}
.tabbed-header__content .tab-content p {
  font-size: 18px;
}
.tabbed-header__content .tab-content .cta {
  color: #173fc2;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding-top: 24px;
  text-transform: uppercase;
  font-family: "Mikro Bold", Arial, sans-serif;
}
.tabbed-header__content .tab-content .cta a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.tabbed-header__content .tab-content .cta a:after {
  background-image: url("/Content/icons/custom-right-arrow.svg");
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  margin-left: 8px;
}
@media (max-width: 900px) {
  .tabbed-header__content {
    display: none;
  }
}
@media (max-width: 900px) {
  .tabbed-header__image {
    display: none !important;
  }
}
.tabbed-header__image img {
  height: 300px;
  width: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .tabbed-header__image img {
    width: 100%;
    height: 358px;
    border-radius: 8px 8px 0px 0px;
  }
}/*# sourceMappingURL=tabbed-header.css.map */