@charset "UTF-8";
/*


    @include breakpoint(xs){

    }

    @include breakpoint(sm){

    }

     @include breakpoint(md){

    }

    @include breakpoint(lg){

    }

     @include breakpoint(xl){

    }

*/
@font-face {
  font-family: "Neuro";
  src: url("../fonts/F37Neuro-Regular.woff2") format("woff2"), url("../fonts/F37Neuro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuro";
  src: url("../fonts/F37Neuro-Bold.woff2") format("woff2"), url("../fonts/F37Neuro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuro";
  src: url("../fonts/F37Neuro-Light.woff2") format("woff2"), url("../fonts/F37Neuro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Osiris";
  src: url("../fonts/Osiris.woff2") format("woff2"), url("../fonts/Osiris.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.white65 {
  color: #A6A7AB;
}

.upper {
  text-transform: uppercase;
}

.orangeTxt {
  color: #FF7A1C;
}

.tealTxt {
  color: #318AA0;
}

.greenTxt {
  color: #00AA50;
}

.purpleTxt {
  color: #464DF9;
}

h1, h2, h3 {
  font-family: Osiris;
  font-weight: 400;
}

@media (min-width: 576px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -2%;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -2%;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -2%;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -4%;
  }
}

@media (min-width: 576px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -2%;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -2%;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
    line-height: 32px;
    letter-spacing: -2%;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -4%;
  }
}

@media (min-width: 576px) {
  h3 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -2%;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -2%;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: -2%;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 39px;
    line-height: 39px;
    letter-spacing: -4%;
  }
}

h4, h5 {
  font-family: Neuro;
  font-size: clamp(18px, 1.55vw, 18px);
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  font-size: clamp(14px, 1vw, 14px);
  text-transform: uppercase;
}

.title {
  font-family: Neuro;
  letter-spacing: 2%;
}
@media (min-width: 576px) {
  .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.title.prefix {
  color: #89DEAB;
  background: -webkit-linear-gradient(60deg, #70D0D9, #89DEAB, #FFBA4A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25em;
  margin-bottom: 15px !important;
}
.title.prefix::before {
  content: "// ";
}
@media (min-width: 576px) {
  .title.small {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .title.small {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .title.small {
    font-size: 24px;
    line-height: 28px;
  }
}

.text-center .title.prefix {
  width: auto;
  margin: 0 auto;
}

.label {
  font-family: Neuro;
}
@media (min-width: 576px) {
  .label {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .label {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .label {
    font-size: 17px;
    line-height: 20px;
  }
}

.caption {
  font-family: Neuro;
}
@media (min-width: 576px) {
  .caption {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 4%;
  }
}
@media (min-width: 768px) {
  .caption {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 4%;
  }
}
@media (min-width: 992px) {
  .caption {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2%;
  }
}
.caption {
  align-items: center;
  display: inline-flex;
  gap: 0.55em;
  text-transform: uppercase;
}
.caption::before, .caption::after {
  background: url("data:image/svg+xml,%3Csvg width='6' height='21' viewBox='0 0 6 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5C1.59381 0.5 2.61607 0.5 3.99983 0.5C4.55211 0.5 5 0.947716 5 1.5V19.5C5 20.0523 4.55228 20.5 4 20.5H0' stroke='white' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  content: "";
  flex: 0 0 auto;
  height: 1.4em;
  width: 0.4em;
}
.caption::before {
  transform: scaleX(-1);
}
.caption::after {
  transform: none;
}

p {
  font-family: Neuro;
}
@media (min-width: 576px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

a {
  font-family: Neuro;
}
@media (min-width: 576px) {
  a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  a {
    font-size: 16px;
    line-height: 24px;
  }
}
a {
  text-decoration: none;
  color: #89DEAB;
  transition: color 0.3s ease-in-out;
  padding-bottom: 5px;
  position: relative;
}
a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #89DEAB;
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: background-color 0.3s ease-in-out;
}
a::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: -60px;
  transition: left 0.75s ease-in-out;
  background: #020714;
}
a:hover {
  color: #89DEAB;
}
a:hover::before {
  background: #89DEAB;
}
a:hover::after {
  left: 100%;
}
a:focus {
  outline: 1px solid #70D0D9;
  outline-offset: 3px;
  border-radius: 1px;
}
a.secondary:not(.button) {
  color: #FFFFFF;
}
a.secondary:not(.button)::before {
  background: rgba(255, 255, 255, 0);
}
a.secondary:not(.button):hover {
  color: #89DEAB;
}
a.secondary:not(.button):hover::before {
  background: #89DEAB;
}
a.nonactive:not(.button) {
  color: #FFFFFF;
}
a.nonactive:not(.button)::before {
  background: #FFFFFF;
}
a.nonactive:not(.button):hover {
  color: #89DEAB;
}
a.nonactive:not(.button):hover::before {
  background: #89DEAB;
}

body, html {
  background: #020714;
  font-family: Neuro;
}
@media (min-width: 576px) {
  body, html {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  body, html {
    font-size: 16px;
    line-height: 24px;
  }
}
body, html {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.centerPadding15vw {
  padding-left: 15vw;
  padding-right: 15vw;
}

button, .button, .cmplz-btn {
  border: 1px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#0e1420, #0e1420) padding-box, linear-gradient(90deg, #89DEAB, #70D0D9, #FFBA4A) border-box;
  color: #FFFFFF;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  overflow: hidden;
}
button::before, button::after, .button::before, .button::after, .cmplz-btn::before, .cmplz-btn::after {
  content: "";
  width: 50px;
  height: 50px;
  background: rgba(137, 222, 171, 0.5);
  border-radius: 999px;
  position: absolute;
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
button::before, .button::before, .cmplz-btn::before {
  top: -20px;
  left: -10px;
  bottom: auto;
}
button::after, .button::after, .cmplz-btn::after {
  bottom: -20px;
  right: -10px;
  left: auto;
}
button:hover, .button:hover, .cmplz-btn:hover {
  padding: 12px 35px;
}
button:hover::before, button:hover::after, .button:hover::before, .button:hover::after, .cmplz-btn:hover::before, .cmplz-btn:hover::after {
  opacity: 1;
}
button:focus, .button:focus, .cmplz-btn:focus {
  outline: 1px solid #70D0D9;
  outline-offset: 4px;
}
button.secondary, .button.secondary, .cmplz-btn.secondary {
  background: rgba(14, 20, 32, 0.65);
  border-color: rgba(255, 255, 255, 0.2);
}
button.tertiary, .button.tertiary, .cmplz-btn.tertiary {
  padding: 7px 12px;
  font-size: 15px;
  border-radius: 12px;
  overflow: visible;
  background: linear-gradient(rgba(14, 20, 32, 0.65), rgba(14, 20, 32, 0.65)) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) border-box;
  transition: all 0.3s ease;
}
button.tertiary::after, .button.tertiary::after, .cmplz-btn.tertiary::after {
  content: none;
}
button.tertiary::before, .button.tertiary::before, .cmplz-btn.tertiary::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #89DEAB, #70D0D9, #FFBA4A);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
button.tertiary:hover::before, .button.tertiary:hover::before, .cmplz-btn.tertiary:hover::before {
  filter: saturate(1) brightness(1);
}
button.tertiary.small, .button.tertiary.small, .cmplz-btn.tertiary.small {
  padding: 0 7px;
  font-size: 15px;
  border-radius: 8px;
}

.cmplz-btn {
  border: 1px solid transparent !important;
  border-radius: 20px !important;
  background: linear-gradient(#0e1420, #0e1420) padding-box, linear-gradient(90deg, #89DEAB, #70D0D9, #FFBA4A) border-box !important;
  color: #FFFFFF !important;
  padding: 12px 24px !important;
}

.cmplz-title {
  color: #FFFFFF !important;
}

.buttonsCon {
  display: flex;
}
.buttonsCon.rightAligned {
  justify-content: end;
}
.buttonsCon.centerAligned {
  justify-content: center;
}

a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
a.button::before, a.button::after {
  pointer-events: none;
}
a.button:hover {
  color: #FFFFFF;
}
a.button:hover::after {
  left: auto;
}
a.button:focus {
  border-radius: 20px;
}
a.button.secondary:hover {
  color: #89DEAB;
}

html.mobile-menu-open,
body.mobile-menu-open {
  height: 100%;
  overflow: hidden;
}

.headerCon {
  backdrop-filter: blur(30px);
  background-color: rgba(2, 7, 20, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  font-size: 16px;
  --header-logo-edge-gap: clamp(18px, 2.4vw, 40px);
  --header-divider-gap: var(--header-logo-edge-gap);
}
.headerCon .container-fluid,
.headerCon .navbar-collapse {
  min-width: 0;
}
.headerCon .navbar-brand {
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-shrink: 1;
  margin-right: 0;
  padding: 20px var(--header-divider-gap) 20px var(--header-logo-edge-gap);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.headerCon .navbar-brand::before, .headerCon .navbar-brand::after {
  content: none;
}
.headerCon .navbar-brand img {
  width: clamp(150px, 15vw, 220px);
  max-width: 100%;
}
.headerCon .navbar-toggler {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-left: auto;
  padding: 18px;
}
.headerCon .navbar-toggler::before, .headerCon .navbar-toggler::after {
  content: none;
}
.headerCon .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.headerCon .navbar-toggler-icon {
  background-image: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  position: relative;
  width: 54px;
}
.headerCon .navbar-toggler-line {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  display: block;
  height: 2px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.2s ease, width 0.25s ease;
}
.headerCon .navbar-toggler-line:nth-child(1) {
  align-self: flex-end;
  width: 35px;
}
.headerCon .navbar-toggler-line:nth-child(2) {
  align-self: flex-end;
  margin-top: 9px;
  width: 35px;
}
.headerCon .navbar-toggler-line:nth-child(3) {
  align-self: flex-end;
  margin-top: 9px;
  width: 20px;
}
.headerCon .navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  width: 42px;
}
.headerCon .navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.headerCon .navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  width: 42px;
}
.headerCon .navbar-nav {
  flex-wrap: nowrap;
  height: 85px;
  width: 100%;
  min-width: 0;
  padding-left: var(--header-divider-gap);
}
.headerCon .navbar-nav + .navbar-nav {
  justify-content: flex-end;
  padding-left: 0;
}
.headerCon .navbar-nav + .navbar-nav .nav-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: clamp(10px, 1.2vw, 20px);
  padding-right: clamp(10px, 1.2vw, 20px);
}
.headerCon .navbar-nav + .navbar-nav .nav-item:first-child {
  padding-left: clamp(10px, 1.2vw, 20px);
}
.headerCon .navbar-nav + .navbar-nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.headerCon .navbar-nav .nav-item {
  flex-shrink: 0;
  padding: 0 clamp(3px, 0.6vw, 10px);
}
.headerCon .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.headerCon .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.headerCon .navbar-nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.2;
}
.headerCon .navbar-nav .nav-item .nav-link:focus {
  outline: none;
}
.headerCon .navbar-nav .nav-item .nav-link::after {
  width: 100%;
  left: 0;
  bottom: 0;
}
.headerCon .navbar-nav .nav-item .nav-link::before {
  bottom: 0;
}
.headerCon .navbar-nav .nav-item .nav-link:hover::after {
  left: 100%;
}
.headerCon .navbar-nav .nav-item .nav-link[data-bs-toggle=dropdown]::before {
  content: none;
}
.headerCon .navbar-nav .nav-item .nav-link[data-bs-toggle=dropdown]::after {
  background: none;
  bottom: auto;
  color: currentColor;
  content: "\e97c";
  font-family: "coolicons";
  font-size: 0.8em;
  height: auto;
  left: auto;
  margin-left: 8px;
  position: static;
  transition: transform 0.25s ease;
  width: auto;
}
.headerCon .navbar-nav .nav-item .nav-link[data-bs-toggle=dropdown][aria-expanded=true]::after {
  transform: rotate(180deg);
}
.headerCon .navbar-nav .nav-item.rightAligned {
  float: right;
}
.headerCon .navbar-nav .dropdown-menu {
  backdrop-filter: blur(30px);
  background-color: rgba(2, 7, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  border-radius: 0 0 20px 20px;
  top: calc(100% - 1px);
}
.headerCon .navbar-nav .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.headerCon .navbar-nav .dropdown-menu .dropdown-item::after {
  content: " ";
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
}
.headerCon .navbar-nav .dropdown-menu .dropdown-item:active, .headerCon .navbar-nav .dropdown-menu .dropdown-item:focus, .headerCon .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #FFFFFF;
  outline: none !important;
}
.headerCon .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.headerCon .navbar-nav .dropdown-menu .dropdown-item::before, .headerCon .navbar-nav .dropdown-menu .dropdown-item::after {
  content: none;
}
.headerCon .navbar-nav .dropdown-menu .dropdown-submenu .submenu-item {
  display: flex;
  align-items: center;
}
.headerCon .navbar-nav .dropdown-menu .dropdown-submenu .submenu-item::after {
  background: none;
  color: currentColor;
  content: "\e982";
  font-family: "coolicons";
  font-size: 0.8em;
  height: auto;
  margin-left: auto;
  position: static;
  width: auto;
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .headerCon {
    --header-logo-edge-gap: 16px;
  }
  .headerCon .navbar-brand {
    padding-left: 16px;
  }
  .headerCon .navbar-brand img {
    width: 145px;
  }
  .headerCon .navbar-nav .nav-item {
    padding: 0 3px;
  }
  .headerCon .navbar-nav .nav-item:first-child {
    padding-left: 0;
  }
  .headerCon .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .headerCon {
    --header-logo-edge-gap: 18px;
    --mobile-menu-x: calc((var(--bs-gutter-x, 1.5rem) * 0.5) + var(--header-logo-edge-gap));
    --mobile-header-height: 77px;
    --mobile-header-row-divider-position: 76px;
    max-height: 100dvh;
    overflow-y: auto;
  }
  .headerCon .navbar-brand {
    align-self: stretch;
    border-right: 0;
    padding: 16px 18px;
  }
  .headerCon .navbar-brand img {
    width: 160px;
  }
  .headerCon::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: none;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: var(--mobile-header-row-divider-position);
    z-index: 1;
  }
  .headerCon:has(.navbar-collapse.show)::after, .headerCon:has(.navbar-collapse.collapsing)::after, body.mobile-menu-open .headerCon::after {
    display: block;
  }
  .headerCon .navbar-toggler {
    align-self: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
  }
  .headerCon .navbar-collapse {
    align-items: stretch;
    flex-basis: calc(100% + var(--bs-gutter-x, 1.5rem));
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  }
  .headerCon .navbar-collapse.show,
  .headerCon .navbar-collapse.collapsing {
    background-color: rgba(2, 7, 20, 0.85);
    display: flex;
    flex-direction: column;
    height: calc(100dvh - var(--mobile-header-height)) !important;
    max-height: calc(100dvh - var(--mobile-header-height));
    min-height: calc(100dvh - var(--mobile-header-height));
    overflow-y: auto;
    padding: 26px 0 0;
    -webkit-overflow-scrolling: touch;
  }
  .headerCon .navbar-collapse.show,
  .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) {
    animation: mobileMenuPanelIn 0.28s ease both;
  }
  .headerCon .navbar-collapse.mobile-menu-closing {
    animation: mobileMenuPanelOut 0.22s ease both;
    pointer-events: none;
  }
  .headerCon .navbar-collapse.show > .navbar-nav > .nav-item, body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav > .nav-item {
    animation: mobileMenuItemIn 0.34s ease both;
  }
  .headerCon .navbar-collapse.show > .navbar-nav:first-child > .nav-item:nth-child(1), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav:first-child > .nav-item:nth-child(1) {
    animation-delay: 0.08s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav:first-child > .nav-item:nth-child(2), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav:first-child > .nav-item:nth-child(2) {
    animation-delay: 0.13s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav:first-child > .nav-item:nth-child(3), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav:first-child > .nav-item:nth-child(3) {
    animation-delay: 0.18s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav:first-child > .nav-item:nth-child(4), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav:first-child > .nav-item:nth-child(4) {
    animation-delay: 0.23s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav:first-child > .nav-item:nth-child(5), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav:first-child > .nav-item:nth-child(5) {
    animation-delay: 0.28s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav:first-child > .nav-item:nth-child(6), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav:first-child > .nav-item:nth-child(6) {
    animation-delay: 0.33s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav + .navbar-nav > .nav-item:nth-child(1), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav + .navbar-nav > .nav-item:nth-child(1) {
    animation-delay: 0.38s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav + .navbar-nav > .nav-item:nth-child(2), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav + .navbar-nav > .nav-item:nth-child(2) {
    animation-delay: 0.43s;
  }
  .headerCon .navbar-collapse.show > .navbar-nav + .navbar-nav > .nav-item:nth-child(3), body.mobile-menu-open .headerCon .navbar-collapse.collapsing:not(.mobile-menu-closing) > .navbar-nav + .navbar-nav > .nav-item:nth-child(3) {
    animation-delay: 0.48s;
  }
  .headerCon .navbar-collapse.mobile-menu-closing > .navbar-nav > .nav-item {
    animation: mobileMenuItemOut 0.18s ease both;
  }
  .headerCon .navbar-nav {
    height: auto;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
    padding-left: var(--mobile-menu-x);
    padding-right: var(--mobile-menu-x);
  }
  .headerCon .navbar-nav + .navbar-nav {
    justify-content: flex-start;
    margin-left: 0 !important;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 32px;
    width: 100%;
  }
  .headerCon .navbar-nav + .navbar-nav .nav-item {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .headerCon .navbar-nav + .navbar-nav .nav-item::before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
  }
  .headerCon .navbar-nav + .navbar-nav .nav-item:first-child {
    padding-left: 0;
  }
  .headerCon .navbar-nav + .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    padding-left: var(--mobile-menu-x);
    padding-right: var(--mobile-menu-x);
    text-align: left;
  }
  .headerCon .navbar-nav .nav-item {
    padding: 0;
  }
  .headerCon .navbar-nav .nav-item.dropdown {
    position: static;
  }
  .headerCon .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    height: auto;
    min-height: 56px;
    padding: 14px 0;
  }
  .headerCon .navbar-nav .nav-item .nav-link::before, .headerCon .navbar-nav .nav-item .nav-link::after {
    content: none;
  }
  .headerCon .navbar-nav .nav-item .nav-link[data-bs-toggle=dropdown]::after {
    background: none;
    bottom: auto;
    color: currentColor;
    content: "\e97c";
    font-family: "coolicons";
    font-size: 0.8em;
    height: auto;
    left: auto;
    margin-left: 8px;
    position: static;
    transition: transform 0.25s ease;
    width: auto;
  }
  .headerCon .navbar-nav .nav-item .nav-link[data-bs-toggle=dropdown][aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .headerCon .navbar-nav .dropdown-menu {
    backdrop-filter: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 0 8px var(--header-logo-edge-gap);
    bottom: auto !important;
    float: none;
    left: auto !important;
    min-width: 0;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
  }
  .headerCon .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .headerCon .navbar-nav .dropdown-menu .dropdown-item {
    align-items: center;
    background: none;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    font-size: 20px;
    height: auto;
    min-height: 56px;
    padding: 14px 0;
    white-space: nowrap;
  }
  .headerCon .navbar-nav .dropdown-menu .dropdown-item::before, .headerCon .navbar-nav .dropdown-menu .dropdown-item::after {
    content: none;
  }
  .headerCon .navbar-nav .dropdown-menu .dropdown-item.submenu-item::after {
    background: none;
    color: currentColor;
    content: "\e982";
    font-family: "coolicons";
    font-size: 0.8em;
    height: auto;
    margin-left: auto;
    position: static;
    width: auto;
  }
  .headerCon .navbar-nav .dropdown-menu .dropdown-item:active, .headerCon .navbar-nav .dropdown-menu .dropdown-item:focus, .headerCon .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #FFFFFF;
  }
  .headerCon .navbar-nav .dropdown-submenu {
    margin: 0;
  }
  .headerCon .navbar-nav .dropdown-submenu > .dropdown-menu {
    left: auto;
    margin: 0;
    padding: 0 0 8px var(--header-logo-edge-gap);
    top: auto;
  }
  .headerCon .navbar-nav .dropdown-submenu > .dropdown-menu .dropdown-item {
    font-size: 18px;
    height: auto;
    min-height: 48px;
    padding: 10px 0;
  }
  .headerCon .navbar-nav .dropdown-submenu .dropdown-menu {
    border-radius: 0;
  }
}
@keyframes mobileMenuPanelIn {
  from {
    background-color: rgba(2, 7, 20, 0);
  }
  to {
    background-color: rgba(2, 7, 20, 0.85);
  }
}
@keyframes mobileMenuItemIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mobileMenuPanelOut {
  from {
    background-color: rgba(2, 7, 20, 0.85);
    opacity: 1;
  }
  to {
    background-color: rgba(2, 7, 20, 0);
    opacity: 0;
  }
}
@keyframes mobileMenuItemOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .headerCon .navbar-collapse.show,
  .headerCon .navbar-collapse.collapsing,
  .headerCon .navbar-collapse.show > .navbar-nav > .nav-item, body.mobile-menu-open .headerCon .navbar-collapse.collapsing > .navbar-nav > .nav-item,
  .headerCon .navbar-collapse.mobile-menu-closing > .navbar-nav > .nav-item {
    animation: none;
  }
}
.headerCon {
  /* Submenu (second-level dropdown) styling */
}
.headerCon .navbar-nav .dropdown-menu .dropdown-submenu {
  position: relative;
  color: greenyellow;
}
.headerCon .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 20px 20px 20px;
}
.headerCon {
  /* On mobile/collapsed nav, submenus should flow inline, not flyout */
}
@media (max-width: 991.98px) {
  .headerCon .dropdown-submenu .dropdown-menu {
    position: static;
    float: none;
    margin-left: 0;
    border: none;
    box-shadow: none;
  }
}

.card, .notch-card {
  margin-top: 200px;
  padding: 15px;
  border: 1px solid #353943;
  border-radius: 20px 0 20px 20px;
  position: relative;
  background: linear-gradient(#0E1420, #0E1420) padding-box, linear-gradient(90deg, #89DEAB, #70D0D9, #FFBA4A) border-box;
  transition: border 0.3s ease-in-out;
}
.card .notch-card__tab, .notch-card .notch-card__tab {
  position: absolute;
  right: -1px;
  top: -37.8px;
  width: 179px;
  height: 38px;
  pointer-events: none;
}
.card .notch-card__tab::before, .notch-card .notch-card__tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #70D0D9, #FFBA4A);
  clip-path: path("M0,37.96392c3.30272.00073,6.57774-.53442,9.69891-1.58037,1.26654-.42444,2.47481-1.00764,3.61993-1.69537L64.45184,3.97861c2.98693-1.7939,6.26574-3.09782,9.70892-3.63104,1.49059-.23084,3.0001-.34757,4.51525-.34757h84.97197c8.60602,0,15.564,7.01447,15.504,15.6211l.0004,22.34282");
  box-shadow: inset 0 0 0 40px #353943;
  transition: box-shadow 0.4s ease;
}
.card .notch-card__tab::after, .notch-card .notch-card__tab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0E1420;
  clip-path: path("M6.76928,37.96392c.70117,0,1.52234-.1407,2.33594-.33939,1.77349-.43311,3.45755-1.17323,5.02259-2.11317L64.61827,5.18761c4.21928-2.53403,9.02207-4.03436,13.94378-4.05373.03801-.00015.07602-.00022.11405-.00022l84.53163-.00004c3.83181,0,7.60648,1.33698,10.37269,3.98855,2.88618,2.76657,4.46516,6.50878,4.43796,10.49098v22.35078H6.76928Z");
}
.card .badge, .notch-card .badge {
  padding: 3px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  position: absolute;
  top: -22px;
  right: 15px;
  z-index: 1;
  font-size: 12px;
  line-height: 14px;
  background: linear-gradient(#0E1420, #0E1420) padding-box, linear-gradient(90deg, #89DEAB, #70D0D9, #FFBA4A) border-box;
}
.card .badge .text, .notch-card .badge .text {
  background: -webkit-linear-gradient(90deg, #89DEAB, #70D0D9, #FFBA4A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card .imageCon, .notch-card .imageCon {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  display: grid;
  position: relative;
}
.card .imageCon:before, .notch-card .imageCon:before {
  content: "";
  background: rgba(2, 7, 20, 0.5);
  transition: background-color 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .imageCon .logoCon, .notch-card .imageCon .logoCon {
  width: 50%;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 2;
  transition: width 0.3s ease-in-out;
}
.card .contentCon, .notch-card .contentCon {
  padding: 20px;
}
.card .detailsCon, .notch-card .detailsCon {
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}
.card .detailsCon::before, .notch-card .detailsCon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 0 #0e1420;
  top: 0;
  left: 0;
  z-index: 2;
}
.card .detailsCon .captionCon, .notch-card .detailsCon .captionCon {
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.card .detailsCon .caption, .notch-card .detailsCon .caption {
  color: #A6A7AB;
}
.card .detailsCon .buttonCon, .notch-card .detailsCon .buttonCon {
  position: absolute;
  bottom: -50px;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.card.team-card .imageCon::before, .notch-card.team-card .imageCon::before {
  content: none;
}
.card.team-card .contentCon, .notch-card.team-card .contentCon {
  padding: 20px 20px 0 20px;
}
.card.team-card .detailsCon, .notch-card.team-card .detailsCon {
  padding: 0 20px 10px 20px;
}
.card .textCtaCon, .notch-card .textCtaCon {
  padding: 0 0 0 20px;
  text-align: right;
}
.card .textCtaCon a, .notch-card .textCtaCon a {
  font-size: 0.8em;
}
.card .textCtaCon a::before, .card .textCtaCon a::after, .notch-card .textCtaCon a::before, .notch-card .textCtaCon a::after {
  content: none;
}
.card.big-card .imageCon, .notch-card.big-card .imageCon {
  height: 100%;
  min-height: 250px;
}
.card.big-card .contentSection, .notch-card.big-card .contentSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.card:hover, .notch-card:hover {
  border: 1px solid transparent;
}
.card:hover .notch-card__tab::before, .notch-card:hover .notch-card__tab::before {
  box-shadow: inset 0 0 0 40px rgba(53, 57, 67, 0);
}
.card:hover .imageCon:before, .notch-card:hover .imageCon:before {
  background: rgba(2, 7, 20, 0.25);
}
.card:hover .imageCon .logoCon, .notch-card:hover .imageCon .logoCon {
  width: 55%;
}
.card:hover .detailsCon .captionCon, .notch-card:hover .detailsCon .captionCon {
  top: -60px;
  opacity: 0;
}
.card:hover .detailsCon .buttonCon, .notch-card:hover .detailsCon .buttonCon {
  bottom: 10px;
  opacity: 1;
}
.card.noHover:hover, .notch-card.noHover:hover {
  border: 1px solid #353943;
}

.card {
  border-radius: 20px;
  color: inherit;
}

.iconCon {
  display: flex;
  align-items: center;
  color: #89DEAB;
}
.iconCon .circleIcon {
  align-items: center;
  background: radial-gradient(110% 72% at 50% 104%, rgba(255, 186, 74, 0.82) 0%, rgba(137, 222, 171, 0.34) 36%, rgba(2, 7, 20, 0) 72%), radial-gradient(90% 62% at 50% 2%, rgba(137, 222, 171, 0.22) 0%, rgba(2, 7, 20, 0) 64%), linear-gradient(180deg, rgba(14, 20, 32, 0.98) 0%, rgba(2, 7, 20, 0.94) 100%);
  border-radius: 22px;
  box-shadow: inset 0 -5px 10px rgba(255, 186, 74, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 36px rgba(2, 7, 20, 0.24);
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  height: 70px;
  justify-items: center;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 70px;
}
.iconCon .circleIcon::after {
  background: linear-gradient(180deg, rgba(112, 208, 217, 0.08), rgba(2, 7, 20, 0));
  border-radius: inherit;
  content: "";
  inset: 5px;
  pointer-events: none;
  position: absolute;
}
.iconCon .circleIcon.grey {
  border-color: rgba(255, 255, 255, 0.22);
}
.iconCon .circleIcon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.iconCon .circleIcon.linkedin::before {
  background: url(../src/img/linkedin.svg) no-repeat center center;
}
.iconCon .circleIcon i {
  font-size: 28px;
  position: relative;
  z-index: 1;
}

.iconLink {
  display: inline-flex;
}
.iconLink::before, .iconLink::after {
  content: none;
}

.siteFooter {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}
.siteFooter .footerVideoPlaceholder {
  background: radial-gradient(ellipse at 76% 45%, rgba(112, 208, 217, 0.28), rgba(112, 208, 217, 0.08) 34%, rgba(2, 7, 20, 0) 62%), radial-gradient(ellipse at 38% 48%, rgba(255, 186, 74, 0.16), rgba(2, 7, 20, 0) 55%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.siteFooter .container {
  position: relative;
  z-index: 1;
}
.siteFooter .footerMain {
  display: grid;
  gap: clamp(48px, 7vw, 120px);
  grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1.9fr);
  padding: 50px 30px;
}
.siteFooter .footerIntro {
  align-self: center;
}
.siteFooter .footerIntro p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 20px;
}
.siteFooter .footerLogo {
  display: inline-block;
  margin-bottom: 54px;
  padding-bottom: 0;
}
.siteFooter .footerLogo::before, .siteFooter .footerLogo::after {
  content: none;
}
.siteFooter .footerLogo img {
  display: block;
  max-width: min(250px, 100%);
}
.siteFooter .footerMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 32px;
}
.siteFooter .footerMeta .caption {
  color: rgba(255, 255, 255, 0.65);
}
.siteFooter .footerSocials {
  display: flex;
  gap: 20px;
  margin-top: 86px;
}
.siteFooter .footerSocials a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  padding-bottom: 0;
  width: 46px;
}
.siteFooter .footerSocials a::before, .siteFooter .footerSocials a::after {
  content: none;
}
.siteFooter .footerSocials a:hover {
  border-color: #89DEAB;
}
.siteFooter .footerSocials img {
  display: block;
  height: 18px;
  opacity: 0.82;
  width: 18px;
}
.siteFooter .footerNav {
  align-self: center;
  display: grid;
  gap: clamp(32px, 3vw, 56px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-self: end;
  max-width: 820px;
  width: 100%;
}
.siteFooter .footerNavGroup {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.siteFooter .footerNavGroup h5 {
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 24px;
}
.siteFooter .footerNavGroup a {
  color: rgba(255, 255, 255, 0.72);
  padding-bottom: 0;
}
.siteFooter .footerNavGroup a::before, .siteFooter .footerNavGroup a::after {
  content: none;
}
.siteFooter .footerNavGroup a::before {
  content: "›";
  margin-right: 12px;
  position: static;
  background: none;
  width: auto;
  height: auto;
}
.siteFooter .footerNavGroup a:hover {
  color: #89DEAB;
}
.siteFooter .footerBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  font-size: 1em !important;
}
.siteFooter .footerBottomInner {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 34px 30px;
}
.siteFooter .footerBottomInner p {
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}
.siteFooter .footerLegal {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.siteFooter .footerLegal a {
  color: rgba(255, 255, 255, 0.62);
  padding: 0 18px;
}
.siteFooter .footerLegal a::before, .siteFooter .footerLegal a::after {
  content: none;
}
.siteFooter .footerLegal a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.siteFooter .footerLegal a:hover {
  color: #89DEAB;
}
@media (max-width: 991.98px) {
  .siteFooter .footerMain {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .siteFooter .footerNav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .siteFooter .footerMain {
    padding-top: 70px;
  }
  .siteFooter .footerSocials {
    margin-top: 48px;
  }
  .siteFooter .footerBottomInner {
    align-items: flex-start;
    flex-direction: column;
  }
  .siteFooter .footerLegal {
    flex-direction: column;
    gap: 14px;
  }
  .siteFooter .footerLegal a {
    padding: 0;
  }
  .siteFooter .footerLegal a:not(:last-child) {
    border-right: 0;
  }
}

.featuredTeamLinkedin {
  margin: 30px 0 -50px 0;
  float: right;
}

.drawerCon {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 7, 20, 0.5);
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.drawerCon .drawer {
  position: absolute;
  z-index: 999;
  width: 55%;
  height: 100%;
  background: #121521;
  border-radius: 40px 0 0 40px;
  top: 0;
  right: -55%;
  border: 1px solid #353943;
  padding: 40px;
}
.drawerCon .drawer .close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  border: 0;
  background: none;
}
.drawerCon .drawer .topRow {
  display: flex;
  align-items: center;
}
.drawerCon .drawer .topRow .imageCon {
  width: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  display: grid;
  position: relative;
  aspect-ratio: 1/1;
}
.drawerCon .drawer .bio {
  padding: 30px 0;
}

.activeCorners {
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
.activeCorners .top::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 7px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.activeCorners .top::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0 7px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.activeCorners .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.activeCorners .bottom::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0 0 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.activeCorners .bottom::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0 0 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.activeCorners.gradientCorners .top::before, .activeCorners.gradientCorners .top::after,
.activeCorners.gradientCorners .bottom::before,
.activeCorners.gradientCorners .bottom::after {
  border: 0;
  padding: 0;
}
.activeCorners.gradientCorners .top::before {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='15' x2='15' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='rgb(137,222,171)'/%3E%3Cstop offset='0.5' stop-color='rgb(0,170,80)'/%3E%3Cstop offset='1' stop-color='rgb(0,110,74)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0.5 15V7.5C0.5 3.634 3.634 0.5 7.5 0.5H15' stroke='url(%23g)'/%3E%3C/svg%3E") top left/100% 100% no-repeat;
  border-radius: 7px 0 0 0;
}
.activeCorners.gradientCorners .top::after {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='15' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='rgb(137,222,171)'/%3E%3Cstop offset='0.5' stop-color='rgb(0,170,80)'/%3E%3Cstop offset='1' stop-color='rgb(0,110,74)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 0.5H7.5C11.366 0.5 14.5 3.634 14.5 7.5V15' stroke='url(%23g)'/%3E%3C/svg%3E") top right/100% 100% no-repeat;
  border-radius: 0 7px 0 0;
}
.activeCorners.gradientCorners .bottom::before {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='15' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='rgb(137,222,171)'/%3E%3Cstop offset='0.5' stop-color='rgb(0,170,80)'/%3E%3Cstop offset='1' stop-color='rgb(0,110,74)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0.5 0V7.5C0.5 11.366 3.634 14.5 7.5 14.5H15' stroke='url(%23g)'/%3E%3C/svg%3E") bottom left/100% 100% no-repeat;
  border-radius: 0 0 0 7px;
}
.activeCorners.gradientCorners .bottom::after {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='15' x2='15' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='rgb(137,222,171)'/%3E%3Cstop offset='0.5' stop-color='rgb(0,170,80)'/%3E%3Cstop offset='1' stop-color='rgb(0,110,74)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 14.5H7.5C11.366 14.5 14.5 11.366 14.5 7.5V0' stroke='url(%23g)'/%3E%3C/svg%3E") bottom right/100% 100% no-repeat;
  border-radius: 0 0 7px 0;
}

.videoPlayButton {
  align-items: center;
  background: rgba(14, 20, 32, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  height: clamp(64px, 6vw, 96px);
  justify-content: center;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: clamp(64px, 6vw, 96px);
  z-index: 2;
}
.videoPlayButton::before {
  background: none;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #FFFFFF;
  border-top: 14px solid transparent;
  border-radius: 0;
  content: "";
  filter: drop-shadow(0 0 8px rgba(2, 7, 20, 0.35));
  height: 0;
  margin-left: 5px;
  opacity: 1;
  position: static;
  transition: none;
  width: 0;
}
.videoPlayButton::after {
  content: none;
}
.videoPlayButton:hover {
  background: rgba(14, 20, 32, 0.58);
  padding: 0;
  transform: translate(-50%, -50%) scale(1.04);
}
.videoPlayButton:focus {
  outline: 1px solid #89DEAB;
  outline-offset: 4px;
}

.videoCon {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: clamp(20px, 1vw, 20px);
  position: relative;
  overflow: hidden;
}
.videoCon video {
  aspect-ratio: 16/9;
  border-radius: 10px;
  background: rgba(2, 7, 20, 0.35);
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.videoCon .videoDuration {
  bottom: clamp(30px, 3vw, 56px);
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1;
  position: absolute;
  right: clamp(32px, 3vw, 58px);
  z-index: 2;
}
.videoCon .videoDuration::before {
  content: "[ ";
  opacity: 0.3;
}
.videoCon .videoDuration::after {
  content: " ]";
  opacity: 0.3;
}
.videoCon.is-playing .videoPlayButton {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}
@media (max-width: 575.98px) {
  .videoCon {
    border-radius: 16px;
    padding: 12px;
  }
  .videoCon video {
    border-radius: 12px;
  }
  .videoCon .videoDuration {
    bottom: 24px;
    right: 24px;
  }
}

@media (max-width: 575.98px) {
  .videoPlayButton {
    height: 56px;
    width: 56px;
  }
  .videoPlayButton::before {
    border-bottom-width: 10px;
    border-left-width: 16px;
    border-top-width: 10px;
  }
}
.platformsCon {
  margin: clamp(60px, 7vw, 110px) 0;
}
.platformsCon .platformCard {
  background: rgba(14, 20, 32, 0.78);
  border-radius: 15px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.platformsCon .platformCard::before, .platformsCon .platformCard::after {
  content: none;
}
.platformsCon .platformCard:hover {
  background: rgba(14, 20, 32, 0.95);
  color: #FFFFFF;
  transform: translateY(-3px);
}
.platformsCon .platformCard:hover .platformCard__cta {
  color: #89DEAB;
}
.platformsCon .platformCard:hover .platformCard__cta::before {
  background: #89DEAB;
}
.platformsCon .platformCard:hover .platformCard__cta::after {
  left: 100%;
}
.platformsCon .platformCard__brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}
.platformsCon .platformCard__brand h4 {
  margin: 0;
}
.platformsCon .platformLogo {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  flex: 0 0 clamp(44px, 3.1vw, 58px);
  font-weight: 700;
  height: clamp(44px, 3.1vw, 58px);
  justify-content: center;
  line-height: 1;
  position: relative;
  width: clamp(44px, 3.1vw, 58px);
}
.platformsCon .platformLogo--hl {
  background: #163367;
  color: #FFFFFF;
}
.platformsCon .platformLogo--aj {
  background: transparent;
  overflow: hidden;
}
.platformsCon .platformLogo--aj::before, .platformsCon .platformLogo--aj::after {
  border: 4px solid #e30613;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  height: 44px;
  position: absolute;
  right: 7px;
  top: 7px;
  transform: rotate(34deg);
  width: 44px;
}
.platformsCon .platformLogo--aj::after {
  height: 30px;
  right: 14px;
  top: 14px;
  width: 30px;
}
.platformsCon .platformLogo--ii {
  background: #1232ff;
  color: #ff6a00;
  font-size: clamp(28px, 2vw, 40px);
  letter-spacing: -0.08em;
  padding-right: 4px;
}
.platformsCon .platformLogo--curation {
  background: #020714;
  color: #FFFFFF;
  font-size: clamp(28px, 2vw, 42px);
  letter-spacing: -0.08em;
}
.platformsCon .platformCard__cta {
  align-items: center;
  align-self: flex-end;
  color: #89DEAB;
  display: inline-flex;
  gap: 8px;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.platformsCon .platformCard__cta::before {
  background: #89DEAB;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}
.platformsCon .platformCard__cta::after {
  background: #020714;
  bottom: 5px;
  content: "";
  height: 1px;
  left: -60px;
  position: absolute;
  transition: left 0.75s ease-in-out;
  width: 60px;
}
.platformsCon .platformCard__cta i {
  font-size: 0.75em;
}
@media (max-width: 575.98px) {
  .platformsCon .platformCard {
    min-height: 150px;
  }
}

.splitFeedHeader {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 36px;
}
.splitFeedHeader h2,
.splitFeedHeader h3 {
  margin: 0;
}
.splitFeedHeader a {
  flex-shrink: 0;
}

.contentList {
  display: grid;
}

.contentListItem {
  align-items: center;
  color: #FFFFFF;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(150px, 31%) minmax(0, 1fr);
  padding: 28px 0;
  position: relative;
}
.contentListItem::before, .contentListItem::after {
  content: none;
}
.contentListItem:first-child {
  padding: 0 0 28px 0;
}
.contentListItem:first-child .activeCorners .top::before, .contentListItem:first-child .activeCorners .top::after {
  top: 0;
}
.contentListItem:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.contentListItem .contentListItem__image {
  aspect-ratio: 4/3;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  max-height: 142px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 1;
}
.contentListItem .contentListItem__content {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.contentListItem .contentListItem__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 16px;
}
.contentListItem .contentListItem__meta .caption {
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}
.contentListItem h4 {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.contentListItem .activeCorners .top::before, .contentListItem .activeCorners .top::after {
  top: 28px;
}
.contentListItem .activeCorners .bottom::before, .contentListItem .activeCorners .bottom::after {
  bottom: 28px;
}
.contentListItem:hover {
  color: #FFFFFF;
}
.contentListItem:hover .activeCorners .top::before {
  opacity: 1;
}
.contentListItem:hover .activeCorners .top::after {
  opacity: 1;
}
.contentListItem:hover .activeCorners .bottom::before {
  opacity: 1;
}
.contentListItem:hover .activeCorners .bottom::after {
  opacity: 1;
}
.contentListItem:hover .contentListItem__image {
  border-radius: 4px;
  transform: scale(0.9) translate(-3px, 0);
}

.contentListItem__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 16px;
}
.contentListItem__meta .caption {
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.newsFeedCon .contentList {
  margin-top: 0;
}

.contentListItem__play {
  align-items: center;
  background: rgba(14, 20, 32, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
}
.contentListItem__play::before {
  border-bottom: 7px solid transparent;
  border-left: 11px solid #FFFFFF;
  border-top: 7px solid transparent;
  content: "";
  margin-left: 3px;
}

.newsFeedCon {
  margin: 60px 0;
}

.contentCard {
  color: #FFFFFF;
  display: block;
  position: relative;
}
.contentCard::before, .contentCard::after {
  content: none;
}
.contentCard > :not(.activeCorners) {
  position: relative;
  z-index: 1;
}
.contentCard:hover {
  color: #FFFFFF;
}
.contentCard:hover .activeCorners .top::before {
  opacity: 1;
}
.contentCard:hover .activeCorners .top::after {
  opacity: 1;
}
.contentCard:hover .activeCorners .bottom::before {
  opacity: 1;
}
.contentCard:hover .activeCorners .bottom::after {
  opacity: 1;
}
.contentCard:hover .contentCard__image {
  border-radius: 8px;
  transform: scale(0.97);
}
.contentCard:hover .contentCard__image .activeCorners .top::before {
  opacity: 1;
}
.contentCard:hover .contentCard__image .activeCorners .top::after {
  opacity: 1;
}
.contentCard:hover .contentCard__image .activeCorners .bottom::before {
  opacity: 1;
}
.contentCard:hover .contentCard__image .activeCorners .bottom::after {
  opacity: 1;
}
.contentCard:hover .activeCorners {
  transform: scale(1.03);
}

.contentCard__image {
  aspect-ratio: 4/3;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: border-radius 0.4s ease, transform 0.4s ease;
  width: 100%;
}

.activeCorners {
  transition: transform 0.4s ease;
}

.contentCard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 16px;
}
.contentCard__meta .caption {
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.contentCard h4 {
  color: rgba(255, 255, 255, 0.86);
  margin: 18px 0 10px;
}
.contentCard p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.contentCard--grid {
  margin-bottom: 50px;
}
.contentCard--grid .contentCard__meta,
.contentCard--grid h4,
.contentCard--grid p {
  padding-left: 15px;
  padding-right: 15px;
}

.splitFeedFeature {
  height: 100%;
}
.splitFeedFeature .contentCard__image {
  aspect-ratio: 16/12;
}

@media (max-width: 991.98px) {
  .contentList {
    margin-top: 48px;
  }
}
@media (max-width: 575.98px) {
  .splitFeedHeader {
    align-items: flex-start;
    flex-direction: column;
  }
  .contentListItem {
    align-items: flex-start;
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 24px 0;
  }
  .contentListItem__image,
  .contentCard__image {
    aspect-ratio: 16/10;
  }
}
.singleArticleHero {
  padding: clamp(150px, 16vw, 230px) 0 clamp(70px, 8vw, 120px);
}
.singleArticleHero .contentCard__meta {
  margin-bottom: 18px;
}
.singleArticleHero h1 {
  margin-bottom: 22px;
  max-width: 760px;
}

.singleArticleHero__image {
  aspect-ratio: 16/10;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-left: auto;
  width: min(100%, 640px);
}

.imagePlaceholder {
  background: radial-gradient(80% 70% at 86% 10%, rgba(137, 222, 171, 0.38), rgba(112, 208, 217, 0.12) 34%, rgba(2, 7, 20, 0) 70%), radial-gradient(75% 55% at 18% 92%, rgba(112, 208, 217, 0.24), rgba(2, 7, 20, 0) 68%), rgba(14, 20, 32, 0.8);
}

.singleArticleTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.singleArticleCon {
  margin-bottom: clamp(70px, 8vw, 120px);
}

.singleArticleDivider {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: clamp(50px, 6vw, 85px);
}

.singleArticleBody {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.72);
  padding: clamp(28px, 4vw, 65px);
  position: relative;
}
.singleArticleBody > :not(.activeCorners) {
  position: relative;
  z-index: 1;
}
.singleArticleBody .activeCorners {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
}
.singleArticleBody .activeCorners .top::before, .singleArticleBody .activeCorners .top::after,
.singleArticleBody .activeCorners .bottom::before,
.singleArticleBody .activeCorners .bottom::after {
  opacity: 1;
}
.singleArticleBody h2 {
  color: #FFFFFF;
  margin: 0 0 24px;
}
.singleArticleBody h2:not(:first-of-type) {
  margin-top: clamp(48px, 6vw, 82px);
}
.singleArticleBody h3 {
  color: rgba(255, 255, 255, 0.82);
  margin: 34px 0 14px;
}
.singleArticleBody p,
.singleArticleBody li,
.singleArticleBody blockquote {
  color: rgba(255, 255, 255, 0.68);
}
.singleArticleBody ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}
.singleArticleBody li {
  padding-left: 22px;
  position: relative;
}
.singleArticleBody li::before {
  background: #70D0D9;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 5px;
}
.singleArticleBody figure {
  margin: 38px 0;
}
.singleArticleBody figure img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.singleArticleBody .singleArticleFigureImage {
  aspect-ratio: 16/9;
  border-radius: 10px;
  width: 100%;
}
.singleArticleBody figcaption {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.singleArticleBody blockquote {
  border-left: 1px solid rgba(137, 222, 171, 0.55);
  margin: 28px 0;
  padding-left: 24px;
}
.singleArticleBody .button {
  margin-top: 18px;
}

.singleArticleShare {
  align-items: center;
  display: flex;
  gap: 12px;
  position: sticky;
  top: 140px;
}
.singleArticleShare > span {
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
}
.singleArticleShare .footerSocials {
  display: flex;
  gap: 10px;
  margin: 0;
}
.singleArticleShare a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}
.singleArticleShare a::before, .singleArticleShare a::after {
  content: none;
}
.singleArticleShare img {
  display: block;
  filter: brightness(0) invert(1);
  height: 12px;
  opacity: 0.72;
  width: 12px;
}
.singleArticleShare i {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.relatedPostsCon {
  margin: clamp(70px, 8vw, 120px) 0 0;
}
.relatedPostsCon h2 {
  margin-bottom: 34px;
}

@media (max-width: 991.98px) {
  .singleArticleHero__image {
    margin-top: 36px;
    width: 100%;
  }
  .singleArticleShare {
    margin-top: 32px;
    position: static;
  }
}
.earthHeader .row.justify-content-center {
  padding: 0 5vw;
}
@media (min-width: 576px) {
  .earthHeader .row.justify-content-center {
    padding: 0 15vw;
  }
}

.effectsCon {
  --earth-layer-height: clamp(220px, 40vh, 420px);
  --ship-layer-height: clamp(120px, 32vh, 220px);
  display: grid;
  width: 100%;
  position: relative;
  height: 150vh;
  min-height: 150vh;
  background: #020714;
  top: -50px;
}
.effectsCon::after {
  content: "";
  width: 100%;
  height: 200px;
  bottom: -250px;
  background: linear-gradient(#020714 0%, rgba(2, 7, 20, 0) 100%);
  position: absolute;
  z-index: 2;
}
.effectsCon .earthLayerCon {
  grid-area: 1/1;
  width: 100%;
  height: 150vh;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.effectsCon .earthLayerCon .earthLayer {
  background: var(--earth-layer-image) fixed no-repeat;
  position: sticky;
  top: calc(100vh - var(--earth-layer-height));
  width: 100%;
  height: 40vh;
  pointer-events: none;
  background-size: 200vw auto;
  background-position: 0 75vh;
}
@media (min-width: 768px) {
  .effectsCon .earthLayerCon .earthLayer {
    background-size: 125vw auto;
    background-position: 0 70vh;
  }
}
@media (min-width: 992px) {
  .effectsCon .earthLayerCon .earthLayer {
    background-size: 100vw auto;
    background-position: 0 60vh;
  }
}
.effectsCon .shipLayer {
  grid-area: 1/1;
  width: 100%;
  height: var(--ship-layer-height);
  background: url("https://d33trg6tph4xtq.cloudfront.net/why-space-overlay.svg") no-repeat top center;
  background-size: 100% 32vh;
  position: sticky;
  top: calc(100vh - var(--ship-layer-height));
  z-index: 2;
  pointer-events: none;
}
.effectsCon .whySpaceHero {
  min-height: 900px;
  width: 100%;
  padding: clamp(120px, 15vw, 250px) 0 0;
  position: absolute;
  top: 0;
  text-align: center;
}
.effectsCon .whySpaceHero .caption {
  color: #89DEAB;
  margin-bottom: 24px;
}
.effectsCon .whySpaceHero .statsRowCon {
  margin-top: 0;
  border: none;
}

.whySpaceHero__inner {
  position: relative;
  z-index: 1;
  min-height: 60vh;
}

.whySpaceScroll {
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20vh;
  margin: 0 auto;
  pointer-events: all;
  outline: none !important;
}
.whySpaceScroll::before, .whySpaceScroll::after {
  content: none;
}
.whySpaceScroll .circleIcon {
  height: 32px;
  margin: 0;
  width: 32px;
}

.whySpaceStatement {
  margin: 50px 0;
}
.whySpaceStatement p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: clamp(40px, 4vw, 70px);
  line-height: 100%;
  font-weight: 300;
}
.whySpaceStatement p span {
  color: #FFFFFF;
}

.accordionConHroz {
  padding: clamp(60px, 7vw, 105px) 0;
}
.accordionConHroz > .container > .caption,
.accordionConHroz .row > [class*=col-] > .caption {
  color: #89DEAB;
  margin-bottom: 14px;
}
.accordionConHroz h2 {
  margin-bottom: 22px;
}
.accordionConHroz p {
  color: rgba(255, 255, 255, 0.65);
}

.accordionConHroz__items {
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  margin-top: clamp(36px, 5vw, 70px);
}

.accordionConHroz__item {
  background: rgba(2, 7, 20, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  flex: 1 1 0;
  height: clamp(400px, 36vw, 400px);
  min-width: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: flex-basis 0.45s ease, flex-grow 0.45s ease, border-color 0.3s ease;
}
.accordionConHroz__item[open] {
  border-color: #89DEAB;
  flex: 2.35 1 0;
}
.accordionConHroz__item[open] summary .accordionConHroz__title {
  transform: translateY(-10px);
  transition-delay: 0.45s;
}
.accordionConHroz__item[open] summary .accordionConHroz__media img {
  height: clamp(190px, 16vw, 260px);
  transition-delay: 0.45s;
}
.accordionConHroz__item[open].is-closing {
  border-color: #89DEAB;
  flex: 2.35 1 0;
}
.accordionConHroz__item[open].is-closing summary .accordionConHroz__title {
  transform: translateY(0);
  transition-delay: 0s;
}
.accordionConHroz__item[open].is-closing summary .accordionConHroz__media img {
  height: clamp(340px, 30vw, 460px);
  transition-delay: 0s;
}
.accordionConHroz__item::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0 0 0 7px;
  bottom: 16px;
  content: "";
  height: 20px;
  left: 16px;
  position: absolute;
  width: 20px;
}
.accordionConHroz__item[open]::after {
  border-color: rgba(137, 222, 171, 0.8);
}
.accordionConHroz__item summary {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style: none;
  min-height: 0;
}
.accordionConHroz__item summary::-webkit-details-marker {
  display: none;
}
.accordionConHroz__item summary span {
  display: block;
  max-width: 100%;
  min-width: 0;
}
.accordionConHroz__item summary .accordionConHroz__title {
  flex: 0 0 auto;
  padding: 20px;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
.accordionConHroz__item summary .accordionConHroz__media {
  border-radius: 10px;
  grid-column: 1/-1;
  margin-bottom: 20px;
  opacity: 0.34;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: opacity 0.3s ease;
}
.accordionConHroz__item summary .accordionConHroz__media img {
  aspect-ratio: 1/1.15;
  display: block;
  height: clamp(340px, 30vw, 460px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: height 0.4s ease;
  transition-delay: 0s;
}
.accordionConHroz__item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 0;
  max-width: 780px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  transform: translateY(24px);
  transition: max-height 0.25s ease, opacity 0.25s ease, padding 0.25s ease, transform 0.25s ease;
  transition-delay: 0s;
}
.accordionConHroz__item[open] p {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
  padding: 0 20px 30px;
  transition-delay: 0.85s;
}
.accordionConHroz__item[open].is-closing p {
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  transform: translateY(24px);
  transition-delay: 0s;
}
.accordionConHroz__item i {
  align-self: flex-end;
  color: #89DEAB;
  flex: 0 0 auto;
  margin-top: auto;
  transition: transform 0.25s ease;
}

.accordionConHroz__item[open] .accordionConHroz__media {
  opacity: 0.72;
}

@media (max-width: 991.98px) {
  .accordionConHroz__items {
    flex-direction: column;
    min-height: 0;
  }
  .accordionConHroz__item,
  .accordionConHroz__item[open] {
    flex: 0 0 auto;
  }
  .accordionConHroz__media img {
    height: 240px;
  }
}
.whySpaceIntro {
  max-width: 760px;
}

.spaceEvolution {
  --ship-rotate: 0deg;
  --space-evolution-start: contain 0%;
  --space-evolution-end: contain 78%;
  min-height: 220vh;
  position: relative;
  view-timeline-name: --space-evolution;
  view-timeline-axis: block;
}

.spaceEvolution__stage {
  display: grid;
  grid-template-columns: 35vw 65vw;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.spaceEvolution__ringWrap {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding-left: clamp(32px, 5vw, 86px);
  position: relative;
}

.spaceEvolution__rings {
  aspect-ratio: 1/1;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50vw;
  left: -25vw;
}
.spaceEvolution__rings span {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100%' ry='100%' stroke='%2300AA50' stroke-width='3' stroke-dasharray='10%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 50%;
  inset: -5vw;
  position: absolute;
}
.spaceEvolution__rings span + span {
  border-color: rgba(255, 255, 255, 0.16);
  inset: 98px;
}

.spaceEvolution__ringWrap h2 {
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.spaceEvolution__yearRing {
  animation: spaceEvolutionRing linear both;
  animation-timeline: --space-evolution;
  animation-range: var(--space-evolution-start) var(--space-evolution-end);
  transform: translateY(-50%) rotate(0deg);
  z-index: 3;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 50vw;
  left: -25vw;
}

.spaceEvolution__year {
  --year-x: 100%;
  --year-y: 50%;
  --year-label-rotate: 0deg;
  color: rgba(255, 255, 255, 0.38);
  left: var(--year-x);
  position: absolute;
  top: var(--year-y);
  transform: translate(-50%, -50%) rotate(var(--year-label-rotate));
  transition: color 0.35s ease;
  width: 100px;
  text-align: center;
  padding: 20px;
  background-color: #020714;
}

.spaceEvolution__year--1980 {
  animation: spaceEvolutionYear1980 linear both;
  animation-timeline: --space-evolution;
  animation-range: var(--space-evolution-start) var(--space-evolution-end);
}

.spaceEvolution__year--2000 {
  --year-x: 93.301%;
  --year-y: 75%;
  --year-label-rotate: 30deg;
  animation: spaceEvolutionYear2000 linear both;
  animation-timeline: --space-evolution;
  animation-range: var(--space-evolution-start) var(--space-evolution-end);
}

.spaceEvolution__marker {
  background: linear-gradient(90deg, rgba(112, 208, 217, 0) 0%, #70d0d9 100%);
  height: 2px;
  left: calc(30vw - 2px);
  position: absolute;
  top: 50%;
  width: calc(5vw + 2px);
  z-index: 4;
}
.spaceEvolution__marker::after {
  background: #00AA50;
  border-radius: 50%;
  content: "";
  height: 14px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.spaceEvolution__content {
  -moz-column-gap: clamp(28px, 4vw, 76px);
       column-gap: clamp(28px, 4vw, 76px);
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) clamp(86px, 8vw, 150px) minmax(260px, 1fr);
  grid-template-rows: 1fr 1fr;
  min-height: 100vh;
  padding: clamp(70px, 8vw, 130px) clamp(42px, 7vw, 120px) clamp(70px, 8vw, 120px) 0;
  position: relative;
}

.spaceEvolution__visual,
.spaceEvolution__annotation,
.spaceEvolution__fact {
  align-self: center;
  position: relative;
}

.spaceEvolution__visual {
  display: grid;
  justify-self: stretch;
  min-height: min(36vh, 360px);
  place-items: center end;
}

.spaceEvolution__annotation {
  display: grid;
  justify-self: stretch;
  min-height: min(36vh, 360px);
  place-items: center;
}

.spaceEvolution__visual--launch,
.spaceEvolution__annotation--launch,
.spaceEvolution__fact--launch {
  grid-row: 1;
}

.spaceEvolution__visual--satellite,
.spaceEvolution__annotation--satellite,
.spaceEvolution__fact--satellite {
  grid-row: 2;
}

.spaceEvolution__visual {
  grid-column: 1;
}

.spaceEvolution__annotation {
  grid-column: 2;
}

.spaceEvolution__fact {
  grid-column: 3;
}

.spaceEvolution__fact {
  display: grid;
  min-height: min(36vh, 360px);
  align-items: center;
  justify-self: start;
  max-width: 430px;
  width: 100%;
}

.spaceEvolution__ship {
  --ship-rotate: 0deg;
  animation: spaceEvolutionStateOne linear both;
  animation-timeline: --space-evolution;
  animation-range: var(--space-evolution-start) var(--space-evolution-end);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  height: clamp(150px, 15vw, 250px);
  margin: 0 auto;
  width: clamp(74px, 7vw, 120px);
}

.spaceEvolution__ship--two {
  animation-name: spaceEvolutionStateTwo;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.spaceEvolution__annotation--launch::before {
  border-top: 2px dashed rgba(137, 222, 171, 0.8);
  content: "";
  display: block;
  width: 100%;
}

.spaceEvolution__measure {
  border-bottom: 2px dashed rgba(137, 222, 171, 0.8);
  border-right: 2px dashed rgba(137, 222, 171, 0.8);
  border-top: 2px dashed rgba(137, 222, 171, 0.8);
  color: #89DEAB;
  height: clamp(150px, 18vw, 260px);
  justify-self: end;
  position: relative;
  width: clamp(54px, 5vw, 84px);
}

.spaceEvolution__measureState {
  animation: spaceEvolutionMeasureOne linear both;
  animation-timeline: --space-evolution;
  animation-range: var(--space-evolution-start) var(--space-evolution-end);
  left: calc(-1 * clamp(90px, 8vw, 128px));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.spaceEvolution__measureState--two {
  animation-name: spaceEvolutionMeasureTwo;
  opacity: 0;
}

.spaceEvolution__factState {
  animation: spaceEvolutionStateOne linear both;
  animation-timeline: --space-evolution;
  animation-range: var(--space-evolution-start) var(--space-evolution-end);
}
.spaceEvolution__factState h3 {
  margin: 22px 0 14px;
}
.spaceEvolution__factState p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.spaceEvolution__factState--two {
  animation-name: spaceEvolutionStateTwo;
  display: flex;
  flex-direction: column;
  justify-content: center;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(16px);
}

@supports not (animation-timeline: view()) {
  .spaceEvolution__yearRing,
  .spaceEvolution__year,
  .spaceEvolution__ship,
  .spaceEvolution__factState,
  .spaceEvolution__measureState {
    animation: none;
  }
}
@keyframes spaceEvolutionRing {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  62%, 100% {
    transform: translateY(-50%) rotate(-30deg);
  }
}
@keyframes spaceEvolutionYear1980 {
  0%, 42% {
    color: #FFFFFF;
  }
  62%, 100% {
    color: rgba(255, 255, 255, 0.34);
  }
}
@keyframes spaceEvolutionYear2000 {
  0%, 42% {
    color: rgba(255, 255, 255, 0.34);
  }
  62%, 100% {
    color: #FFFFFF;
  }
}
@keyframes spaceEvolutionStateOne {
  0%, 20% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(var(--ship-rotate));
  }
  62%, 100% {
    opacity: 0;
    transform: translateY(-16px) scale(0.96) rotate(var(--ship-rotate));
  }
}
@keyframes spaceEvolutionStateTwo {
  0%, 20% {
    opacity: 0;
    transform: translateY(16px) scale(0.96) rotate(var(--ship-rotate));
  }
  62%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(var(--ship-rotate));
  }
}
@keyframes spaceEvolutionMeasureOne {
  0%, 20% {
    opacity: 1;
  }
  62%, 100% {
    opacity: 0;
  }
}
@keyframes spaceEvolutionMeasureTwo {
  0%, 20% {
    opacity: 0;
  }
  62%, 100% {
    opacity: 1;
  }
}
.whySpaceProblemCard,
.whySpaceConcepts details {
  background: rgba(14, 20, 32, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.whySpaceProblemCard {
  background: linear-gradient(180deg, rgba(2, 7, 20, 0.18) 0%, rgba(2, 7, 20, 0.46) 52%, rgba(2, 7, 20, 0.88) 100%), radial-gradient(85% 60% at 78% 18%, rgba(137, 222, 171, 0.16), rgba(2, 7, 20, 0) 72%), rgba(14, 20, 32, 0.72);
  display: flex;
  min-height: 330px;
  padding: 18px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.whySpaceProblemCard[open], .whySpaceProblemCard:hover {
  border-color: rgba(137, 222, 171, 0.35);
}
.whySpaceProblemCard summary {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  list-style: none;
}
.whySpaceProblemCard summary::-webkit-details-marker {
  display: none;
}
.whySpaceProblemCard i {
  color: #89DEAB;
  flex: 0 0 auto;
}
.whySpaceProblemCard p {
  margin: 18px 0 0;
}

.whySpaceProblemCard--climate {
  background: linear-gradient(180deg, rgba(2, 7, 20, 0.12), rgba(2, 7, 20, 0.82)), radial-gradient(90% 60% at 20% 10%, rgba(137, 222, 171, 0.22), rgba(2, 7, 20, 0) 70%), rgba(21, 44, 42, 0.9);
}

.whySpaceProblemCard--defence {
  background: linear-gradient(180deg, rgba(2, 7, 20, 0.1), rgba(2, 7, 20, 0.82)), radial-gradient(80% 55% at 50% 18%, rgba(255, 255, 255, 0.18), rgba(2, 7, 20, 0) 72%), rgba(17, 31, 47, 0.9);
}

.whySpaceProblemCard--ai {
  background: linear-gradient(180deg, rgba(2, 7, 20, 0.1), rgba(2, 7, 20, 0.84)), radial-gradient(60% 45% at 55% 20%, rgba(112, 208, 217, 0.28), rgba(2, 7, 20, 0) 70%), rgba(16, 20, 34, 0.9);
}

.whySpaceProblemCard--food {
  background: linear-gradient(180deg, rgba(2, 7, 20, 0.1), rgba(2, 7, 20, 0.86)), radial-gradient(70% 45% at 65% 20%, rgba(137, 222, 171, 0.16), rgba(2, 7, 20, 0) 72%), rgba(38, 36, 24, 0.9);
}

.whySpaceIndustry {
  padding: clamp(76px, 9vw, 130px) 0;
  text-align: center;
}
.whySpaceIndustry h2 {
  margin: 0 auto 38px;
  max-width: 520px;
}

.whySpaceIndustry__map {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(5, 44px);
  margin: 0 auto;
  max-width: 860px;
  min-height: 300px;
  position: relative;
}
.whySpaceIndustry__map span {
  align-self: center;
  background: rgba(14, 20, 32, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  justify-self: center;
  padding: 6px 12px;
  position: relative;
  z-index: 1;
}
.whySpaceIndustry__map span:nth-of-type(1) {
  grid-column: 3/4;
  grid-row: 1;
}
.whySpaceIndustry__map span:nth-of-type(2) {
  grid-column: 5/6;
  grid-row: 1;
}
.whySpaceIndustry__map span:nth-of-type(3) {
  grid-column: 7/8;
  grid-row: 1;
}
.whySpaceIndustry__map span:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2;
}
.whySpaceIndustry__map span:nth-of-type(5) {
  grid-column: 4/5;
  grid-row: 2;
}
.whySpaceIndustry__map span:nth-of-type(6) {
  grid-column: 6/7;
  grid-row: 2;
}
.whySpaceIndustry__map span:nth-of-type(7) {
  grid-column: 8/9;
  grid-row: 2;
}
.whySpaceIndustry__map span:nth-of-type(8) {
  grid-column: 9/10;
  grid-row: 3;
}
.whySpaceIndustry__map span:nth-of-type(9) {
  grid-column: 3/4;
  grid-row: 3;
}
.whySpaceIndustry__map span:nth-of-type(10) {
  grid-column: 8/9;
  grid-row: 4;
}
.whySpaceIndustry__map span:nth-of-type(11) {
  grid-column: 2/3;
  grid-row: 4;
}

.whySpaceIndustry__grid {
  background: repeating-radial-gradient(ellipse at center bottom, rgba(255, 255, 255, 0) 0 42px, rgba(255, 255, 255, 0.12) 43px 44px, rgba(255, 255, 255, 0) 45px 88px), radial-gradient(ellipse at center bottom, rgba(137, 222, 171, 0.13), rgba(2, 7, 20, 0) 64%);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50% 50% 0 0;
  bottom: 0;
  height: 230px;
  left: 6%;
  position: absolute;
  right: 6%;
}

.whySpaceIndustry__grid::before,
.whySpaceIndustry__grid::after {
  background: rgba(255, 255, 255, 0.08);
  bottom: 0;
  content: "";
  height: 220px;
  left: 50%;
  position: absolute;
  transform-origin: bottom center;
  width: 1px;
}

.whySpaceIndustry__grid::before {
  transform: rotate(56deg);
}

.whySpaceIndustry__grid::after {
  transform: rotate(-56deg);
}

.whySpaceConcepts {
  display: grid;
  gap: 16px;
}
.whySpaceConcepts details {
  padding: 20px 24px;
}
.whySpaceConcepts details[open] {
  border-color: rgba(137, 222, 171, 0.35);
}
.whySpaceConcepts summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  list-style: none;
}
.whySpaceConcepts summary::-webkit-details-marker {
  display: none;
}
.whySpaceConcepts h3 {
  margin: 0;
}
.whySpaceConcepts i {
  color: #89DEAB;
}
.whySpaceConcepts p {
  margin: 12px 0 0;
  padding-left: 50px;
}

.whySpaceDownload {
  padding: clamp(70px, 9vw, 120px) 0;
}

.whySpaceDownload__panel {
  background: radial-gradient(70% 60% at 78% 24%, rgba(137, 222, 171, 0.14), rgba(2, 7, 20, 0) 68%), rgba(14, 20, 32, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: clamp(30px, 4vw, 54px);
  position: relative;
}
.whySpaceDownload__panel > :not(.activeCorners) {
  position: relative;
  z-index: 1;
}
.whySpaceDownload__panel .activeCorners .top::before, .whySpaceDownload__panel .activeCorners .top::after,
.whySpaceDownload__panel .activeCorners .bottom::before,
.whySpaceDownload__panel .activeCorners .bottom::after {
  opacity: 1;
}
.whySpaceDownload__panel h2 {
  margin-bottom: 16px;
}
.whySpaceDownload__panel p,
.whySpaceDownload__panel li {
  color: rgba(255, 255, 255, 0.68);
}
.whySpaceDownload__panel ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.whySpaceDownload__panel li {
  padding-left: 18px;
  position: relative;
}
.whySpaceDownload__panel li::before {
  color: #89DEAB;
  content: "+";
  left: 0;
  position: absolute;
}

.whySpaceGuideForm {
  display: grid;
  gap: 10px;
}
.whySpaceGuideForm input[type=text],
.whySpaceGuideForm input[type=email] {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #FFFFFF;
  min-height: 34px;
  padding: 7px 12px;
}
.whySpaceGuideForm .button {
  justify-self: end;
  margin-top: 8px;
}

.whySpaceCheckbox {
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  gap: 10px;
}

.whySpaceSsit {
  padding: clamp(60px, 8vw, 105px) 0 clamp(80px, 10vw, 140px);
}
.whySpaceSsit p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 620px;
}

.whySpaceStats {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.whySpaceStats > div {
  padding: clamp(22px, 3vw, 42px);
  text-align: center;
}
.whySpaceStats > div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.whySpaceStats > div:nth-child(-n+2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.whySpaceStats h3 {
  margin: 0 0 8px;
}

@media (max-width: 991.98px) {
  .whySpaceHero {
    min-height: 700px;
  }
  .whySpaceScroll {
    margin-top: 95px;
  }
  .spaceEvolution__stage {
    grid-template-columns: 1fr;
  }
  .spaceEvolution__ringWrap {
    min-height: 58vh;
    padding-right: clamp(24px, 6vw, 54px);
  }
  .spaceEvolution__ringWrap h2 {
    max-width: 420px;
  }
  .spaceEvolution__content {
    -moz-column-gap: clamp(18px, 4vw, 36px);
         column-gap: clamp(18px, 4vw, 36px);
    grid-template-columns: minmax(120px, 0.95fr) minmax(54px, 0.35fr) minmax(160px, 1fr);
    min-height: 42vh;
    padding: 0 clamp(24px, 6vw, 54px) clamp(48px, 8vw, 76px);
  }
  .spaceEvolution__rings,
  .spaceEvolution__yearRing {
    left: min(-46vw, -260px);
    width: min(104vw, 720px);
  }
  .spaceEvolution__marker {
    left: calc(min(-46vw, -260px) + min(104vw, 720px) - 28px);
    width: 78px;
  }
  .whySpaceIndustry__map {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center;
    padding-top: 20px;
  }
  .whySpaceSsit .buttonsCon {
    margin-bottom: 38px;
  }
}
@media (max-width: 575.98px) {
  .whySpaceHero {
    min-height: 620px;
  }
  .whySpaceProblemCard {
    min-height: 220px;
  }
  .whySpaceConcepts summary {
    grid-template-columns: 1fr auto;
  }
  .whySpaceConcepts summary .caption {
    grid-column: 1/-1;
  }
  .whySpaceConcepts p {
    padding-left: 0;
  }
  .whySpaceStats {
    grid-template-columns: 1fr;
  }
  .whySpaceStats > div {
    border-right: 0 !important;
  }
  .whySpaceStats > div:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.newsletterCon {
  background: linear-gradient(90deg, rgba(2, 7, 20, 0.92) 0%, rgba(2, 7, 20, 0.74) 48%, rgba(2, 7, 20, 0.15) 100%), url("https://images.unsplash.com/photo-1454789548928-9efd52dc4031?w=1600&auto=format&fit=crop&q=80&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fHNwYWNlfGVufDB8fDB8fHwy") center right/cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin: clamp(60px, 7vw, 110px) 0;
  overflow: hidden;
  padding: clamp(40px, 6vw, 90px) clamp(32px, 4vw, 70px);
}
.newsletterCon .newsletterCopy h2 {
  margin: 0 0 18px;
}
.newsletterCon .newsletterCopy p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}
.newsletterCon .newsletterForm label {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin-bottom: 10px;
}
.newsletterCon .newsletterInputCon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  gap: 16px;
  padding: 10px 16px 10px 28px;
}
.newsletterCon .newsletterInputCon input {
  background: transparent;
  border: 0;
  color: #FFFFFF;
  flex: 1 1 auto;
  min-width: 0;
  outline: 0;
  padding: 0;
}
.newsletterCon .newsletterInputCon input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.newsletterCon .newsletterInputCon input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.newsletterCon .newsletterInputCon button {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 0;
  border-radius: 50%;
  color: #020714;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 48px;
}
.newsletterCon .newsletterInputCon button::before, .newsletterCon .newsletterInputCon button::after {
  content: none;
}
.newsletterCon .newsletterInputCon button:hover {
  background: #89DEAB;
  padding: 0;
}
@media (max-width: 991.98px) {
  .newsletterCon {
    background-position: center;
  }
  .newsletterCon .newsletterForm {
    margin-top: 36px;
  }
}
@media (max-width: 575.98px) {
  .newsletterCon {
    border-radius: 16px;
    padding: 32px 20px;
  }
  .newsletterCon .newsletterInputCon {
    padding-left: 18px;
  }
  .newsletterCon .newsletterInputCon button {
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }
}

.ecosystemBox {
  outline: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  width: 100%;
  height: 400px;
  padding: 30px;
  display: grid;
  align-content: space-between;
  position: relative;
  background: url(../src/img/card-background-accelerator-v3.jpg) no-repeat center right;
  background-size: 100% 100%;
  box-shadow: inset 0 5px 35px 2px #020714;
  margin-bottom: 30px;
  transition: background-size 0.3s ease-in-out;
}
.ecosystemBox div {
  z-index: 1;
}
.ecosystemBox .ecosystemTitle {
  font-size: 0.75em;
  text-transform: uppercase;
}
.ecosystemBox .ecosystemBody {
  font-size: 0.75em;
  line-height: 1.5em;
}
.ecosystemBox.solar {
  background-image: url(../src/img/card-background-accelerator-v3.jpg);
}
.ecosystemBox.solar .ecosystemTitle {
  color: #FF7A1C;
}
.ecosystemBox.aqua {
  background-image: url(../src/img/card-background-vc-v1.jpg);
}
.ecosystemBox.aqua .ecosystemTitle {
  color: #318AA0;
}
.ecosystemBox.terrain {
  background-image: url(../src/img/card-background-ssit-v2.jpg);
}
.ecosystemBox.terrain .ecosystemTitle {
  color: #00AA50;
}
.ecosystemBox.manager {
  background-image: url(../src/img/card-background-manager-v2.jpg);
}
.ecosystemBox.manager .ecosystemTitle {
  color: #318AA0;
}
.ecosystemBox:hover {
  background-size: 125% 125%;
}
.ecosystemBox:hover .activeCorners .top::before {
  left: 15px;
  top: 15px;
  opacity: 1;
}
.ecosystemBox:hover .activeCorners .top::after {
  right: 15px;
  top: 15px;
  opacity: 1;
}
.ecosystemBox:hover .activeCorners .bottom::before {
  left: 15px;
  bottom: 15px;
  opacity: 1;
}
.ecosystemBox:hover .activeCorners .bottom::after {
  right: 15px;
  bottom: 15px;
  opacity: 1;
}

.pageHeaderCon {
  padding: 350px 0 200px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../src/img/card-background-ssit-v2.jpg);
  overflow: hidden;
  position: relative;
}
.pageHeaderCon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #020714;
  background: linear-gradient(0deg, #020714 20%, rgba(2, 7, 20, 0) 280%);
  bottom: 0;
  z-index: 1;
}
.pageHeaderCon .headerVideoCon {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.pageHeaderCon .headerVideoCon video {
  display: block;
  width: 100vw;
  height: 100vh;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: fixed;
}
.pageHeaderCon .container {
  position: relative;
  z-index: 2;
}
.pageHeaderCon .buttonsCon {
  margin-top: 50px;
}
.pageHeaderCon .buttonsCon.rightAligned {
  width: 100%;
}
.pageHeaderCon .buttonsCon.rightAligned button, .pageHeaderCon .buttonsCon.rightAligned .button {
  float: right;
}
.pageHeaderCon .buttonsCon.centerAligned {
  margin: 0 auto;
}
.pageHeaderCon .tickerCol {
  display: flex;
  align-items: flex-end;
}
.pageHeaderCon .tickerCon {
  margin-top: 0;
  width: 100%;
}
.pageHeaderCon .tickerPanel {
  backdrop-filter: blur(12px);
  background: rgba(2, 7, 20, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  overflow: hidden;
}
.pageHeaderCon .tickerPanel__item {
  min-width: 0;
  padding: 10px 10px 10px 20px;
}
.pageHeaderCon .tickerPanel__item + .tickerPanel__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.pageHeaderCon .tickerPanel__value,
.pageHeaderCon .tickerPanel__meta {
  margin: 0;
  font-size: 16px;
}
.pageHeaderCon .tickerPanel__value {
  white-space: nowrap;
}
.pageHeaderCon .tickerPanel__value span {
  color: #89DEAB;
}
.pageHeaderCon .tickerPanel__divider {
  color: rgba(255, 255, 255, 0.35) !important;
  display: inline-block;
  margin: 0 12px;
}
.pageHeaderCon .tickerPanel__meta {
  color: rgba(255, 255, 255, 0.75);
  margin-top: -10px;
  font-size: 14px;
}
.pageHeaderCon .tickerMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 15px;
}
.pageHeaderCon .tickerMeta .caption {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .pageHeaderCon .tickerCon {
    margin-top: 48px;
    max-width: none;
  }
  .pageHeaderCon .tickerCol {
    display: block;
  }
  .pageHeaderCon .tickerPanel {
    grid-template-columns: 1fr;
  }
  .pageHeaderCon .tickerPanel__item {
    padding: 24px;
  }
  .pageHeaderCon .tickerPanel__item + .tickerPanel__item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 575.98px) {
  .pageHeaderCon .tickerPanel {
    border-radius: 20px;
  }
  .pageHeaderCon .tickerPanel__value {
    white-space: normal;
  }
  .pageHeaderCon .tickerMeta {
    gap: 14px;
  }
}

.statsRowCon {
  border-radius: 20px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.statsRowCon .activeCorners .top::before {
  left: 15px;
  top: 15px;
  opacity: 1;
}
.statsRowCon .activeCorners .top::after {
  right: 15px;
  top: 15px;
  opacity: 1;
}
.statsRowCon .activeCorners .bottom::before {
  left: 15px;
  bottom: 15px;
  opacity: 1;
}
.statsRowCon .activeCorners .bottom::after {
  right: 15px;
  bottom: 15px;
  opacity: 1;
}
.statsRowCon.smallStats {
  text-align: left;
  color: #A6A7AB;
  padding-top: 50px;
  padding-bottom: 40px;
}
.statsRowCon.smallStats .col-12 {
  padding-left: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.statsRowCon.smallStats .col-12:last-of-type {
  border: none;
}
.statsRowCon.divideLines .col-12 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.statsRowCon.divideLines .col-12:last-of-type {
  border: none;
}

.resultsDownloadCon .resultsDownloadHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.resultsDownloadCon .resultsDownloadHeader h2 {
  font-size: clamp(32px, 3vw, 20px);
  line-height: 1;
  margin: 0;
}
.resultsDownloadCon .resultsDownloadHeader a {
  color: #89DEAB;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 7px;
}
.resultsDownloadCon .resultsDownloadList {
  display: grid;
  gap: 20px;
}
.resultsDownloadCon .resultsDownloadItem {
  backdrop-filter: blur(12px);
  align-items: center;
  background: rgba(2, 7, 20, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  color: #FFFFFF;
  min-height: 120px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  text-decoration: none;
}
.resultsDownloadCon .resultsDownloadItem::before {
  background: url(../src/img/card-background-ssit-v2.jpg) no-repeat center right;
  background-size: auto 110%;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease;
  z-index: 0;
  height: 100%;
}
.resultsDownloadCon .resultsDownloadItem > * {
  position: relative;
  z-index: 1;
}
.resultsDownloadCon .resultsDownloadItem:hover {
  color: #FFFFFF;
}
.resultsDownloadCon .resultsDownloadItem:hover::before {
  opacity: 1;
}
.resultsDownloadCon .resultsDownloadItem:hover .resultsDownloadItem__button {
  color: #FFFFFF;
}
.resultsDownloadCon .resultsDownloadItem:hover .resultsDownloadItem__button::before {
  filter: saturate(1) brightness(1);
  opacity: 1;
}
.resultsDownloadCon .resultsDownloadItem::after {
  content: none;
}
.resultsDownloadCon .resultsDownloadItem__content {
  min-width: 0;
}
.resultsDownloadCon .resultsDownloadItem__content .caption {
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}
.resultsDownloadCon .resultsDownloadItem__button {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 10px;
  justify-content: center;
  margin-right: 0;
  padding: 10px 18px;
  white-space: nowrap;
}
.resultsDownloadCon .resultsDownloadItem__button:hover {
  padding: 10px 18px;
}
.resultsDownloadCon .resultsDownloadItem__button i {
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  .resultsDownloadCon .resultsDownloadHeader {
    align-items: flex-start;
    flex-direction: column;
  }
  .resultsDownloadCon .resultsDownloadItem {
    align-items: flex-start;
    flex-direction: column;
  }
}

.thirdPartyResearchCon .thirdPartyResearchHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.thirdPartyResearchCon .thirdPartyResearchHeader h2 {
  font-size: clamp(32px, 3vw, 20px);
  line-height: 1;
  margin: 0;
}
.thirdPartyResearchCon .thirdPartyResearchHeader a {
  color: #89DEAB;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 7px;
}
@media (max-width: 991.98px) {
  .thirdPartyResearchCon {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .thirdPartyResearchCon .thirdPartyResearchHeader {
    align-items: flex-start;
    flex-direction: column;
  }
}

.portfolioHoldings {
  padding: 0 0 95px;
}

.portfolioToolbar {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.portfolioTabs {
  display: flex;
  gap: 44px;
}
.portfolioTabs a {
  color: rgba(255, 255, 255, 0.72);
  padding: 20px 25px 45px;
  position: relative;
  text-decoration: none;
  font-size: 1.25em;
}
.portfolioTabs a::before {
  background: linear-gradient(90deg, #89DEAB, #70D0D9);
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease;
}
.portfolioTabs a::after {
  content: none;
}
.portfolioTabs a:hover, .portfolioTabs a.active {
  color: #FFFFFF;
}
.portfolioTabs a.active::before {
  opacity: 1;
}

.portfolioStats {
  align-self: flex-start;
  display: flex;
  flex-shrink: 0;
}

.portfolioStat {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  min-width: 112px;
  padding: 0 40px 0;
  text-align: center;
}
.portfolioStat h3 {
  line-height: 1;
  margin: 0;
  font-size: 40px;
}
.portfolioStat .caption {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  margin-top: 2px;
  white-space: nowrap;
}

.portfolioFilterBar {
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  min-height: 60px;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.portfolioFilters {
  display: flex;
  flex: 0 1 62%;
  justify-content: flex-start;
  min-width: 0;
}

.portfolioFilterDropdown {
  display: flex;
  flex: 0 0 auto;
  position: relative;
}
.portfolioFilterDropdown:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.22);
  content: "";
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.portfolioFilterDropdown.is-open .portfolioFilterToggle {
  color: #FFFFFF;
}
.portfolioFilterDropdown.is-open .portfolioFilterToggle i {
  transform: rotate(180deg);
}
.portfolioFilterDropdown.is-open .portfolioFilterMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.portfolioFilterDropdown:last-child .portfolioFilterMenu {
  left: auto;
  right: 0;
}

.portfolioFilterToggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0 40px;
  white-space: nowrap;
}
.portfolioFilterToggle::before, .portfolioFilterToggle::after {
  content: none;
}
.portfolioFilterToggle:hover, .portfolioFilterToggle:focus {
  color: #FFFFFF;
  padding: 0 40px;
}
.portfolioFilterToggle i {
  margin-left: 10px;
  transition: transform 0.25s ease;
}

.portfolioFilterMenu {
  backdrop-filter: blur(18px);
  background: radial-gradient(circle at 58% 70%, rgba(112, 208, 217, 0.18), transparent 32%), rgba(2, 7, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 28px 60px rgba(2, 7, 20, 0.36);
  display: grid;
  left: 0;
  min-width: max(100%, 360px);
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1px);
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  visibility: hidden;
  z-index: 20;
}
.portfolioFilterMenu button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.68);
  display: inline-flex;
  gap: 16px;
  justify-content: flex-start;
  margin: 0;
  padding: 5px 0;
  text-align: left;
  white-space: nowrap;
  backdrop-filter: none;
}
.portfolioFilterMenu button::before, .portfolioFilterMenu button::after {
  content: none;
}
.portfolioFilterMenu button:hover, .portfolioFilterMenu button:focus {
  color: #FFFFFF;
  padding-left: 10px;
}
.portfolioFilterMenu button i {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.62em;
  margin: 0;
}

.portfolioViewToggle {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 15px;
}
.portfolioViewToggle button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}
.portfolioViewToggle button::before, .portfolioViewToggle button::after {
  content: none;
}
.portfolioViewToggle button i {
  font-size: 20px;
}
.portfolioViewToggle button[data-portfolio-view=list] i {
  display: block;
  font-size: 0;
  height: 15px;
  position: relative;
  width: 19px;
}
.portfolioViewToggle button[data-portfolio-view=list] i::before,
.portfolioViewToggle button[data-portfolio-view=list] i::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 2px;
  position: absolute;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  top: 50%;
  transform: translateY(-50%);
}
.portfolioViewToggle button[data-portfolio-view=list] i::before {
  right: 0;
  width: 12px;
}
.portfolioViewToggle button[data-portfolio-view=list] i::after {
  border-radius: 50%;
  left: 0;
  width: 3px;
}
.portfolioViewToggle button:hover, .portfolioViewToggle button:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
  color: #FFFFFF;
  padding: 0;
}
.portfolioViewToggle button.active {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #020714;
  padding: 0;
}

.portfolioGrid {
  display: grid;
  gap: 70px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolioListHeader {
  display: none;
}

.portfolioHoldingCard {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  min-height: auto;
  padding: 14px;
  position: relative;
}

.portfolioGrid.is-view-switching .portfolioHoldingCard,
.portfolioGrid.is-view-switching .portfolioHoldingCard *,
.portfolioGrid.is-view-switching .portfolioHoldingCard::before,
.portfolioGrid.is-view-switching .portfolioHoldingCard::after,
.portfolioGrid.is-view-switching .portfolioHoldingCard .notch-card__tab::before,
.portfolioGrid.is-view-switching .portfolioHoldingCard .notch-card__tab::after {
  transition: none !important;
}

.portfolioListValues {
  display: none;
}

.portfolioGrid.is-list {
  display: block;
  overflow-x: auto;
}
.portfolioGrid.is-list .portfolioListHeader {
  background: rgba(14, 20, 32, 0.72);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.62);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 2.2fr) minmax(120px, 0.55fr) minmax(150px, 0.7fr) minmax(100px, 0.45fr) minmax(120px, 0.45fr);
  margin-bottom: 22px;
  min-width: 980px;
  padding: 24px 48px;
  text-transform: uppercase;
}
.portfolioGrid.is-list .portfolioHoldingCard {
  align-items: center;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 0 0 20px 20px;
  border-width: 0 0 1px;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 2.2fr) minmax(120px, 0.55fr) minmax(150px, 0.7fr) minmax(100px, 0.45fr) minmax(120px, 0.45fr);
  margin: 0;
  min-width: 980px;
  padding: 28px 78px 28px 48px;
  transition: background-color 0.25s ease, border-color 0.25s ease, border-radius 0.25s ease;
  transform: none;
}
.portfolioGrid.is-list .portfolioHoldingCard:hover {
  background: rgba(14, 20, 32, 0.92);
  border-color: rgba(137, 222, 171, 0.75) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) #89DEAB;
  border-radius: 12px;
  border-width: 0 0 0 1px;
}
.portfolioGrid.is-list .portfolioHoldingCard:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.portfolioGrid.is-list .portfolioHoldingCard:hover .contentCon,
.portfolioGrid.is-list .portfolioHoldingCard:hover .portfolioListValues span {
  transform: translateX(10px);
}
.portfolioGrid.is-list .portfolioHoldingCard::after {
  color: #89DEAB;
  content: "\e980";
  font-family: "coolicons";
  font-size: 18px;
  opacity: 0;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.portfolioGrid.is-list .notch-card__tab,
.portfolioGrid.is-list .imageCon,
.portfolioGrid.is-list .badge,
.portfolioGrid.is-list .buttonCon {
  display: none;
}
.portfolioGrid.is-list .contentCon {
  grid-column: 1;
  padding: 0;
  transition: transform 0.25s ease;
}
.portfolioGrid.is-list .contentCon h4 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 12px 12px 0;
  vertical-align: middle;
}
.portfolioGrid.is-list .contentCon h4::after {
  border: 1px solid rgba(137, 222, 171, 0.55);
  border-radius: 8px;
  color: #89DEAB;
  content: "Top holdings";
  font-family: Neuro;
  font-size: 0.45em;
  line-height: 1;
  padding: 5px 10px;
  text-transform: uppercase;
}
.portfolioGrid.is-list .contentCon .white65 {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  max-width: 760px;
}
.portfolioGrid.is-list .notch-card-label {
  display: none;
}
.portfolioGrid.is-list .detailsCon {
  display: none;
}
.portfolioGrid.is-list .portfolioListValues {
  display: contents;
}
.portfolioGrid.is-list .portfolioListValues span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  transition: transform 0.25s ease;
  white-space: normal;
}
.portfolioGrid.is-list .portfolioListValues span:nth-child(1) {
  grid-column: 2;
}
.portfolioGrid.is-list .portfolioListValues span:nth-child(2) {
  grid-column: 3;
}
.portfolioGrid.is-list .portfolioListValues span:nth-child(3) {
  grid-column: 4;
}
.portfolioGrid.is-list .portfolioListValues span:nth-child(4) {
  grid-column: 5;
}

.notch-card-label {
  background: #FFBA4A;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 10px;
  left: 30px;
  top: 30px;
  line-height: 1;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.portfolioMoreCon {
  margin-top: 48px;
  text-align: center;
}
.portfolioMoreCon .button {
  margin-right: 0;
}

.portfolioCtas {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 40px 0 90px;
}

.portfolioInfoCard {
  background: rgba(14, 20, 32, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  height: 100%;
  min-height: 300px;
  padding: clamp(32px, 4vw, 56px);
}
.portfolioInfoCard .iconCon {
  margin-bottom: 42px;
}
.portfolioInfoCard h4 {
  margin-bottom: 12px;
}
.portfolioInfoCard p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 520px;
}

.portfolioInfoLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 34px;
}

@media (max-width: 991.98px) {
  .portfolioToolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .portfolioStats {
    flex-wrap: wrap;
    width: 100%;
  }
  .portfolioStat {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    flex: 1 1 25%;
    min-width: 120px;
  }
  .portfolioGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .portfolioFilterBar {
    flex-direction: column;
  }
  .portfolioFilters {
    flex-direction: column;
  }
  .portfolioFilters .portfolioFilterToggle {
    justify-content: space-between;
    min-height: 54px;
    width: 100%;
  }
  .portfolioFilterDropdown {
    border-right: 0;
  }
  .portfolioFilterDropdown:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .portfolioFilterDropdown:not(:last-child)::after {
    content: none;
  }
  .portfolioFilterMenu {
    display: none;
    min-width: 100%;
    padding: 18px 28px 22px;
    position: static;
    transform: none;
  }
  .portfolioFilterDropdown.is-open .portfolioFilterMenu {
    display: grid;
  }
  .portfolioViewToggle {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    justify-content: flex-end;
  }
  .portfolioGrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .portfolioTabs {
    gap: 26px;
  }
  .portfolioStat {
    flex-basis: 50%;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.shareDataPage {
  overflow: hidden;
}

.shareDataPage + .siteFooter {
  margin-top: 0;
}

.shareDataHero {
  padding-bottom: 95px;
}
.shareDataHero::before {
  background: radial-gradient(circle at 82% 24%, rgba(112, 208, 217, 0.26), transparent 22%), linear-gradient(0deg, #020714 8%, rgba(2, 7, 20, 0.86) 42%, rgba(2, 7, 20, 0.3) 100%);
}
.shareDataHero .headerVideoCon {
  opacity: 0.9;
}

.shareDataMetricGrid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 80px;
}

.shareDataMetric {
  backdrop-filter: blur(14px);
  background: rgba(14, 20, 32, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  min-height: 188px;
  padding: 28px;
}
.shareDataMetric h3 {
  line-height: 1;
  margin: 24px 0 8px;
}
.shareDataMetric p {
  color: rgba(255, 255, 255, 0.58);
  margin: 24px 0 0;
}

.shareDataMetric__label {
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  display: inline-flex;
  gap: 10px;
  text-transform: uppercase;
}
.shareDataMetric__label::before {
  background: #89DEAB;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.shareDataMetric__label--yellow::before {
  background: #FFBA4A;
}

.shareDataMetric__label--blue::before {
  background: #70D0D9;
}

.shareDataMetric__pill {
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
}
.shareDataMetric__pill.positive {
  background: rgba(137, 222, 171, 0.2);
  color: #89DEAB;
}
.shareDataMetric__pill.negative {
  background: rgba(255, 186, 74, 0.16);
  color: #FFBA4A;
}
.shareDataMetric__pill.neutral {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
}

.shareChartPanel {
  backdrop-filter: blur(16px);
  background: rgba(14, 20, 32, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px 0 10px 10px;
  margin-top: 48px;
  padding: 40px;
  position: relative;
}
.shareChartPanel .notch-card__tab {
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -39px;
  width: 260px;
}
.shareChartPanel .notch-card__tab::before, .shareChartPanel .notch-card__tab::after {
  content: "";
  inset: 0;
  position: absolute;
}
.shareChartPanel .notch-card__tab::before {
  background: rgba(255, 255, 255, 0.18);
  clip-path: polygon(0 100%, 34% 100%, 58% 0, 100% 0, 100% 100%, 0 100%);
}
.shareChartPanel .notch-card__tab::after {
  background: #0E1420;
  clip-path: polygon(2px 100%, 34% 100%, 58% 3px, calc(100% - 1px) 3px, calc(100% - 1px) 100%, 2px 100%);
}

.shareChartPanel__header {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}
.shareChartPanel__header h4 {
  margin-bottom: 12px;
}

.shareChartLegend {
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.shareChartLegend__line {
  background: #70D0D9;
  display: inline-block;
  height: 3px;
  margin-right: 8px;
  vertical-align: middle;
  width: 22px;
}

.shareChartLegend__line--dashed {
  background: repeating-linear-gradient(90deg, #FFBA4A 0 5px, transparent 5px 9px);
}

.shareChartRange {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}
.shareChartRange button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  min-width: 58px;
  padding: 12px 14px;
}
.shareChartRange button::before, .shareChartRange button::after {
  content: none;
}
.shareChartRange button:hover, .shareChartRange button:focus, .shareChartRange button.active {
  background: #FFFFFF;
  color: #020714;
  padding: 12px 14px;
}

.shareChart {
  overflow-x: auto;
}
.shareChart svg {
  display: block;
  min-width: 720px;
  width: 100%;
}

.shareChart__grid line {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1;
}

.shareChart__axis text {
  fill: rgba(255, 255, 255, 0.55);
  font-family: Neuro;
  font-size: 12px;
}

.shareChart__nav,
.shareChart__price {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.shareChart__nav {
  stroke: #FFBA4A;
  stroke-dasharray: 4 5;
  stroke-width: 2;
}

.shareChart__price {
  stroke-width: 3;
}

.shareChartPanel__source {
  color: rgba(255, 255, 255, 0.52);
  margin: 26px 0 0;
  text-align: right;
}

.fundDetailsCon {
  padding: 95px 0 120px;
}
.fundDetailsCon h2 {
  margin-bottom: 48px;
}

.shareDataSubheading {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  gap: 12px;
  margin-bottom: 18px;
}
.shareDataSubheading::before {
  background: #70D0D9;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.fundDetailsPanel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 28px;
  position: relative;
}

.fundDetailItem {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 76px;
  padding: 10px 40px;
  position: relative;
  z-index: 1;
}
.fundDetailItem:nth-child(4), .fundDetailItem:nth-child(7) {
  border-right: 0;
}
.fundDetailItem span {
  color: rgba(255, 255, 255, 0.48);
  display: block;
  text-transform: uppercase;
}
.fundDetailItem strong {
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-weight: 400;
  gap: 6px;
  margin-top: 8px;
}

.shareDataPlatforms {
  padding: 0 0 120px;
}
.shareDataPlatforms p {
  color: rgba(255, 255, 255, 0.68);
  margin-top: 20px;
  max-width: 620px;
}
.shareDataPlatforms .platformsCon {
  margin-top: 58px;
}

.fundDataLinksCon {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 72px 0 80px;
}
.fundDataLinksCon h4 {
  margin-bottom: 28px;
  text-transform: uppercase;
}

.fundDataLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.fundDataLinks a {
  color: rgba(255, 255, 255, 0.68);
  padding: 0 26px 0 0;
}
.fundDataLinks a:not(:first-child) {
  padding-left: 26px;
}
.fundDataLinks a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 991.98px) {
  .shareDataMetricGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shareChartPanel__header {
    flex-direction: column;
  }
  .fundDetailsPanel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fundDetailItem:nth-child(4), .fundDetailItem:nth-child(7) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }
  .fundDetailItem:nth-child(3), .fundDetailItem:nth-child(5), .fundDetailItem:nth-child(7) {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  .shareDataMetricGrid,
  .fundDetailsPanel {
    grid-template-columns: 1fr;
  }
  .shareDataMetric,
  .shareChartPanel,
  .fundDetailsPanel {
    padding: 24px;
  }
  .fundDetailItem {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 18px 0;
  }
  .fundDetailItem:last-child {
    border-bottom: 0;
  }
  .shareChartRange {
    width: 100%;
  }
  .shareChartRange button {
    flex: 1;
    min-width: 0;
  }
}
.impactCon {
  margin-top: 150px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 60px;
}
.impactCon .impactOverview {
  padding-right: 60px;
}
@media (min-width: 992px) {
  .impactCon .impactOverview {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.impactCon .sdgCon {
  padding-left: 60px;
}
.impactCon .sdgCon .sdg {
  padding-top: 30px;
}
.impactCon .sdgCon .sdg img {
  width: 100%;
  height: auto;
}

.InsightsFilterCon {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.InsightsFilterCon .filter span {
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  margin-right: 5px;
  text-transform: uppercase;
}
.InsightsFilterCon .filter span.filterTitle {
  border-color: transparent;
  padding: 7px 0;
}
.InsightsFilterCon .search {
  position: relative;
}
.InsightsFilterCon .search::before {
  color: rgba(255, 255, 255, 0.72);
  content: "\ea52";
  font-family: "coolicons";
  font-size: 14px;
  left: 18px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.InsightsFilterCon .search input {
  padding: 7px 15px 7px 36px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  margin-left: 5px;
  width: 150px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  position: relative;
}
.InsightsFilterCon .search input::-moz-placeholder {
  color: #FFFFFF;
}
.InsightsFilterCon .search input::placeholder {
  color: #FFFFFF;
}
.InsightsFilterCon .search input:focus {
  width: 200px;
  background: rgba(255, 255, 255, 0.25);
}

.insightSectionDivide {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 60px;
  padding-bottom: 20px;
}
.insightSectionDivide .insightTitleLink {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.splitFeedCon .row:last-child,
.podcastFeedCon .row:last-child {
  align-items: stretch;
}
.splitFeedCon .splitFeedIntroCard,
.splitFeedCon .podcastIntroCard,
.podcastFeedCon .splitFeedIntroCard,
.podcastFeedCon .podcastIntroCard {
  background: radial-gradient(90% 70% at 84% 4%, rgba(137, 222, 171, 0.52), rgba(112, 208, 217, 0.15) 28%, rgba(2, 7, 20, 0) 62%), radial-gradient(70% 50% at 82% 100%, rgba(112, 208, 217, 0.3), rgba(2, 7, 20, 0) 68%), rgba(14, 20, 32, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 470px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 55px);
  position: relative;
}
.splitFeedCon .splitFeedIntroCard > :not(.activeCorners),
.splitFeedCon .podcastIntroCard > :not(.activeCorners),
.podcastFeedCon .splitFeedIntroCard > :not(.activeCorners),
.podcastFeedCon .podcastIntroCard > :not(.activeCorners) {
  position: relative;
  z-index: 1;
}
.splitFeedCon .splitFeedIntroCard .iconCon .circleIcon,
.splitFeedCon .podcastIntroCard .iconCon .circleIcon,
.podcastFeedCon .splitFeedIntroCard .iconCon .circleIcon,
.podcastFeedCon .podcastIntroCard .iconCon .circleIcon {
  margin-right: 0;
}
.splitFeedCon .splitFeedIntroCard h4,
.splitFeedCon .podcastIntroCard h4,
.podcastFeedCon .splitFeedIntroCard h4,
.podcastFeedCon .podcastIntroCard h4 {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 16px;
}
.splitFeedCon .splitFeedIntroCard p,
.splitFeedCon .podcastIntroCard p,
.podcastFeedCon .splitFeedIntroCard p,
.podcastFeedCon .podcastIntroCard p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 520px;
}
.splitFeedCon .splitFeedIntroCard__content,
.splitFeedCon .podcastIntroCard__content,
.podcastFeedCon .splitFeedIntroCard__content,
.podcastFeedCon .podcastIntroCard__content {
  margin: auto 0;
  padding: 45px 0;
}
.splitFeedCon .splitFeedIntroCard__footer,
.splitFeedCon .podcastIntroCard__footer,
.podcastFeedCon .splitFeedIntroCard__footer,
.podcastFeedCon .podcastIntroCard__footer {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.splitFeedCon .splitFeedIntroCard__footer > a,
.splitFeedCon .podcastIntroCard__footer > a,
.podcastFeedCon .splitFeedIntroCard__footer > a,
.podcastFeedCon .podcastIntroCard__footer > a {
  align-items: center;
  color: #89DEAB;
  display: inline-flex;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.splitFeedCon .splitFeedIntroCard__footer > a i,
.splitFeedCon .podcastIntroCard__footer > a i,
.podcastFeedCon .splitFeedIntroCard__footer > a i,
.podcastFeedCon .podcastIntroCard__footer > a i {
  display: inline-flex;
  font-size: 0.8em;
  line-height: 1;
}
.splitFeedCon .splitFeedIntroCard__platforms,
.splitFeedCon .podcastIntroCard__platforms,
.podcastFeedCon .splitFeedIntroCard__platforms,
.podcastFeedCon .podcastIntroCard__platforms {
  display: flex;
  gap: 16px;
}
.splitFeedCon .splitFeedIntroCard__platforms a,
.splitFeedCon .podcastIntroCard__platforms a,
.podcastFeedCon .splitFeedIntroCard__platforms a,
.podcastFeedCon .podcastIntroCard__platforms a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}
.splitFeedCon .splitFeedIntroCard__platforms a::before, .splitFeedCon .splitFeedIntroCard__platforms a::after,
.splitFeedCon .podcastIntroCard__platforms a::before,
.splitFeedCon .podcastIntroCard__platforms a::after,
.podcastFeedCon .splitFeedIntroCard__platforms a::before,
.podcastFeedCon .splitFeedIntroCard__platforms a::after,
.podcastFeedCon .podcastIntroCard__platforms a::before,
.podcastFeedCon .podcastIntroCard__platforms a::after {
  content: none;
}
.splitFeedCon .splitFeedIntroCard__platforms a:hover,
.splitFeedCon .podcastIntroCard__platforms a:hover,
.podcastFeedCon .splitFeedIntroCard__platforms a:hover,
.podcastFeedCon .podcastIntroCard__platforms a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
}
.splitFeedCon .splitFeedIntroCard__platforms img,
.splitFeedCon .podcastIntroCard__platforms img,
.podcastFeedCon .splitFeedIntroCard__platforms img,
.podcastFeedCon .podcastIntroCard__platforms img {
  display: block;
  filter: brightness(0) invert(1);
  max-height: 18px;
  opacity: 0.75;
  -o-object-fit: contain;
     object-fit: contain;
  width: 18px;
}
.splitFeedCon .splitFeedList,
.splitFeedCon .podcastEpisodeList,
.podcastFeedCon .splitFeedList,
.podcastFeedCon .podcastEpisodeList {
  height: 100%;
}
.splitFeedCon .splitFeedList .splitFeedItem,
.splitFeedCon .splitFeedList .podcastEpisodeItem,
.splitFeedCon .podcastEpisodeList .splitFeedItem,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem,
.podcastFeedCon .splitFeedList .splitFeedItem,
.podcastFeedCon .splitFeedList .podcastEpisodeItem,
.podcastFeedCon .podcastEpisodeList .splitFeedItem,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem {
  gap: 24px;
  grid-template-columns: minmax(120px, 22%) minmax(0, 1fr);
  padding: 32px 0;
}
.splitFeedCon .splitFeedList .splitFeedItem:first-child,
.splitFeedCon .splitFeedList .podcastEpisodeItem:first-child,
.splitFeedCon .podcastEpisodeList .splitFeedItem:first-child,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem:first-child,
.podcastFeedCon .splitFeedList .splitFeedItem:first-child,
.podcastFeedCon .splitFeedList .podcastEpisodeItem:first-child,
.podcastFeedCon .podcastEpisodeList .splitFeedItem:first-child,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem:first-child {
  padding-top: 0;
}
.splitFeedCon .splitFeedList .splitFeedItem:last-child,
.splitFeedCon .splitFeedList .podcastEpisodeItem:last-child,
.splitFeedCon .podcastEpisodeList .splitFeedItem:last-child,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem:last-child,
.podcastFeedCon .splitFeedList .splitFeedItem:last-child,
.podcastFeedCon .splitFeedList .podcastEpisodeItem:last-child,
.podcastFeedCon .podcastEpisodeList .splitFeedItem:last-child,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem:last-child {
  padding-bottom: 0;
}
.splitFeedCon .splitFeedList .splitFeedItem:last-child .activeCorners .bottom::before, .splitFeedCon .splitFeedList .splitFeedItem:last-child .activeCorners .bottom::after,
.splitFeedCon .splitFeedList .podcastEpisodeItem:last-child .activeCorners .bottom::before,
.splitFeedCon .splitFeedList .podcastEpisodeItem:last-child .activeCorners .bottom::after,
.splitFeedCon .podcastEpisodeList .splitFeedItem:last-child .activeCorners .bottom::before,
.splitFeedCon .podcastEpisodeList .splitFeedItem:last-child .activeCorners .bottom::after,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem:last-child .activeCorners .bottom::before,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem:last-child .activeCorners .bottom::after,
.podcastFeedCon .splitFeedList .splitFeedItem:last-child .activeCorners .bottom::before,
.podcastFeedCon .splitFeedList .splitFeedItem:last-child .activeCorners .bottom::after,
.podcastFeedCon .splitFeedList .podcastEpisodeItem:last-child .activeCorners .bottom::before,
.podcastFeedCon .splitFeedList .podcastEpisodeItem:last-child .activeCorners .bottom::after,
.podcastFeedCon .podcastEpisodeList .splitFeedItem:last-child .activeCorners .bottom::before,
.podcastFeedCon .podcastEpisodeList .splitFeedItem:last-child .activeCorners .bottom::after,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem:last-child .activeCorners .bottom::before,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem:last-child .activeCorners .bottom::after {
  bottom: 0;
}
.splitFeedCon .splitFeedList .splitFeedItem .contentListItem__image,
.splitFeedCon .splitFeedList .podcastEpisodeItem .contentListItem__image,
.splitFeedCon .podcastEpisodeList .splitFeedItem .contentListItem__image,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem .contentListItem__image,
.podcastFeedCon .splitFeedList .splitFeedItem .contentListItem__image,
.podcastFeedCon .splitFeedList .podcastEpisodeItem .contentListItem__image,
.podcastFeedCon .podcastEpisodeList .splitFeedItem .contentListItem__image,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem .contentListItem__image {
  aspect-ratio: 1/1;
  border-radius: 10px;
  max-height: none;
}
.splitFeedCon .splitFeedList .splitFeedItem .contentListItem__content,
.splitFeedCon .splitFeedList .podcastEpisodeItem .contentListItem__content,
.splitFeedCon .podcastEpisodeList .splitFeedItem .contentListItem__content,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem .contentListItem__content,
.podcastFeedCon .splitFeedList .splitFeedItem .contentListItem__content,
.podcastFeedCon .splitFeedList .podcastEpisodeItem .contentListItem__content,
.podcastFeedCon .podcastEpisodeList .splitFeedItem .contentListItem__content,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem .contentListItem__content {
  align-self: center;
}
.splitFeedCon .splitFeedList .splitFeedItem h4,
.splitFeedCon .splitFeedList .podcastEpisodeItem h4,
.splitFeedCon .podcastEpisodeList .splitFeedItem h4,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem h4,
.podcastFeedCon .splitFeedList .splitFeedItem h4,
.podcastFeedCon .splitFeedList .podcastEpisodeItem h4,
.podcastFeedCon .podcastEpisodeList .splitFeedItem h4,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem h4 {
  margin-bottom: 8px;
}
.splitFeedCon .splitFeedList .splitFeedItem p,
.splitFeedCon .splitFeedList .podcastEpisodeItem p,
.splitFeedCon .podcastEpisodeList .splitFeedItem p,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem p,
.podcastFeedCon .splitFeedList .splitFeedItem p,
.podcastFeedCon .splitFeedList .podcastEpisodeItem p,
.podcastFeedCon .podcastEpisodeList .splitFeedItem p,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem p {
  color: #89DEAB;
  margin: 0;
}
.splitFeedCon .splitFeedList .splitFeedItem:hover .contentListItem__image,
.splitFeedCon .splitFeedList .podcastEpisodeItem:hover .contentListItem__image,
.splitFeedCon .podcastEpisodeList .splitFeedItem:hover .contentListItem__image,
.splitFeedCon .podcastEpisodeList .podcastEpisodeItem:hover .contentListItem__image,
.podcastFeedCon .splitFeedList .splitFeedItem:hover .contentListItem__image,
.podcastFeedCon .splitFeedList .podcastEpisodeItem:hover .contentListItem__image,
.podcastFeedCon .podcastEpisodeList .splitFeedItem:hover .contentListItem__image,
.podcastFeedCon .podcastEpisodeList .podcastEpisodeItem:hover .contentListItem__image {
  border-radius: 6px;
  transform: scale(0.96);
}

@media (max-width: 991.98px) {
  .splitFeedCon .splitFeedIntroCard,
  .splitFeedCon .podcastIntroCard,
  .podcastFeedCon .splitFeedIntroCard,
  .podcastFeedCon .podcastIntroCard {
    min-height: 380px;
  }
  .splitFeedCon .splitFeedList,
  .splitFeedCon .podcastEpisodeList,
  .podcastFeedCon .splitFeedList,
  .podcastFeedCon .podcastEpisodeList {
    margin-top: 48px;
  }
}
@media (max-width: 575.98px) {
  .splitFeedCon .splitFeedIntroCard__footer,
  .splitFeedCon .podcastIntroCard__footer,
  .podcastFeedCon .splitFeedIntroCard__footer,
  .podcastFeedCon .podcastIntroCard__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .splitFeedCon .splitFeedList .splitFeedItem,
  .splitFeedCon .splitFeedList .podcastEpisodeItem,
  .splitFeedCon .podcastEpisodeList .splitFeedItem,
  .splitFeedCon .podcastEpisodeList .podcastEpisodeItem,
  .podcastFeedCon .splitFeedList .splitFeedItem,
  .podcastFeedCon .splitFeedList .podcastEpisodeItem,
  .podcastFeedCon .podcastEpisodeList .splitFeedItem,
  .podcastFeedCon .podcastEpisodeList .podcastEpisodeItem {
    grid-template-columns: minmax(92px, 30%) minmax(0, 1fr);
  }
}
.row:has(> [class*=col-] > .info-card-content) {
  align-items: stretch;
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  margin-top: clamp(36px, 5vw, 70px);
}
.row:has(> [class*=col-] > .info-card-content) > [class*=col-] {
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  transition: flex-basis 0.45s ease, flex-grow 0.45s ease;
  width: auto;
}
.row:has(> [class*=col-] > .info-card-content) > [class*=col-]:has(> .info-card-content[open]),
.row:has(> [class*=col-] > .info-card-content) > [class*=col-]:has(> .info-card-content.is-closing) {
  flex: 2.35 1 0;
}

.info-card-content {
  background: rgba(2, 7, 20, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  height: clamp(400px, 36vw, 400px);
  min-width: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: flex-basis 0.45s ease, flex-grow 0.45s ease, border-color 0.3s ease;
  width: 100%;
}
.info-card-content[open] {
  border-color: #89DEAB;
}
.info-card-content[open] summary .info-card-title {
  transform: translateY(-10px);
  transition-delay: 0.45s;
}
.info-card-content[open] summary .info-card-media {
  opacity: 0.72;
}
.info-card-content[open] summary .info-card-media img {
  height: clamp(190px, 16vw, 260px);
  transition-delay: 0.45s;
}
.info-card-content[open] .info-card-main-text {
  height: auto;
  max-height: 220px;
  opacity: 1;
  padding: 0 20px 30px;
  transform: translateY(0);
  transition-delay: 0.85s;
  visibility: visible;
}
.info-card-content[open] i {
  transform: rotate(45deg);
}
.info-card-content[open]::after {
  border-color: rgba(137, 222, 171, 0.8);
}
.info-card-content[open].is-closing {
  border-color: #89DEAB;
}
.info-card-content[open].is-closing summary .info-card-title {
  transform: translateY(0);
  transition-delay: 0s;
}
.info-card-content[open].is-closing summary .info-card-media img {
  height: clamp(340px, 30vw, 460px);
  transition-delay: 0s;
}
.info-card-content[open].is-closing .info-card-main-text {
  height: 0;
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  transform: translateY(24px);
  transition-delay: 0s;
  visibility: hidden;
}
.info-card-content[open].is-closing i {
  transform: rotate(0deg);
}
.info-card-content::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0 0 0 7px;
  bottom: 16px;
  content: "";
  height: 20px;
  left: 16px;
  position: absolute;
  width: 20px;
}
.info-card-content summary {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style: none;
  min-height: 0;
}
.info-card-content summary::-webkit-details-marker {
  display: none;
}
.info-card-content summary span,
.info-card-content summary div {
  display: block;
  max-width: 100%;
  min-width: 0;
}
.info-card-content summary .info-card-title {
  color: #FFFFFF;
  flex: 0 0 auto;
  font-family: Osiris, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding: 20px;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
.info-card-content summary .info-card-media {
  border-radius: 10px;
  grid-column: 1/-1;
  margin-bottom: 20px;
  opacity: 0.34;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
.info-card-content summary .info-card-media img {
  aspect-ratio: 1/1.15;
  display: block;
  height: clamp(340px, 30vw, 460px);
  -o-object-fit: cover;
     object-fit: cover;
  transition: height 0.4s ease;
  transition-delay: 0s;
  width: 100%;
}
.info-card-content summary i {
  align-self: flex-end;
  color: #89DEAB;
  flex: 0 0 auto;
  margin-top: auto;
  transition: transform 0.25s ease;
}

.info-card-main-text {
  color: rgba(255, 255, 255, 0.65);
  display: -webkit-box;
  font-family: Neuro, sans-serif;
  font-size: 16px;
  height: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  margin: 0;
  max-height: 0;
  max-width: 780px;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: none;
  transform: translateY(24px);
  transition: max-height 0.25s ease, opacity 0.25s ease, padding 0.25s ease, transform 0.25s ease;
  transition-delay: 0s;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .row:has(> [class*=col-] > .info-card-content) {
    flex-direction: column;
    min-height: 0;
  }
  .row:has(> [class*=col-] > .info-card-content) > [class*=col-],
  .row:has(> [class*=col-] > .info-card-content) > [class*=col-]:has(> .info-card-content[open]),
  .row:has(> [class*=col-] > .info-card-content) > [class*=col-]:has(> .info-card-content.is-closing) {
    flex: 0 0 auto;
  }
  .info-card-content, .info-card-content[open] {
    flex: 0 0 auto;
  }
  .info-card-media img {
    height: 240px;
  }
}
.feature-card {
  padding: 10px;
  width: 100%;
}
.feature-card:hover .feature-card-inner {
  border-color: rgba(255, 255, 255, 0.2);
}
.feature-card:hover .feature-card-inner::before {
  opacity: 1;
}

.feature-card-inner {
  background: #020714;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 360px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
}
.feature-card-inner::before {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/seraphim-master/assets/img/card-background-manager-v2.jpg) no-repeat center right;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-in-out;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}
.feature-card-inner:hover::before {
  opacity: 0.75;
}
.feature-card-inner .feature-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.feature-card-inner .feature-card-content a {
  width: auto;
}
.feature-card-inner .feature-card-content a::before {
  left: calc(var(--bs-gutter-x) * 0.5);
}

.feature-card-title {
  margin-bottom: 16px;
  font-size: 1.5em;
}

.feature-card-text {
  color: #A6A7AB;
  overflow-y: auto;
}
.feature-card-text::-webkit-scrollbar {
  width: 4px;
}
.feature-card-text::-webkit-scrollbar-track {
  background: transparent;
}
.feature-card-text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

@media (min-width: 992px) {
  .col-lg-6 .feature-card {
    margin-bottom: 0;
  }
}
.updates-card {
  align-items: center;
  background-color: #020714;
  background-image: var(--updates-card-background);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 30px;
  min-height: 400px;
  overflow: hidden;
  padding: 60px;
  position: relative;
  width: 100%;
}

.updates-card-overlay {
  background: linear-gradient(90deg, rgba(2, 7, 20, 0.9) 0%, rgba(2, 7, 20, 0.4) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.updates-card-content {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.updates-card-title {
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.updates-card-text {
  color: #A6A7AB;
  margin-bottom: 40px;
}

.updates-card-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-flex;
  padding: 12px 28px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.updates-card-btn::before {
  background: linear-gradient(to right, #70D0D9, #FFBA4A);
  border-radius: 50px;
  bottom: -1px;
  content: "";
  left: -1px;
  opacity: 0.8;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: -1;
}
.updates-card-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
.updates-card-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-arrow {
  font-size: 14px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .updates-card {
    padding: 40px 30px;
  }
  .updates-card-title {
    font-size: 26px;
  }
  .updates-card-text {
    font-size: 16px;
  }
}
@font-face {
  font-family: "coolicons";
  src: url("../fonts/coolicons.ttf?44fbbv") format("truetype"), url("../fonts/coolicons.woff?44fbbv") format("woff"), url("../fonts/coolicons.svg?44fbbv#coolicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "coolicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ci-Add_Column:before {
  content: "\e900";
}

.ci-Add_Minus_Square:before {
  content: "\e901";
}

.ci-Add_Plus_Circle:before {
  content: "\e902";
}

.ci-Add_Plus_Square:before {
  content: "\e903";
}

.ci-Add_Plus:before {
  content: "\e904";
}

.ci-Add_Row:before {
  content: "\e905";
}

.ci-Add_To_Queue:before {
  content: "\e906";
}

.ci-Airplay:before {
  content: "\e907";
}

.ci-Alarm:before {
  content: "\e908";
}

.ci-Archive:before {
  content: "\e909";
}

.ci-Arrow_Circle_Down_Left:before {
  content: "\e90a";
}

.ci-Arrow_Circle_Down_Right:before {
  content: "\e90b";
}

.ci-Arrow_Circle_Down:before {
  content: "\e90c";
}

.ci-Arrow_Circle_Left:before {
  content: "\e90d";
}

.ci-Arrow_Circle_Right:before {
  content: "\e90e";
}

.ci-Arrow_Circle_Up_Left:before {
  content: "\e90f";
}

.ci-Arrow_Circle_Up_Right:before {
  content: "\e910";
}

.ci-Arrow_Circle_Up:before {
  content: "\e911";
}

.ci-Arrow_Down_Left_LG:before {
  content: "\e912";
}

.ci-Arrow_Down_Left_MD:before {
  content: "\e913";
}

.ci-Arrow_Down_Left_SM:before {
  content: "\e914";
}

.ci-Arrow_Down_LG:before {
  content: "\e915";
}

.ci-Arrow_Down_MD:before {
  content: "\e916";
}

.ci-Arrow_Down_Right_LG:before {
  content: "\e917";
}

.ci-Arrow_Down_Right_MD:before {
  content: "\e918";
}

.ci-Arrow_Down_Right_SM:before {
  content: "\e919";
}

.ci-Arrow_Down_SM:before {
  content: "\e91a";
}

.ci-Arrow_Down_Up:before {
  content: "\e91b";
}

.ci-Arrow_Left_LG:before {
  content: "\e91c";
}

.ci-Arrow_Left_MD:before {
  content: "\e91d";
}

.ci-Arrow_Left_Right:before {
  content: "\e91e";
}

.ci-Arrow_Left_SM:before {
  content: "\e91f";
}

.ci-Arrow_Reload_02:before {
  content: "\e920";
}

.ci-Arrow_Right_LG:before {
  content: "\e921";
}

.ci-Arrow_Right_MD:before {
  content: "\e922";
}

.ci-Arrow_Right_SM:before {
  content: "\e923";
}

.ci-Arrow_Sub_Down_Left:before {
  content: "\e924";
}

.ci-Arrow_Sub_Down_Right:before {
  content: "\e925";
}

.ci-Arrow_Sub_Left_Down:before {
  content: "\e926";
}

.ci-Arrow_Sub_Left_Up:before {
  content: "\e927";
}

.ci-Arrow_Sub_Right_Down:before {
  content: "\e928";
}

.ci-Arrow_Sub_Right_Up:before {
  content: "\e929";
}

.ci-Arrow_Sub_Up_Left:before {
  content: "\e92a";
}

.ci-Arrow_Sub_Up_Right:before {
  content: "\e92b";
}

.ci-Arrow_Undo_Down_Left:before {
  content: "\e92c";
}

.ci-Arrow_Undo_Down_Right:before {
  content: "\e92d";
}

.ci-Arrow_Undo_Up_Left:before {
  content: "\e92e";
}

.ci-Arrow_Undo_Up_Right:before {
  content: "\e92f";
}

.ci-Arrow_Up_Left_LG:before {
  content: "\e930";
}

.ci-Arrow_Up_Left_MD:before {
  content: "\e931";
}

.ci-Arrow_Up_Left_SM:before {
  content: "\e932";
}

.ci-Arrow_Up_LG:before {
  content: "\e933";
}

.ci-Arrow_Up_MD:before {
  content: "\e934";
}

.ci-Arrow_Up_Right_LG:before {
  content: "\e935";
}

.ci-Arrow_Up_Right_MD:before {
  content: "\e936";
}

.ci-Arrow_Up_Right_SM:before {
  content: "\e937";
}

.ci-Arrow_Up_SM:before {
  content: "\e938";
}

.ci-Arrows_Reload_01:before {
  content: "\e939";
}

.ci-Bar_Bottom:before {
  content: "\e93a";
}

.ci-Bar_Left:before {
  content: "\e93b";
}

.ci-Bar_Right:before {
  content: "\e93c";
}

.ci-Bar_Top:before {
  content: "\e93d";
}

.ci-Bell_Add:before {
  content: "\e93e";
}

.ci-Bell_Close:before {
  content: "\e93f";
}

.ci-Bell_Notification:before {
  content: "\e940";
}

.ci-Bell_Off:before {
  content: "\e941";
}

.ci-Bell_Remove:before {
  content: "\e942";
}

.ci-Bell_Ring:before {
  content: "\e943";
}

.ci-Bell:before {
  content: "\e944";
}

.ci-Bold:before {
  content: "\e945";
}

.ci-Book_Open:before {
  content: "\e946";
}

.ci-Book:before {
  content: "\e947";
}

.ci-Bookmark:before {
  content: "\e948";
}

.ci-Building_01:before {
  content: "\e949";
}

.ci-Building_02:before {
  content: "\e94a";
}

.ci-Building_03:before {
  content: "\e94b";
}

.ci-Building_04:before {
  content: "\e94c";
}

.ci-Bulb:before {
  content: "\e94d";
}

.ci-Calendar_Add:before {
  content: "\e94e";
}

.ci-Calendar_Check:before {
  content: "\e94f";
}

.ci-Calendar_Close:before {
  content: "\e950";
}

.ci-Calendar_Days:before {
  content: "\e951";
}

.ci-Calendar_Event:before {
  content: "\e952";
}

.ci-Calendar_Remove:before {
  content: "\e953";
}

.ci-Calendar_Week:before {
  content: "\e954";
}

.ci-Calendar:before {
  content: "\e955";
}

.ci-Camera:before {
  content: "\e956";
}

.ci-Car_Auto:before {
  content: "\e957";
}

.ci-Caret_Circle_Down:before {
  content: "\e958";
}

.ci-Caret_Circle_Left:before {
  content: "\e959";
}

.ci-Caret_Circle_Right:before {
  content: "\e95a";
}

.ci-Caret_Circle_Up:before {
  content: "\e95b";
}

.ci-Caret_Down_MD:before {
  content: "\e95c";
}

.ci-Caret_Down_SM:before {
  content: "\e95d";
}

.ci-Caret_Left_SM:before {
  content: "\e95e";
}

.ci-Caret_Right_SM:before {
  content: "\e95f";
}

.ci-Caret_Up_MD:before {
  content: "\e960";
}

.ci-Caret_Up_SM:before {
  content: "\e961";
}

.ci-Chart_Bar_Horizontal_01:before {
  content: "\e962";
}

.ci-Chart_Bar_Vertical_01:before {
  content: "\e963";
}

.ci-Chart_Line:before {
  content: "\e964";
}

.ci-Chart_Pie:before {
  content: "\e965";
}

.ci-Chat_Add:before {
  content: "\e966";
}

.ci-Chat_Check:before {
  content: "\e967";
}

.ci-Chat_Circle_Add:before {
  content: "\e968";
}

.ci-Chat_Circle_Check:before {
  content: "\e969";
}

.ci-Chat_Circle_Close:before {
  content: "\e96a";
}

.ci-Chat_Circle_Dots:before {
  content: "\e96b";
}

.ci-Chat_Circle_Remove:before {
  content: "\e96c";
}

.ci-Chat_Circle:before {
  content: "\e96d";
}

.ci-Chat_Close:before {
  content: "\e96e";
}

.ci-Chat_Conversation_Circle:before {
  content: "\e96f";
}

.ci-Chat_Conversation:before {
  content: "\e970";
}

.ci-Chat_Dots:before {
  content: "\e971";
}

.ci-Chat_Remove:before {
  content: "\e972";
}

.ci-Chat:before {
  content: "\e973";
}

.ci-Check_All_Big:before {
  content: "\e974";
}

.ci-Check_All:before {
  content: "\e975";
}

.ci-Check_Big:before {
  content: "\e976";
}

.ci-Check:before {
  content: "\e977";
}

.ci-Checkbox_Check:before {
  content: "\e978";
}

.ci-Checkbox_Fill:before {
  content: "\e979";
}

.ci-Checkbox_Unchecked:before {
  content: "\e97a";
}

.ci-Chevron_Down_Duo:before {
  content: "\e97b";
}

.ci-Chevron_Down:before {
  content: "\e97c";
}

.ci-Chevron_Left_Duo:before {
  content: "\e97d";
}

.ci-Chevron_Left_MD:before {
  content: "\e97e";
}

.ci-Chevron_Left:before {
  content: "\e97f";
}

.ci-Chevron_Right_Duo:before {
  content: "\e980";
}

.ci-Chevron_Right_MD:before {
  content: "\e981";
}

.ci-Chevron_Right:before {
  content: "\e982";
}

.ci-Chevron_Up_Duo:before {
  content: "\e983";
}

.ci-Chevron_Up:before {
  content: "\e984";
}

.ci-Chromecast:before {
  content: "\e985";
}

.ci-Circle_Check:before {
  content: "\e986";
}

.ci-Circle_Help:before {
  content: "\e987";
}

.ci-Circle_Warning:before {
  content: "\e988";
}

.ci-Circle:before {
  content: "\e989";
}

.ci-Clock:before {
  content: "\e98a";
}

.ci-Close_Circle:before {
  content: "\e98b";
}

.ci-Close_LG:before {
  content: "\e98c";
}

.ci-Close_MD:before {
  content: "\e98d";
}

.ci-Close_SM:before {
  content: "\e98e";
}

.ci-Close_Square:before {
  content: "\e98f";
}

.ci-Cloud_Add:before {
  content: "\e990";
}

.ci-Cloud_Check:before {
  content: "\e991";
}

.ci-Cloud_Close:before {
  content: "\e992";
}

.ci-Cloud_Download:before {
  content: "\e993";
}

.ci-Cloud_Off:before {
  content: "\e994";
}

.ci-Cloud_Remove:before {
  content: "\e995";
}

.ci-Cloud_Upload:before {
  content: "\e996";
}

.ci-Cloud:before {
  content: "\e997";
}

.ci-Code:before {
  content: "\e998";
}

.ci-Coffe_To_Go:before {
  content: "\e999";
}

.ci-Coffee:before {
  content: "\e99a";
}

.ci-Columns:before {
  content: "\e99b";
}

.ci-Combine_Cells:before {
  content: "\e99c";
}

.ci-Command:before {
  content: "\e99d";
}

.ci-Compass:before {
  content: "\e99e";
}

.ci-Cookie:before {
  content: "\e99f";
}

.ci-Copy:before {
  content: "\e9a0";
}

.ci-Credit_Card_01:before {
  content: "\e9a1";
}

.ci-Credit_Card_02:before {
  content: "\e9a2";
}

.ci-Crop:before {
  content: "\e9a3";
}

.ci-Cupcake:before {
  content: "\e9a4";
}

.ci-Cylinder:before {
  content: "\e9a5";
}

.ci-Data:before {
  content: "\e9a6";
}

.ci-Delete_Column:before {
  content: "\e9a7";
}

.ci-Delete_Row:before {
  content: "\e9a8";
}

.ci-Desktop_Tower:before {
  content: "\e9a9";
}

.ci-Desktop:before {
  content: "\e9aa";
}

.ci-Devices:before {
  content: "\e9ab";
}

.ci-Double_Quotes_L:before {
  content: "\e9ac";
}

.ci-Double_Quotes_R:before {
  content: "\e9ad";
}

.ci-Download_Package:before {
  content: "\e9ae";
}

.ci-Download:before {
  content: "\e9af";
}

.ci-Drag_Horizontal:before {
  content: "\e9b0";
}

.ci-Drag_Vertical:before {
  content: "\e9b1";
}

.ci-Dummy_Circle_Small:before {
  content: "\e9b2";
}

.ci-Dummy_Circle:before {
  content: "\e9b3";
}

.ci-Dummy_Square_Small:before {
  content: "\e9b4";
}

.ci-Dummy_Square:before {
  content: "\e9b5";
}

.ci-Edit_Pencil_01:before {
  content: "\e9b6";
}

.ci-Edit_Pencil_02:before {
  content: "\e9b7";
}

.ci-Edit_Pencil_Line_01:before {
  content: "\e9b8";
}

.ci-Edit_Pencil_Line_02:before {
  content: "\e9b9";
}

.ci-Exit:before {
  content: "\e9ba";
}

.ci-Expand:before {
  content: "\e9bb";
}

.ci-External_Link:before {
  content: "\e9bc";
}

.ci-Figma:before {
  content: "\e9bd";
}

.ci-File_Add:before {
  content: "\e9be";
}

.ci-File_Blank:before {
  content: "\e9bf";
}

.ci-File_Check:before {
  content: "\e9c0";
}

.ci-File_Close:before {
  content: "\e9c1";
}

.ci-File_Code:before {
  content: "\e9c2";
}

.ci-File_Document:before {
  content: "\e9c3";
}

.ci-File_Download:before {
  content: "\e9c4";
}

.ci-File_Edit:before {
  content: "\e9c5";
}

.ci-File_Remove:before {
  content: "\e9c6";
}

.ci-File_Search:before {
  content: "\e9c7";
}

.ci-File_Upload:before {
  content: "\e9c8";
}

.ci-Files:before {
  content: "\e9c9";
}

.ci-Filter_Off:before {
  content: "\e9ca";
}

.ci-Filter:before {
  content: "\e9cb";
}

.ci-First_Aid:before {
  content: "\e9cc";
}

.ci-Flag:before {
  content: "\e9cd";
}

.ci-Folder_Add:before {
  content: "\e9ce";
}

.ci-Folder_Check:before {
  content: "\e9cf";
}

.ci-Folder_Close:before {
  content: "\e9d0";
}

.ci-Folder_Code:before {
  content: "\e9d1";
}

.ci-Folder_Document:before {
  content: "\e9d2";
}

.ci-Folder_Download:before {
  content: "\e9d3";
}

.ci-Folder_Edit:before {
  content: "\e9d4";
}

.ci-Folder_Open:before {
  content: "\e9d5";
}

.ci-Folder_Remove:before {
  content: "\e9d6";
}

.ci-Folder_Search:before {
  content: "\e9d7";
}

.ci-Folder_Upload:before {
  content: "\e9d8";
}

.ci-Folder:before {
  content: "\e9d9";
}

.ci-Folders:before {
  content: "\e9da";
}

.ci-Font:before {
  content: "\e9db";
}

.ci-Forward:before {
  content: "\e9dc";
}

.ci-Gift:before {
  content: "\e9dd";
}

.ci-Globe:before {
  content: "\e9de";
}

.ci-Hamburger_LG:before {
  content: "\e9df";
}

.ci-Hamburger_MD:before {
  content: "\e9e0";
}

.ci-Handbag:before {
  content: "\e9e1";
}

.ci-Heading_H1:before {
  content: "\e9e2";
}

.ci-Heading_H2:before {
  content: "\e9e3";
}

.ci-Heading_H3:before {
  content: "\e9e4";
}

.ci-Heading_H4:before {
  content: "\e9e5";
}

.ci-Heading_H5:before {
  content: "\e9e6";
}

.ci-Heading_H6:before {
  content: "\e9e7";
}

.ci-Heading:before {
  content: "\e9e8";
}

.ci-Headphones:before {
  content: "\e9e9";
}

.ci-Heart_01:before {
  content: "\e9ea";
}

.ci-Heart_02:before {
  content: "\e9eb";
}

.ci-Help:before {
  content: "\e9ec";
}

.ci-Hide:before {
  content: "\e9ed";
}

.ci-House_01:before {
  content: "\e9ee";
}

.ci-House_02:before {
  content: "\e9ef";
}

.ci-House_03:before {
  content: "\e9f0";
}

.ci-House_Add:before {
  content: "\e9f1";
}

.ci-House_Check:before {
  content: "\e9f2";
}

.ci-House_Close:before {
  content: "\e9f3";
}

.ci-House_Remove:before {
  content: "\e9f4";
}

.ci-Image_01:before {
  content: "\e9f5";
}

.ci-Image_02:before {
  content: "\e9f6";
}

.ci-Info:before {
  content: "\e9f7";
}

.ci-Instance:before {
  content: "\e9f8";
}

.ci-Italic:before {
  content: "\e9f9";
}

.ci-Keyboard:before {
  content: "\e9fa";
}

.ci-Label:before {
  content: "\e9fb";
}

.ci-Laptop:before {
  content: "\e9fc";
}

.ci-Layer:before {
  content: "\e9fd";
}

.ci-Layers:before {
  content: "\e9fe";
}

.ci-Leaf:before {
  content: "\e9ff";
}

.ci-Line_L:before {
  content: "\ea00";
}

.ci-Line_M:before {
  content: "\ea01";
}

.ci-Line_S:before {
  content: "\ea02";
}

.ci-Line_Xl:before {
  content: "\ea03";
}

.ci-Link_Break:before {
  content: "\ea04";
}

.ci-Link_Horizontal_Off:before {
  content: "\ea05";
}

.ci-Link_Horizontal:before {
  content: "\ea06";
}

.ci-Link_Vertical:before {
  content: "\ea07";
}

.ci-Link:before {
  content: "\ea08";
}

.ci-List_Add:before {
  content: "\ea09";
}

.ci-List_Check:before {
  content: "\ea0a";
}

.ci-List_Checklist:before {
  content: "\ea0b";
}

.ci-List_Ordered:before {
  content: "\ea0c";
}

.ci-List_Remove:before {
  content: "\ea0d";
}

.ci-List_Unordered:before {
  content: "\ea0e";
}

.ci-Loading:before {
  content: "\ea0f";
}

.ci-Lock_Open:before {
  content: "\ea10";
}

.ci-Lock:before {
  content: "\ea11";
}

.ci-Log_Out:before {
  content: "\ea12";
}

.ci-Magnifying_Glass_Minus:before {
  content: "\ea13";
}

.ci-Magnifying_Glass_Plus:before {
  content: "\ea14";
}

.ci-Mail_Open:before {
  content: "\ea15";
}

.ci-Mail:before {
  content: "\ea16";
}

.ci-Main_Component:before {
  content: "\ea17";
}

.ci-Map_Pin:before {
  content: "\ea18";
}

.ci-Map:before {
  content: "\ea19";
}

.ci-Mention:before {
  content: "\ea1a";
}

.ci-Menu_Alt_01:before {
  content: "\ea1b";
}

.ci-Menu_Alt_02:before {
  content: "\ea1c";
}

.ci-Menu_Alt_03:before {
  content: "\ea1d";
}

.ci-Menu_Alt_04:before {
  content: "\ea1e";
}

.ci-Menu_Alt_05:before {
  content: "\ea1f";
}

.ci-Menu_Duo_LG:before {
  content: "\ea20";
}

.ci-Menu_Duo_MD:before {
  content: "\ea21";
}

.ci-Mobile_Button:before {
  content: "\ea22";
}

.ci-Mobile:before {
  content: "\ea23";
}

.ci-Monitor_Play:before {
  content: "\ea24";
}

.ci-Monitor:before {
  content: "\ea25";
}

.ci-Moon:before {
  content: "\ea26";
}

.ci-More_Grid_Big:before {
  content: "\ea27";
}

.ci-More_Grid_Small:before {
  content: "\ea28";
}

.ci-More_Horizontal:before {
  content: "\ea29";
}

.ci-More_Vertical:before {
  content: "\ea2a";
}

.ci-Mouse:before {
  content: "\ea2b";
}

.ci-Move_Horizontal:before {
  content: "\ea2c";
}

.ci-Move_Vertical:before {
  content: "\ea2d";
}

.ci-Move:before {
  content: "\ea2e";
}

.ci-Moving_Desk:before {
  content: "\ea2f";
}

.ci-Navigation:before {
  content: "\ea30";
}

.ci-Note_Edit:before {
  content: "\ea31";
}

.ci-Note_Search:before {
  content: "\ea32";
}

.ci-Note:before {
  content: "\ea33";
}

.ci-Notebook:before {
  content: "\ea34";
}

.ci-Octagon_Check:before {
  content: "\ea35";
}

.ci-Octagon_Help:before {
  content: "\ea36";
}

.ci-Octagon_Warning:before {
  content: "\ea37";
}

.ci-Octagon:before {
  content: "\ea38";
}

.ci-Option:before {
  content: "\ea39";
}

.ci-Paper_Plane:before {
  content: "\ea3a";
}

.ci-Paperclip_Attechment_Horizontal:before {
  content: "\ea3b";
}

.ci-Paperclip_Attechment_Tilt:before {
  content: "\ea3c";
}

.ci-Paragraph:before {
  content: "\ea3d";
}

.ci-Path:before {
  content: "\ea3e";
}

.ci-Pause_Circle:before {
  content: "\ea3f";
}

.ci-Pause:before {
  content: "\ea40";
}

.ci-Phone:before {
  content: "\ea41";
}

.ci-Planet:before {
  content: "\ea42";
}

.ci-Play_Circle:before {
  content: "\ea43";
}

.ci-Play:before {
  content: "\ea44";
}

.ci-Printer:before {
  content: "\ea45";
}

.ci-Puzzle:before {
  content: "\ea46";
}

.ci-Qr_Code:before {
  content: "\ea47";
}

.ci-Radio_Fill:before {
  content: "\ea48";
}

.ci-Radio_Unchecked:before {
  content: "\ea49";
}

.ci-Rainbow:before {
  content: "\ea4a";
}

.ci-Redo:before {
  content: "\ea4b";
}

.ci-Remove_Minus_Circle:before {
  content: "\ea4c";
}

.ci-Remove_Minus:before {
  content: "\ea4d";
}

.ci-Rewind:before {
  content: "\ea4e";
}

.ci-Rows:before {
  content: "\ea4f";
}

.ci-Ruler:before {
  content: "\ea50";
}

.ci-Save:before {
  content: "\ea51";
}

.ci-Search_Magnifying_Glass:before {
  content: "\ea52";
}

.ci-Select_Multiple:before {
  content: "\ea53";
}

.ci-Settings_Future:before {
  content: "\ea54";
}

.ci-Settings:before {
  content: "\ea55";
}

.ci-Share_Android:before {
  content: "\ea56";
}

.ci-Share_iOS_Export:before {
  content: "\ea57";
}

.ci-Shield_Check:before {
  content: "\ea58";
}

.ci-Shield_Warning:before {
  content: "\ea59";
}

.ci-Shield:before {
  content: "\ea5a";
}

.ci-Shopping_Bag_01:before {
  content: "\ea5b";
}

.ci-Shopping_Bag_02:before {
  content: "\ea5c";
}

.ci-Shopping_Cart_01:before {
  content: "\ea5d";
}

.ci-Shopping_Cart_02:before {
  content: "\ea5e";
}

.ci-Show:before {
  content: "\ea5f";
}

.ci-Shrink:before {
  content: "\ea60";
}

.ci-Shuffle:before {
  content: "\ea61";
}

.ci-Single_Quotes_L:before {
  content: "\ea62";
}

.ci-Single_Quotes_R:before {
  content: "\ea63";
}

.ci-Skip_Back:before {
  content: "\ea64";
}

.ci-Skip_Forward:before {
  content: "\ea65";
}

.ci-Slider_01:before {
  content: "\ea66";
}

.ci-Slider_02:before {
  content: "\ea67";
}

.ci-Slider_03:before {
  content: "\ea68";
}

.ci-Sort_Ascending:before {
  content: "\ea69";
}

.ci-Sort_Descending:before {
  content: "\ea6a";
}

.ci-Square_Check:before {
  content: "\ea6b";
}

.ci-Square_Help:before {
  content: "\ea6c";
}

.ci-Square_Warning:before {
  content: "\ea6d";
}

.ci-Square:before {
  content: "\ea6e";
}

.ci-Star:before {
  content: "\ea6f";
}

.ci-Stop_Circle:before {
  content: "\ea70";
}

.ci-Stop_Sign:before {
  content: "\ea71";
}

.ci-Stop:before {
  content: "\ea72";
}

.ci-Strikethrough:before {
  content: "\ea73";
}

.ci-Suitcase:before {
  content: "\ea74";
}

.ci-Sun:before {
  content: "\ea75";
}

.ci-Swatches_Palette:before {
  content: "\ea76";
}

.ci-Swicht_Left:before {
  content: "\ea77";
}

.ci-Swicht_Right:before {
  content: "\ea78";
}

.ci-Table_Add:before {
  content: "\ea79";
}

.ci-Table_Remove:before {
  content: "\ea7a";
}

.ci-Table:before {
  content: "\ea7b";
}

.ci-Tablet_Button:before {
  content: "\ea7c";
}

.ci-Tablet:before {
  content: "\ea7d";
}

.ci-Tag:before {
  content: "\ea7e";
}

.ci-Terminal:before {
  content: "\ea7f";
}

.ci-Text_Align_Center:before {
  content: "\ea80";
}

.ci-Text_Align_Justify:before {
  content: "\ea81";
}

.ci-Text_Align_Left:before {
  content: "\ea82";
}

.ci-Text_Align_Right:before {
  content: "\ea83";
}

.ci-Text:before {
  content: "\ea84";
}

.ci-Ticket_Voucher:before {
  content: "\ea85";
}

.ci-Timer_Add:before {
  content: "\ea86";
}

.ci-Timer_Close:before {
  content: "\ea87";
}

.ci-Timer_Remove:before {
  content: "\ea88";
}

.ci-Timer:before {
  content: "\ea89";
}

.ci-Trash_Empty:before {
  content: "\ea8a";
}

.ci-Trash_Full:before {
  content: "\ea8b";
}

.ci-Trending_Down:before {
  content: "\ea8c";
}

.ci-Trending_Up:before {
  content: "\ea8d";
}

.ci-Triangle_Check:before {
  content: "\ea8e";
}

.ci-Triangle_Warning:before {
  content: "\ea8f";
}

.ci-Triangle:before {
  content: "\ea90";
}

.ci-Underline:before {
  content: "\ea91";
}

.ci-Undo:before {
  content: "\ea92";
}

.ci-Unfold_Less:before {
  content: "\ea93";
}

.ci-Unfold_More:before {
  content: "\ea94";
}

.ci-User_01:before {
  content: "\ea95";
}

.ci-User_02:before {
  content: "\ea96";
}

.ci-User_03:before {
  content: "\ea97";
}

.ci-User_Add:before {
  content: "\ea98";
}

.ci-User_Card_ID:before {
  content: "\ea99";
}

.ci-User_Check:before {
  content: "\ea9a";
}

.ci-User_Circle:before {
  content: "\ea9b";
}

.ci-User_Close:before {
  content: "\ea9c";
}

.ci-User_Remove:before {
  content: "\ea9d";
}

.ci-User_Square:before {
  content: "\ea9e";
}

.ci-User_Voice:before {
  content: "\ea9f";
}

.ci-Users_Group:before {
  content: "\eaa0";
}

.ci-Users:before {
  content: "\eaa1";
}

.ci-Volume_Max:before {
  content: "\eaa2";
}

.ci-Volume_Min:before {
  content: "\eaa3";
}

.ci-Volume_Minus:before {
  content: "\eaa4";
}

.ci-Volume_Off_02:before {
  content: "\eaa5";
}

.ci-Volume_Off:before {
  content: "\eaa6";
}

.ci-Volume_Plus:before {
  content: "\eaa7";
}

.ci-Warning:before {
  content: "\eaa8";
}

.ci-Water_Drop:before {
  content: "\eaa9";
}

.ci-Wavy_Check:before {
  content: "\eaaa";
}

.ci-Wavy_Help:before {
  content: "\eaab";
}

.ci-Wavy_Warning:before {
  content: "\eaac";
}

.ci-Wavy:before {
  content: "\eaad";
}

.ci-Wifi_High:before {
  content: "\eaae";
}

.ci-Wifi_Low:before {
  content: "\eaaf";
}

.ci-Wifi_Medium:before {
  content: "\eab0";
}

.ci-Wifi_None:before {
  content: "\eab1";
}

.ci-Wifi_Off:before {
  content: "\eab2";
}

.ci-Wifi_Problem:before {
  content: "\eab3";
}

.ci-Window_Check:before {
  content: "\eab4";
}

.ci-Window_Close:before {
  content: "\eab5";
}

.ci-Window_Code_Block:before {
  content: "\eab6";
}

.ci-Window_Sidebar:before {
  content: "\eab7";
}

.ci-Window_Terminal:before {
  content: "\eab8";
}

.ci-Window:before {
  content: "\eab9";
}/*# sourceMappingURL=main.css.map */