.navbar {
  margin-top: 0 !important;
}

.extra_h2 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(57deg, #1d4cb3 14.34%, #33b9de 85.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.float-arrow {
  position: absolute;
  right: 16px;
  top: 0;
  transform: translateY(-100%);
}

.hero_container {
  justify-content: space-between;
}

.hero_top {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: 826px;
  margin: 24px auto auto;
}

.hero_top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}

.hero_top > div > span.highlight {
  display: inline-flex;
  width: auto;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff6bdc 0%, #ff8e53 100%);
}

.hero_top > div > h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

.hero_top > div > h1 > span {
  background: linear-gradient(90deg, #ff6bdc 0%, #ff8e53 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_top > p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.hero_bottom {
  margin-left: -64px;
  margin-right: -64px;
}

/*******************************/
.energy_container {
  background: #08273c;
}

.energy_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  max-width: 724px;
}

.energy_top > h2 {
}

.energy_top > p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.energy_tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.tile {
  position: relative;
  max-width: 324px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 32px 24px;
  border-radius: 16px;
  background: linear-gradient(
    101deg,
    rgb(40, 75, 135) 4.4%,
    rgb(25, 50, 95) 83.38%
  );
}

.tile::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  background: linear-gradient(57deg, #1d4cb3 14.34%, #33b9de 85.66%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.tile:hover::before,
.energy_tiles .tile:last-of-type::before {
  opacity: 1;
  z-index: -1;
}

.tile > div {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.tile > div img {
  width: 24px;
}

.tile p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}
.tile span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

.insights_container {
  overflow: unset;
}

.insights_top {
  position: relative;
  width: 100%;
}

.insights_top h2 {
  max-width: 724px;
  margin: 0 auto;
}

.insights_bottom {
  border-radius: 24px;
  background: #08273c;
}

.insights_list {
}

.insights_list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0;
  padding: 0;
}

.insights_list ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 16px;
  align-items: center;
}

.insights_list ul li span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
}

.insights_bubble {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  background: rgba(29, 76, 179, 0.3);

  margin-top: 32px;
}

.insights_bubble img {
}

.insights_bubble p {
  margin: 0;
  color: #ebcec8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.main_image_holder {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.insights_float {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  border-radius: 7px;
  padding: 8.75px 14px;
  background: linear-gradient(90deg, #ff6bdc 0%, #ff8e53 100%);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.report_container {
  background: #08273c;
  overflow: unset;
}

.report_top {
  position: relative;
  width: 100%;
}

.report_bottom {
  max-width: 1072px;
  text-align: center;
}

.report_bottom > a {
  max-width: fit-content;
  margin: 64px auto 0;
  padding: 16px 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  column-gap: 8px;
  flex-wrap: nowrap;
}

.report_bottom > a > span {
  text-decoration: line-through;
}

.reports_tiles {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.reports_tiles .tile {
  width: 100%;
}

.connection_container {
  background: url("../images/background.png"),
    linear-gradient(151deg, #031d2e 0%, #1184d1 100.54%);
}

.connection_bottom {
  padding-top: 20px;
  padding-bottom: 0;
}
.connection_bottom h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #ff6bdc 0%, #ff8e53 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}

.connection_bottom p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.stories_top {
  max-width: 550px;
  margin: 0 auto;
}
.stories_bottom {
  max-width: 1250px;
  width: 100%;
  padding: 0 48px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.swiper-slide {
  max-width: 320px;
  width: 100%;
}

.swiper-slide:not(:last-of-type) {
  margin-right: 24px;
}

.slide-item {
  border-radius: 24px;
  background: #08273c;
  padding: 24px;

  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.slide-content {
}

.slide-head {
  display: flex;
  flex: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}

.slide-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #031d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.slide-name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.slide-head img {
  margin-left: auto;
}

.slide-des {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slide-des p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
  margin-bottom: 0;
}

.slide-img img {
  display: block;
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(57deg, #1d4cb3 14.34%, #33b9de 85.66%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  color: #fff;
}

.swiper-button-lock {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero_bottom {
    margin-left: -128px;
    margin-right: -128px;
  }
}

@media screen and (max-width: 768px) {
  .swiper {
    margin: 0;
  }

  .stories_bottom {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero_bottom {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media screen and (max-width: 390px) {
  .extra_h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .hero_top > div > h1 {
    font-size: 32px;
  }
  .hero_top > p {
    font-size: 18px;
  }

  .tile {
    padding: 24px;
  }

  .tile p {
    font-size: 18px;
  }
  .float-arrow {
    right: 0;
  }
  .float-arrow img {
    width: 60px;
  }

  .connection_bottom {
    padding: 0;
  }
  .connection_bottom h2 {
    font-size: 28px;
  }
}

/* Marquee styles */

section {
  margin-block: 3rem;
}

section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section ul li {
  opacity: 50%;
}

section > * + * {
  margin-block-start: 0.5rem;
}

.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

.enable-animation .marquee__content {
  animation: scroll 15s linear infinite;
}

.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

.marquee--fit-content {
  max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}

.marquee__content > * {
  flex: 0 0 auto;
  border-radius: 0.25rem;
  text-align: center;
}

.past_life .hero_top > div > span.highlight {
  background: linear-gradient(190deg, #8272d5 1.06%, #aa9fe3 98.95%);
}

.compatibility .hero_top > div > span.highlight {
  background: linear-gradient(90deg, #236a64 0%, #14c7b7 100%);
}

.past_life .hero_top > div > h1 > span {
  background: linear-gradient(190deg, #8272d5 1.06%, #aa9fe3 98.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compatibility .hero_top > div > h1 > span {
  background: linear-gradient(90deg, #236a64 0%, #14c7b7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.past_life .slide-des,
.compatibility .slide-des {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
