/* ------------------------------------------------------------ *\
	section-tabs
\* ------------------------------------------------------------ */
.section-tabs {
  background-color: var(--c-base);
  position: relative;
  padding: 6rem 0 6rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section-tabs {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .section-tabs {
    padding: 3rem 0;
  }
}
.section-tabs > * {
  position: relative;
  z-index: 2;
}
.section-tabs .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-tabs .section__background:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c-base);
/*   background: radial-gradient(circle, rgb(77, 75, 168) 0%, rgb(4, 13, 79) 60%); */ /* Remove Gradient */ */
}
.section-tabs.solid .section__background:before {
  background: var(--c-base);
}
.section-tabs .section__head {
  max-width: 70rem;
  margin: 0 auto 6rem;
  text-align: center;
  color: var(--c-white);
  /*  Mobile  */
}
@media (max-width: 767px) {
  .section-tabs .section__head {
    margin-bottom: 3rem;
  }
}
.section-tabs .section__head * {
  color: var(--c-white);
}
.section-tabs .section__head h2 {
  margin-bottom: 2.3rem;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .section-tabs .section__head h2 {
    margin-bottom: 1.5rem;
  }
}
.section-tabs .section__head h5 {
  text-align: left;
  letter-spacing: 0.005em;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .section-tabs .section__head h5 {
    text-align: center;
  }
}
.section-tabs .section__rows {
  background-color: var(--c-white);
  border-radius: 4.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  padding: 4rem 5rem;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1299px) {
  .section-tabs .section__rows {
    padding: 4rem;
  }
}
@media (max-width: 1023px) {
  .section-tabs .section__rows {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .section-tabs .section__rows {
    padding: 3rem 1.5rem;
    border-radius: 3.2rem;
  }
}
.section-tabs .section__row:not(:last-child) {
  margin-bottom: 5.7rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section-tabs .section__row:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.item-journey {
  display: flex;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .item-journey {
    display: block;
  }
}
.item-journey .item__head {
  max-width: 41rem;
  flex: 0 0 50%;
  padding: 0 1rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .item-journey .item__head {
    flex: 0 0 47%;
  }
}
@media (max-width: 767px) {
  .item-journey .item__head {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}
.item-journey .item__head h4 {
  color: #040D4F;
  /*  Small Desktop  */
  /*  Mobile  */
  /*  Mobile Small  */
}
@media (max-width: 1299px) {
  .item-journey .item__head h4 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .item-journey .item__head h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 374px) {
  .item-journey .item__head h4 {
    font-size: 1.8rem;
  }
}
.item-journey .item__body {
  padding: 1.2rem 1rem;
  max-width: 61rem;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .item-journey .item__body {
    padding: 0;
    max-width: 100%;
  }
}
.item-journey .item__body h5 {
  margin-bottom: 1.1rem;
}
.tabs {
  background-color: var(--c-white);
  border-radius: 4.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  padding: 4rem 5rem;
  display: flex;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1299px) {
  .tabs {
    padding: 4rem;
  }
}
@media (max-width: 1023px) {
  .tabs {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .tabs {
    display: block;
    padding: 3rem 1.5rem;
    border-radius: 3.2rem;
  }
}
.tabs .tabs__head {
  max-width: 40.8rem;
  flex: 0 0 50%;
  padding: 0 1rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tabs .tabs__head {
    flex: 0 0 47%;
  }
}
@media (max-width: 767px) {
  .tabs .tabs__head {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
}
.tabs .tabs__body {
  padding: 1.8rem 1rem;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .tabs .tabs__body {
    padding: 0;
  }
}
.tabs .tabs__tabholder {
  position: relative;
  overflow: hidden;
}
.tabs .tabs__nav {
  font-size: 4.8rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: var(--ff-brother);
  /*  Small Desktop  */
  /*  Mobile  */
  /*  Mobile Small  */
}
@media (max-width: 1299px) {
  .tabs .tabs__nav {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .tabs .tabs__nav {
    font-size: 2.4rem;
  }
}
@media (max-width: 374px) {
  .tabs .tabs__nav {
    font-size: 1.8rem;
  }
}
.tabs .tabs__nav ul {
  /*  Mobile  */
}
@media (max-width: 767px) {
  .tabs .tabs__nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: -0.5rem -1rem;
  }
}
.tabs .tabs__nav li {
  margin-bottom: 2.2rem;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .tabs .tabs__nav li {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
  }
}
.tabs .tabs__nav a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: var(--c-blue-2);
  opacity: 0.5;
  transition: 0.4s;
}
.tabs .tabs__nav a:before {
  content: "";
  width: 0;
  border-bottom: 0.3rem solid;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  transition: width 0.4s linear;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .tabs .tabs__nav a:before {
    bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tabs .tabs__nav a:hover:before {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabs .tabs__nav a:hover:before {
    width: 100%;
  }
}
.tabs .tabs__nav .current a {
  color: var(--c-orange);
  opacity: 1;
}
.tabs .tabs__nav .current a:before {
  width: 100%;
}
.tabs .tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
}
.tabs .tab.current {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.tabs .tab h4 {
  margin-bottom: 0;
}
.tabs .tab h4 + p {
  margin-top: 1.2rem;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .tabs .tab h4 + p {
    margin-top: 0.7rem;
  }
}
.tabs .tab p + h4 {
  margin-top: 3.2rem;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .tabs .tab p + h4 {
    margin-top: 1.5rem;
  }
}
.tabs .tab p {
  max-width: 60rem;
}