
*{
  margin: 0;
  padding: 0;
  border: none;
}

h1-gradient{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #9a6df5, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 4rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
}


h1-white{
color:white;
font-family: "Open Sans", Helvetica, sans-serif;
font-weight: 600;
font-size: 2.5rem;
padding-bottom: 1rem;}

h1-dark{
color:rgba(0, 0, 0, 0.8);
font-family: "Open Sans", Helvetica, sans-serif;
font-weight: 600;
font-size: 2.5rem;
margin-bottom: 2rem;}



h2{
  color: #3A3A3A;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 3rem;
}

h2-white{
  color: #ffffff;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
}


h3{
  color: #3A3A3A;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

h3-white{
  color: rgba(255,255,255,0.9);
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight:800;
  font-size: 1.5rem;
}

h4{
  color: #FFFFFF;
  font-weight: 600; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: none;
  padding-bottom: 0.5em;
  cursor:pointer;

}

h5{
  color: #FFFFFF;
  font-weight: 500; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
}

h5-dark{
  color: #595959;
  font-weight: 500; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
}

h6{
  color: #6E37F1;
  font-weight: 500; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.25rem;
}



h7{
  color: #ffffff;
  font-weight: 500; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
}

h8{
  color: #ffffff;
  font-weight: regular; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
}

h8-dark{
  color: #4f4f4f;
  font-weight: regular; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
}

hdata{
  color:#fff;
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 4rem;
  text-decoration: none;
  text-transform: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

hsmalldata{
  color: #fff;
  font-weight: 100; 
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-optical-sizing: auto;
  text-decoration: none;
  text-transform: none;
}


p{
  color: rgba(255,255,255,0.9);
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
  line-height: 1.7;
}

.desc {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: center;
}

.desc-white {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #FFFFFF;
  text-align: center;
}

.desc-left {
  padding-top: 0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: left;
}

p-white{
  color: #FFFFFF;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
  line-height: 1.7;
}

p-dark{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75em;
  text-transform: none;
  line-height: 1.8;
}

p-bold{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p-italic{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


body, html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
/*   scroll-behavior: smooth; */
}






.card-left {
  border-radius: 1em;
  width:50%;
  text-decoration: none;
  transition: 0.7s ease-out;
  z-index: 101;
}

.card-right {
  border-radius: 1em;
  text-decoration: none;
  width:50%;
  transition: 0.7s ease-out;
  z-index: 101;
}


.card-left:hover {
  transition: 1s ease-out;
  scale: 1.1;
}

.card-right:hover {
  transition: 1s ease-out;
  scale: 1.1;
}


.container {
  padding: 1.2em 1.2em;
  text-decoration: none;
}


.main-container {
  width: 100%;
  background-image: linear-gradient(to bottom right, #000000, #4300cc, #000000);
}

.main-container-renewable {
  width: 100%;
  background-image: linear-gradient(-135deg,  #E5FFED, #8bf1aa);
}

.main-container-other {
  width: 100%;
}


.card-row, .row-data ::after, ::before {
    box-sizing: border-box;
}





.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0.5em;
  margin-bottom: 0px;
  padding: 1.5em;
  padding-bottom: 1.5em;
}

.row-help {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  padding: 1.5em;
  padding-bottom: 1.5em;
  background: transparent;
}

.row-bot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  padding: 1.5em 0 5em 10em;
  background: transparent;
}

table {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top:1em;
  padding-bottom:1em;
}


 .logo1{
  border-radius: 0;
  height:28px;

}

.logo2{
  border-radius: 0;
  height:20px;

}

.logo3{
  border-radius: 0;
  height:36px;

}

.logo4{
  border-radius: 0;
  height:28px;

}

.logo5{
  border-radius: 0;
  height:16px;

}

.logo6{
  border-radius: 0;
  height:28px;

}


td {
  padding: 0.75em;
}

.middle {
  vertical-align: middle;
  text-align: center;
  cursor:default;
}

.row-data {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em;
  padding: 1.5em;
  padding-bottom: 3em;
  gap:3em;
  justify-content: center;
}


column-data{
  width:20%;
}

.card-data1 {
  padding:1.5em;
  background-color: none;
  cursor:default;
  display:flex;
  flex-direction: column;
}

.card-data2 {
  padding:1.5em;
  background-color: none;
  cursor:default;
  display:flex;
  flex-direction: column;
}

.card-data3 {
  padding:1.5em;
  background-color: none;
  cursor:default;
  display:flex;
  flex-direction: column;
}

.column-video {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content: center;
  margin:auto;
  width: 100%;
}

.column-video-wide-75 {
  margin:auto;
  width:75%;
  display:flex;
  flex-direction:column;
}

.column-video-narrow-25 {
  margin:auto;
  width:25%;
  display:flex;
  flex-direction:column;
}

.row-video {
  display: flex;
  flex-direction: row;
  margin: 0.5em;
  margin-bottom: 0px;
  padding: 1.5em;
  padding-bottom: 1.5em;
}

.alert {
  padding: 1.5em 2em;
  background-color: rgba(171, 244, 167, 0.7);
  border: 1px solid #def5e0;
  border-radius:0.75em;
  height:fit-content;
}

.alert-outcomes {
  padding: 1.5em 2em;
  background-color: rgba(250, 220, 175, 0.7);
  border: 1px solid #f8bc77;
  border-radius:0.75em;
  height:fit-content;
}


/* Adding Padding to Containers */
.form-container 
{ display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fb7402;
  border-radius:2em;
  padding: 2em;
  width:80%;
  justify-content: center;
  align-content: center;
}

.row-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding:0;
  justify-content: center;
}

/* Styling for input elements and the Submit Button */
input[type=text], input[type=submit] 
{
  width: 100%;
  padding: 1em;
  font-size: 1em;
  color:#ffffff;
  margin: 1.25em 0;
  display: inline-block;
  border: 1px solid #AFB0B2;
  border-radius:0.5em;
  box-sizing: border-box;
}

input[type=submit] 
{
  background-color: #492BB2;
  color: #ffffff;
  padding: 1em;
  font-size: 1em;
  font-weight:600;
  cursor:pointer;
  border: none;
  border-radius:0.5em;
}

input[type=submit]:hover 
{
  background-color:rgb(91, 51, 238);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, .5);
}


/* Animation */
.fadeInLeft{
  -webkit-animation: fadeInLeft 1.2s both;
  -moz-animation: fadeInLeft 1.2s both;
  -o-animation: fadeInLeft 1.2s both;
  animation: fadeInLeft 1.2s both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity:0;
    -webkit-transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInLeft {
    0% {
    opacity:0;
    -moz-transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInLeft {
    0% {
    opacity:0;
    -o-transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInLeft {
    0% {
    opacity:0;
    transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

.fadeInRight{
  -webkit-animation: fadeInRight 1.2s both;
  -moz-animation: fadeInRight 1.2s both;
  -o-animation: fadeInRight 1.2s both;
  animation: fadeInRight 1.2s both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity:0;
    -webkit-transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInRight {
    0% {
    opacity:0;
    -moz-transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInRight {
    0% {
    opacity:0;
    -o-transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInRight {
    0% {
    opacity:0;
    transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}


.fadeInTop1{
  -webkit-animation: fadeInTop1 1.7s both;
  -moz-animation: fadeInTop1 1.7s both;
  -o-animation: fadeInTop1 1.7s both;
  animation: fadeInTop1 1.7s both;
}

@-webkit-keyframes fadeInTop1 {
  0% {
    opacity:0;
    -webkit-transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInTop1 {
    0% {
    opacity:0;
    -moz-transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInTop1 {
    0% {
    opacity:0;
    -o-transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInTop1 {
    0% {
    opacity:0;
    transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

.fadeInTop2{
  -webkit-animation: fadeInTop2 1.2s both;
  -moz-animation: fadeInTop2 1.2s both;
  -o-animation: fadeInTop2 1.2s both;
  animation: fadeInTop2 1.2s both;
}

@-webkit-keyframes fadeInTop2 {
  0% {
    opacity:0;
    -webkit-transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInTop2 {
    0% {
    opacity:0;
    -moz-transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInTop2 {
    0% {
    opacity:0;
    -o-transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInTop2 {
    0% {
    opacity:0;
    transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

.fadeInTop3{
  -webkit-animation: fadeInTop3 0.8s both;
  -moz-animation: fadeInTop3 0.8s both;
  -o-animation: fadeInTop3 0.8s both;
  animation: fadeInTop3 0.8s both;
}

@-webkit-keyframes fadeInTop3 {
  0% {
    opacity:0;
    -webkit-transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInTop3 {
    0% {
    opacity:0;
    -moz-transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInTop3 {
    0% {
    opacity:0;
    -o-transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInTop3 {
    0% {
    opacity:0;
    transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

/* These styles are for secondary project pages from 2019 */




.header-detailed {
  padding: 0px 0px;
  background-color: #ffffff;
}

.header-detailed-red {
  padding: 0px 0px;
  background-color: #96151D;
}

.header-detailed-yellow {
  padding: 0px 0px;
  background-color: #FFFDE4;
}

.header-detailed-green {
  padding: 0px 0px;
  background-color: #E5FFED;
}


.progress-container {
  max-width:100%;
  min-width: 20em;
  height: 0.1em;
  z-index: 200;
  background: rgba(255, 255, 255,0);
}

.progress-bar {
  height: 0.1em;
  background: #7C4EEC;
  width: 0%;
  z-index: 201;
}

.progress-bar-white {
  height: 0.1em;
  background: #ffffff;
  width: 0%;
  z-index: 201;
}

.progress-bar-grey {
  height: 0.1em;
  background: #333333;
  width: 0%;
  z-index: 201;
}

.column {
  flex: 25%;
  position: relative;
}

.column-center {
  margin: auto;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.wrapper{
  max-width: 75em;
  min-width: 20em;
  border: none;
  margin-top: 3em;
  padding-top: 5em;
  margin: 0 auto;
}

.wrapper-renewable{
  max-width: 75em;
  min-width: 20em;
  border: none;
  margin: 0 auto;
  padding-top: 8em;
}

.wrapper-medium{
  min-width: 20em;
  border: none;
  margin: 3em 0 1em 5em;
}

.wrapper-wide{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  padding: 0 3em 0 3em;
}

.wrapper-red-bg{
  border: none;
  padding: 7em;
  margin-bottom: 3em;
  background: -webkit-linear-gradient(45deg, #96151D, #6b080e);
}

.wrapper-lavender-bg{
  min-width: 20em;
  border: none;
  padding-top: 5em;
  margin: 0 auto;
  background-color: #ECEDFF;
  padding-top: 1em;
  padding-bottom: 2em;
}

.wrapper-grey-bg{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  background-color: #F0F0F0;
}

.wrapper-dark-grey-bg{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  padding: 5em 0 5em 0;
  background-color: #414141;
}


.wrapper-blue-bg{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  padding: 5em 1em 5em 1em;
  background: -webkit-linear-gradient(45deg, #F1FBFE, #cbeef9);
}

.wrapper-green-bg{
  min-width: 20em;
  border: none;
  margin-top: 5em;
  margin: 0 auto;
  padding: 7em 0 5em 0;
  background: -webkit-linear-gradient(-45deg, #E5FFED, #8bf1aa);
}

.wrapper-yellow-bg{
  min-width: 20em;
  border: none;
  padding-top: 5em;
  margin: 0 auto 4em auto;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
  padding-top: 1em;
  padding-bottom: 2em;
}

.wrapper-yellow-bg-internal-tool{
  min-width: 20em;
  height: 36vw;
  border: none;
  margin: 0 auto 4em auto;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
  padding: 1em;
}

.video-overlap-container {
  position: relative;
  width: 100%;
  height: 25%;
  /* Set height to half the video height for overlap effect */
}

.video-overlap-container video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw; /* or your preferred width */
  max-width: 1200px;
  height: auto;
  top: -90%; /* Move video up by 50% of its height */
  z-index: 10;
  border-radius: 1em;
}

ul {
  list-style-type: disc;
  color: #595959;
  padding-left: 1em;
}

li{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 0.6em;
  margin-bottom: 0.75em;
  text-transform: none;
  line-height: 1.8;
}

.row-2 {
  display: flex;
  flex-direction: row;
  max-width: 160em;
  margin: 6em 0 6em 0;
  padding: 2em 0 2em 0;
  align-content: center;
  gap: 2em;
}

.row-2-no-scroll {
  display: flex;
  flex-direction: row;
  max-width: 160em;
  margin: 6em 0 6em 0;
  padding: 2em 0 2em 0;
  align-content: center;
  gap: 2em;
}


.row-2-header {
  display: flex;
  flex-direction: column;
  max-width: 120em;
  margin: 0;
  padding: 0;
  align-content: flex-start;
}

.row-2-blue {
  display: flex;
  max-width: 120em;
  margin: auto;
  padding: 2em;
  align-content: middle;
  justify-content: center;
  background: transparent;
}

.row-2-yellow {
  display: flex;
  max-width: 120em;
  margin: auto;
  padding: 2em;
  align-content: middle;
  justify-content: center;
  background: transparent;
}

.row-2-lavender {
  display: flex;
  max-width: 70em;
  margin: auto;
  padding-top: 6em;
  padding-bottom: 0;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.column-2 {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
  margin: auto;
}




.column-2-form {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-button {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-fund {
  display: flex;
  flex-direction: column;
  flex: 90%;
  justify-content: center;   /* vertical centering */
  align-items: center;
}




.column-3 {
  flex:5%;
}

.column-3-form {
  flex:2%;
}

.content {
  width: 100%;
}


video {
  max-width: 100%;
  height: auto;
}

video-50 {
  max-width: 50%;
  height: auto;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 800px; /* Optional: limit max width */
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
}


.responsive {
    max-width: 100%;
    height: auto;
    align-content: center;
  }



.column-82 {
  padding: 0 1.5em 0 0.75em;
  width:70%;
  height:auto;
  display: block;
  margin: 0 auto;
}


.hero-text{
   z-index: 1;
   display: flex;
   position: relative;
   background: transparent;
   margin: auto;
   padding-top: 10em;
   padding-bottom: 3em;
}
  

:root {
--color-bg1: rgb(108, 0, 162);
--color-bg2: rgb(0, 17, 82);
--color1: 18, 113, 255;
--color2: 221, 74, 255;
--color3: 100, 220, 255;
--color4: 242, 255, 172;
--color5: 180, 180, 50;
--color-interactive: 140, 100, 255;
--circle-size: 80%;
--blending: overlay;
--sliding-cards: 4;
--sliding-card-height: 80vh;
--sliding-card-top-padding: 3em;
--sliding-card-margin: 1em;
}

.gradient-bg {
  position: absolute;
  width: 100vw;
  height: 200vh;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
  padding-bottom: -5em;
}


.gradients-container {
  filter: url(#goo) blur (50px);
  width: 100%;
  height: 100%;
}



.g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0%, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size)/2);
  left: calc(50% - var(--circle-size)/2);
  opacity: 1;

  transform-origin: center center;
  animation: moveUpDown 30s ease infinite;
}

.g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0%, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size)/2);
  left: calc(50% - var(--circle-size)/2);
  opacity: 1;

  transform-origin: calc(50%-400px);
  animation: moveInCircle 20s reverse infinite;
}

.g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0%, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size)/2 +200px);
  left: calc(50% - var(--circle-size)/2 -500px);
  opacity: 1;

  transform-origin: calc(50%+400px);
  animation: moveInCircle 40s linear infinite;
}

.g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0%, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size)/2);
  left: calc(50% - var(--circle-size)/2);
  opacity: 1;

  transform-origin: calc(50%-300px);
  animation: moveHorizontal 40s ease infinite;
}

.g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0%, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  
  width: calc (var(--circle-size)*2);
  height: calc (var(--circle-size)*2);
  top: calc(50% - var(--circle-size)/2);
  left: calc(50% - var(--circle-size)/2);
  opacity: 1;

  transform-origin: calc(50%-800px) calc(50%+200px);
  animation: moveInCircle 20s ease infinite;
}



@keyframes moveInCircle {
  0% { transform: rotate(0deg);}
  50% {transform: rotate(180deg);}
  100% { transform: rotate(360deg);}
}

@keyframes moveUpDown {
  0% {transform: translateY(-50%);}
  50% {transform: translateY(50%);}
  100% {transform: translateY(-50%);}
}

@keyframes moveHorizontal {
  0% {transform: translateX(-50%) translateY(-10%);}
  50% {transform: translateX(50%) translateY(10%);}
  100% {transform: translateX(-50%) translateY(-10%);}
}


.container-sliding-cards {
margin: auto;
padding-top: 1em;
}


.sliding-card{
  position: sticky;
  top: 0;
  padding-top: calc(var(--index)*var(--sliding-card-top-padding));
  padding-left: 4em;
  padding-right: 2em;
  overflow-y: auto;
}

#sliding-cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat (var (--sliding-cards)), var (--sliding-card-height);
  gap: var(--sliding-card-margin);
  padding-bottom: 1em;
  margin-bottom: var(--sliding-card-margin);
}

#sliding-card-1 {
  --index: 1;
}

#sliding-card-2 {
  --index: 2;
}

#sliding-card-3 {
  --index: 3;
}

#sliding-card-4 {
  --index: 4;
}



#sliding-card-1 .sliding-card-bg {
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-2 .sliding-card-bg {
  background-color:  rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-3 .sliding-card-bg {
  background-color: rgba(53, 0,159, .8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#sliding-card-4 .sliding-card-bg {
  background-color: rgba(255, 255, 255, 0.9) ;
  border: 1px solid rgba(53, 0,159, .7);
}

.sliding-card-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  padding: 2em;
  height: var(--sliding-card-height);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}





.button {
  background-color: transparent;
  color: #000000;
  display: inline-block;
  background-repeat: no-repeat;
  border: none;
  margin: 0.75em;
  font-size: 0.75em;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  top:-2px;
}

.button:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, .5);
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 0.75em;
  font-weight: 600;
  cursor: pointer;
}

.button-white {
  background-color: transparent;
  color: white;
  display: inline-block;
  background-repeat: no-repeat;
  border: none;
   margin: 0.75em;
  font-size: 0.75em;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.button-white:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, .9);
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0.75em;
  font-size: 0.75em;
  font-weight: 650;
  cursor: pointer;
}



.linkedin:before {
  background: url("images/icon_linkedin.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 4px;
  height: 16px;
}


.medium:before {
  background: url("images/icon_medium.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 4px;
  height: 16px;
}

.back:before {
  background: url("images/icon_back.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 20px;
  padding-top: 20px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  width: 20px;
  text-decoration: none;
}

.back-white:before {
  background: url("images/icon_back_white.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 20px;
  padding-top: 20px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  width: 20px;
  text-decoration: none;
}

.back-black:before{
  background: url("images/icon_back_black.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 20px;
  padding-top: 20px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  width: 20px;
  text-decoration: none;
}


.link {color: #FFFFFF;
  border-bottom: 2px solid #60ff5c ;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link:hover {
  color: #595959;
  border-bottom: 2px solid #BA9FFB;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link-white { color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link-white:hover {
  color: white;
  border-bottom: 4px solid white;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link-on-white {color: #595959;
  border-bottom: 2px solid #BA9FFB;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link-on-white:hover {
  color: #595959;
  border-bottom: 2px solid #5210ec;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

a {
  text-decoration: none;
}


div.a {
  line-height: 1.5;
}



.accordion:hover {
  color: #6635e1;
  background-color: #F3E8FE;
}

.accordion:after {
  content: '\002B';
  color: #7C4EEC;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}

.accordion-active:after {
  content: "\2212";
  color: #6E37F1;
}


        
.panel {
  padding: 0 1rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 

* {
  box-sizing: border-box;
}

/* Create 5 columns of equal width */
.columns-example {
  float: left;
  width: 20%;
  padding: 4px;
}

/* Style the list */
.number {
  list-style-type: none;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


/* Header */
 .header-example {
  color: black;
  font-size: 24px;
}

/* List items */
.number li {
  padding: 4px;
  text-align: center;
}


/* Gallery Container */

.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.5em;
max-width: 160em;
height: auto;
margin-top: 2em;
margin-bottom: 2em;
}

/* Gallery Items */

.gallery-item {
flex: 1 1 calc(25% - 1em);
max-width: calc(25% - 1em);
overflow: hidden;
box-shadow: 0 0.2em 0.25em 0 rgba(0,0,0,0.1);
border-radius: 0.5em;
}

.gallery-item img {
width: 100%;
height: 15em;
display: block;
object-fit: cover;
object-position: left top;
transition: 0.3s ease-out;
}

.gallery-item img:hover {
    transform: scale(1.05);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease-out;
}

/* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .modal.show {
      display: flex;
    }

    .modal-content-wrapper {
      max-width: 80vw;
      max-height: 80vh;
      overflow: auto;
    }

    .modal-content {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto;
      border-radius: 10px;
    }

    .close {
      position: absolute;
      top: 1em;
      right: 2em;
      padding-left: 0.25em;
      padding-right: 0.25em;
      color: white;
      font-size: 2em;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s ease-out;
    }

    .close:hover {
      color: #000000;
      background-color: #FFFFFF;
      padding-left: 0.25em;
      padding-right: 0.25em;
      border-radius:0.25em;
      text-decoration: none;
      transition: 0.3s ease-out;
    }

.img-special-border-radius {
  border-radius: 5em 0 5em 0;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

h1{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #4300cc, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  z-index:100;
 }

 h1-gradient{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #9a6df5, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
}

.hero-text {
   z-index: 1;
   width: 100%;
   display: flex;
   background: transparent;
}

body {
    background-color:#492BB2;
    width: 100%;
}

.main-container {
  width: 100%;
}

.main-container-renewable {
  width: 100%;
}

.main-container-other {
  width: 100%;
}


.nav-container {
  width: 100vw;
  position: sticky;
  top: 2em;
  z-index: 200;
}

.nav-container-inner {
  float: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

/* The navbar */
.topnav {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:#35009f 0px 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav a:hover {
  color: rgb(174, 110, 252);
  font-weight: 600;
  padding: 0.5em;
}

.topnav img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(174, 110, 252);
  opacity: 0.8;
}
  


/* The navbar on detailed pages */
.topnav-renewable {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.6), rgba(0,0,0,0.4));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:rgba(0,0,0,0.5) 0px 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav-renewable a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav-renewable img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav-renewable a:hover {
  color: rgb(7, 235, 125);
  font-weight: 600;
  padding: 0.5em;
}

.topnav-renewable img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(7, 235, 125);
  opacity: 0.8;
}


.tag-primary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(53,0,159,0.4);
  border: rgba(255,255,255,0.7) 1px solid;
  color:#FFFFFF;
}

.tag-secondary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(0,0,0,0.2);
  border: rgba(255,255,255,0.3) 1px solid;
  color:#FFFFFF;
}

.tag-group-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.tag-group-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.footer { 
      background-color: transparent;
      padding: 2em 0;
      text-align: center;
}

:root {
--sliding-card-height: 80vh;
--sliding-card-top-padding: 1em;
}


.container-sliding-cards {
margin: auto;
padding: 5em 1.5em 4em 1em
}


ul {
  list-style-type: disc;
  color: #595959;
  padding-left: 0.5em;
}

li{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 0.6em;
  margin-bottom: 0.75em;
  text-transform: none;
  line-height: 1.8;
}

.sliding-card{
  position: sticky;
  top: 0;
  padding-top: calc(var(--index)*var(--sliding-card-top-padding));
  padding-left: 0;
  padding-right: 0;
}

#sliding-cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat (var (--sliding-cards)), var (--sliding-card-height);
  margin-bottom: var(--sliding-card-margin);
}

#sliding-card-1 {
  --index: 1;
}

#sliding-card-2 {
  --index: 2;
}

#sliding-card-3 {
  --index: 3;
}

#sliding-card-4 {
  --index: 4;
}


#sliding-card-1 .sliding-card-bg {
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-2 .sliding-card-bg {
  background-color:  rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-3 .sliding-card-bg {
  background-color: rgba(53, 0,159, .8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#sliding-card-4 .sliding-card-bg {
  background-color: rgba(255, 255, 255, 0.9) ;
  border: 1px solid rgba(53, 0,159, .7);
}


.sliding-card-bg {
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  padding: 1em;
  height: var(--sliding-card-height);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.column-ava {
  position: relative;
  margin-top: 1em;
  width: 25%;
}

.ava {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
}

.logo1{
  border-radius: 0;
  height:12px;

}

.logo2{
  border-radius: 0;
  height:10px;

}

.logo3{
  border-radius: 0;
  height:24px;

}

.logo4{
  border-radius: 0;
  height:12px;

}

.logo5{
  border-radius: 0;
  height:8px;

}

.logo6{
  border-radius: 0;
  height:12px;

}


td {
  padding: 0.75em;
}

column-data{
  width:15%;
}


.row-data {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4em;
  padding:0;
  gap:1em;
  justify-content: center;
}

.hdata{
  color:#FFF;
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 2.5rem;
  text-decoration: none;
  text-transform: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.hsmalldata {
  color: #595959;
  font-weight: 100; 
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-optical-sizing: auto;
  text-decoration: none;
  text-transform: none;
}

.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #7C4EEC;
    font-size: 1rem;
    font-weight: 400;
    transition: 0.4s;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, .2);
  }

 .card-row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom:1em;
  align-content: stretch;
  margin: auto;
}

.column-2 {
  flex: 100%;
  flex-direction: column;
  margin: auto;
  padding-bottom: 2em;
}

.column-2-sliding-cards {
  flex: 100%;
  align-content: center;
  vertical-align: middle;
  justify-content: center;
  margin: auto;
  padding: 0;
}


.column-18 {
  width:100%;
  height:auto;
  display: block;
  margin:0;
}


.column-3 {
  flex: 2%;
}

.column-2-top-alignment {
  flex: 100%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  padding: 1em 0 1em 0;
}

.column-2-form {
  flex: 100%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-button {
  flex: 100%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-fund {
  flex: 100%;
  flex-direction: column;
  padding: 0 0 2em 0;
}

.column-2-hero-text {
  flex: 100%;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.column-3-form {
  width: 100%;
}

.column-center {
  margin: auto;
  text-align: left;
}


.row-2 {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.row-2-no-scroll {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.row-2-header {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.row-2-blue {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
  align-content: flex-start;
  background: transparent;
}

.row-2-yellow {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
  background: transparent;
}


.card-left {
  border-radius: 1em;
  width:100%;
  text-decoration: none;
  transition: 0.7s ease-out;
  z-index: 101;
}

.card-right {
  border-radius: 1em;
  text-decoration: none;
  width:100%;
  transition: 0.7s ease-out;
  z-index: 101;
}


.card-left:hover {
  transition: 1s ease-out;
  scale: 1.1;
}

.card-right:hover {
  transition: 1s ease-out;
  scale: 1.1;
}

/* Remove extra left and right margins, due to padding */
.card-row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom:1em;
  margin:auto;
}



.main-container {
  width: 100%;
}

.main-container-renewable {
  width: 100%;
}

.main-container-other {
  width: 100%;
}

.wrapper{
  border: none;
  margin: 2em 1em 1em 1em;
}

.wrapper-red-bg{
  width: 100%;
  border: none;
  padding: 7em 1em 2em 1em;
  margin-bottom: 1em;
  background: -webkit-linear-gradient(45deg, #96151D, #6b080e);
  
}

.wrapper-blue-bg{
  width: 100%;
  border: none;
  padding: 3em 2em 1em 2em;
  margin-bottom: 1em;
  background: -webkit-linear-gradient(45deg, #F1FBFE, #cbeef9);
}

.wrapper-grey-bg{
  width: 100%;
  border: none;
  padding: 2em 0;
  background-color: #F0F0F0;
}

.wrapper-yellow-bg{
  width: 100%;
  border: none;
  padding: 3em 1em 1em 1em;
  margin: 3em 0 1em 0;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}


.wrapper-yellow-bg-internal-tool{
  width: 100%;
  height: auto;
  min-height: unset;
  overflow: visible;
  border: none;
  padding: 1em;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}

.video-overlap-container {
    min-height: 0;
}

.video-overlap-container video {
 position: absolute;
 width: 80vw; /* or your preferred width */
 top: 5%; /* Move video up by 50% of its height */
 z-index: 10;
}




.wrapper-dark-grey-bg{
  width: 100%;
  border: none;
  padding: 3em 2em 3em 2em;
  background-color: #414141;
}

.wrapper-green-bg{
  width: 100%;
  border: none;
  padding: 7em 0 1em 0;
  background: -webkit-linear-gradient(-45deg, #E5FFED, #8bf1aa);
}

.wrapper-wide {
  width: 100%;
  border: none;
  padding: 1.5em;
}

.wrapper-medium{
  border: none;
  margin: 2em 1em 1em 1em;
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0;
}

.form-container 
{ display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: rgba(251,116,2);
  border-radius:2em;
  padding: 2em;
  width:100%;
  justify-content: center;
  align-content: center;
}



.card-row, .row-data ::after, ::before {
    box-sizing: border-box;
}

.row-2-lavender {
  display: flex;
  flex-direction:column;
  padding: 2em;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.row-help {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  padding: 1.5em;
  background: transparent;
}

.row-bot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: auto;
  padding: 1.5em;
  background: transparent;
}


/* Responsive columns */

.wrapper-cards{
  border: none;
  margin: 3em 0.25em;
  flex-direction: column;
}

.card-row-1 {
  display: flex;
  flex-direction: column;
  margin-top:1.5em;
  margin-bottom: 1.5em;
  height:auto;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
  background: linear-gradient(180deg,rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  z-index: 100;
}




 .card-row-1::before {
  content: "";
  position: absolute;
  inset:0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(45deg, rgba(255,255,255,0.5), rgba(0,0,0,0.2), rgba(255,255,255,0.5), rgba(0,0,0,0.1));
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  z-index: 100;
}




.card-column-right {
  display:flex;
  flex-direction: column;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;
  text-align:center;
  width:100%;
}

.card-column-left {
  display:flex;
  margin-left:auto;
  margin-right:auto;
  flex-direction: column;
  vertical-align: middle;
  text-align:center;
  width:100%;
}

.card-content-right {
      display: block;
      text-decoration: none;
      text-wrap: wrap;
      text-align: center;
      width:100%;
      padding-bottom: 2em;
      padding-top: 1.5em;
      padding-left: 2em;
      padding-right: 2em;
      z-index: 101;
    }

.card-content-left {
      display: block;
      text-decoration: none;
      text-wrap: wrap;
      text-align: center;
      width:100%;
      padding-top: 2em;
      padding-bottom: 1.5em;
      padding-left: 2em;
      padding-right: 2em;
      z-index: 101;
    }

.card-image-left {
 cursor:pointer;
 width:100%;
}

.card-image-right {
 cursor:pointer;
 width:100%;
 display: block;
}



.column-video {
  align-content:center;
  margin:auto;
  width:100%;
  display:flex;
  flex-direction:column;
}




/* Gallery Items */
.gallery {
    flex-direction: column;
    gap: 1em;
    padding: 0 0.5em;
}


.gallery-item {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 22em;
    width: 100%;
    margin: 0 auto 1em auto;
overflow: hidden;
box-shadow: 0 0.2em 0.25em 0 rgba(0,0,0,0.1);
border-radius: 0.5em;
}

.gallery-item img {
width: 100%;
height: 8em;
display: block;
object-fit: cover;
object-position: left top;
transition: 0.3s ease-out;
}

.gallery-item img:hover {
    transform: scale(1.05);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease-out;
}

/* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .modal.show {
      display: flex;
    }

    .modal-content-wrapper {
      max-width: 80vw;
      max-height: 80vh;
      overflow: auto;
    }

    .modal-content {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto;
      border-radius: 10px;
    }

    .close {
      position: absolute;
      top: 1em;
      right: 1em;
      padding-left: 0.25em;
      padding-right: 0.25em;
      color: white;
      font-size: 2em;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s ease-out;
    }

    .close:hover {
      color: #000000;
      background-color: #FFFFFF;
      padding-left: 0.25em;
      padding-right: 0.25em;
      border-radius:0.25em;
      text-decoration: none;
      transition: 0.3s ease-out;
    }

h1{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #4300cc, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.35rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
  position: absolute;
  text-align: center;
 }

h1-white{
color:white;
font-family: "Open Sans", Helvetica, sans-serif;
font-weight: 600;
font-size: 1.75rem;
padding-bottom: 1rem;}

h3{
  color: #3A3A3A;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.desc {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: center;
}

.desc-white {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #FFF;
  text-align: center;
}

.desc-left {
  padding-top: 0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: left;
}

.column-video-wide-75 {
  margin:auto;
  width:100%;
  display:flex;
  flex-direction:column;
}

.column-video-narrow-25 {
  margin:auto;
  width:100%;
  display:flex;
  flex-direction:column;
}

  .video-responsive {
    max-width: 100vw;
    padding-bottom: 56.25vw; /* maintain aspect ratio on mobile */
  }

  .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
}



}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
h1{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #4300cc, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  z-index:100;
 }

 h1-gradient{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #9a6df5, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
}


.hero-text {
   z-index: 1;
   width: 100%;
   display: flex;
   background: transparent;
}

body {
    background-color:#492BB2;
    width: 100%;
}



.nav-container {
  width: 100vw;
  position: sticky;
  top: 2em;
  z-index: 200;
}

.nav-container-inner {
  float: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

/* The navbar */
.topnav {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:#35009f 0px 3px 10px;

  
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav a:hover {
  color: rgb(174, 110, 252);
  font-weight: 600;
  padding: 0.5em;
}

.topnav img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(174, 110, 252);
  opacity: 0.8;
}

/* The navbar on detailed pages */
.topnav-renewable {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.6), rgba(0,0,0,0.4));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:rgba(0,0,0,0.5) 0px 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav-renewable a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav-renewable img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav-renewable a:hover {
  color: rgb(7, 235, 125);
  font-weight: 600;
  padding: 0.5em;
}

.topnav-renewable img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(7, 235, 125);
  opacity: 0.8;
}

.tag-primary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(53,0,159,0.4);
  border: rgba(255,255,255,0.7) 1px solid;
  color:#FFFFFF;
}

.tag-secondary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(0,0,0,0.2);
  border: rgba(255,255,255,0.3) 1px solid;
  color:#FFFFFF;
}

.tag-group-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.tag-group-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.footer { 
      background-color: transparent;
      padding: 2em 0;
      text-align: center;
}


:root {
--sliding-card-height: 100vh;
--sliding-card-top-padding: 1em;
}


.container-sliding-cards {
margin: auto;
padding-top: 1em;
}


.sliding-card{
  position: sticky;
  top: 0;
  padding-top: calc(var(--index)*var(--sliding-card-top-padding));
  padding-left: 4em;
  padding-right: 2em;
}

#sliding-cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat (var (--sliding-cards)), var (--sliding-card-height);
  gap: var(--sliding-card-margin);
  padding-bottom: 1em;
  margin-bottom: var(--sliding-card-margin);
}

#sliding-card-1 {
  --index: 1;
}

#sliding-card-2 {
  --index: 2;
}

#sliding-card-3 {
  --index: 3;
}

#sliding-card-4 {
  --index: 4;
}

#sliding-card-1 .sliding-card-bg {
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-2 .sliding-card-bg {
  background-color:  rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-3 .sliding-card-bg {
  background-color: rgba(53, 0,159, .8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#sliding-card-4 .sliding-card-bg {
  background-color: rgba(255, 255, 255, 0.9) ;
  border: 1px solid rgba(53, 0,159, .7);
}

.sliding-card-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


.column-18 {
  width:100%;
  height:auto;
  display:block;
  margin:0;
  
}



  table {
  margin-left: auto;
  margin-right: auto;
  padding-top:1em;
  padding-bottom:1em;
}

  .accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #7C4EEC;
    font-size: 1rem;
    font-weight: 400;
    transition: 0.4s;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, .2);
  }

 .logo1{
  border-radius: 0;
  height:28px;

}

.logo2{
  border-radius: 0;
  height:20px;

}

.logo3{
  border-radius: 0;
  height:36px;

}

.logo4{
  border-radius: 0;
  height:28px;

}

.logo5{
  border-radius: 0;
  height:16px;

}

.logo6{
  border-radius: 0;
  height:28px;

}


td {
  padding: 0.75em;
}

.row-data {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4em;
  padding-top: 0;
  gap:1em;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.column-2-form {
  flex: 100%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-top-alignment {
  flex: 100%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  padding: 1em 0 1em 0;
}

.column-2-hero-text {
  flex: 100%;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.column-2-button {
  flex: 100%;
  align-content: flex-start;
  justify-content: center;
}

.column-3-form {
  width: 100%;
}

.column-3 {
  flex: 2%;
}

.wrapper-cards{
  border: none;
  margin: 3em 0.25em;
  flex-direction: column;

}


.card-row-1{
  display: flex;
  flex-direction: column;
  margin-top:1.5em;
  margin-bottom: 1.5em;
  height:auto;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
  background: linear-gradient(180deg,rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  z-index: 100;
}

 .card-row-1::before {
  content: "";
  position: absolute;
  inset:0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(45deg, rgba(255,255,255,0.5), rgba(0,0,0,0.2), rgba(255,255,255,0.5), rgba(0,0,0,0.1));
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  z-index: 100;
}




.card-column-right {
  display:flex;
  flex-direction: column;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;
  text-align:center;
  width:100%;
}

.card-column-left {
  display:flex;
  margin-left:auto;
  margin-right:auto;
  flex-direction: column;
  vertical-align: middle;
  text-align:center;
  width:100%;
}

.card-content-right {
      display: block;
      text-decoration: none;
      text-wrap: wrap;
      text-align: center;
      width:100%;
      padding-bottom: 2em;
      padding-top: 1.5em;
      padding-left: 2em;
      padding-right: 2em;
      z-index: 101;
    }

.card-content-left {
      display: block;
      text-decoration: none;
      text-wrap: wrap;
      text-align: center;
      width:100%;
      padding-top: 2em;
      padding-bottom: 1.5em;
      padding-left: 2em;
      padding-right: 2em;
      z-index: 101;
    }

.card-image-left {
 cursor:pointer;
 width:200%;
}

.card-image-right {
 cursor:pointer;
 width:200%;
 display: block;
}




.column-video {
  align-content:center;
  margin:auto;
  width:100%;
  display:flex;
  flex-direction:column;
}

.column-video-wide-75 {
  width:100%;
  display:flex;
  flex-direction:column;
}

.column-video-narrow-25 {
  width:100%;
  display:flex;
  flex-direction:column;
}

.wrapper{
  border: none;
  margin-top: 3em;
  margin: 0 0.25em;
}

.wrapper-lavender-bg{
  display: flex;
  flex-direction:column;
  padding: 2em 0 2em 0;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.wrapper-grey-bg{
  border: none;
  padding: 2em 0;
  background-color: #F0F0F0;
}


.wrapper-yellow-bg{
  width: 100%;
  border: none;
  padding: 3em 1em 1em 1em;
  margin: 3em 0 1em 0;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}

.wrapper-yellow-bg-internal-tool{
  width: 100%;
  height: auto;
  min-height: unset;
  overflow: visible;
  border: none;
  padding: 1em;
 background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}

.video-overlap-container {
    min-height: 0;
}

.video-overlap-container video {
 position: absolute;
 width: 80vw; /* or your preferred width */
 top: 5%; /* Move video up by 50% of its height */
 z-index: 10;
}







.wrapper-dark-grey-bg{
  width: 100%;
  border: none;
  padding: 3em 2em 3em 2em;
  background-color: #414141;
}

.wrapper-green-bg{
  width: 100%;
  border: none;
  padding: 7em 0 1em 0;
  background: -webkit-linear-gradient(-45deg, #E5FFED, #8bf1aa);
}

.wrapper-wide {
  width: 100%;
  border: none;
  padding: 1.5em;
}

.wrapper-medium{
  border: none;
  margin-top: 3em;
  margin: 0 0.25em;
}


.row-2 {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.row-2-no-scroll {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.row-2-header {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.row-2-lavender {
  display: flex;
  flex-direction:column;
  padding: 2em;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.row-2-yellow {
  display: flex;
  padding: 0.75em;
  flex-direction:column;
  align-content: middle;
  justify-content: center;
  background: transparent;
}



/* Gallery Items */
.gallery {
    flex-direction: column;
    gap: 1em;
    padding: 0 0.5em;
}


.gallery-item {
flex: 1 1 100%;
max-width: 100%;
min-width: 18em;
width: 100%;
margin: 0 auto 1em auto;
overflow: hidden;
box-shadow: 0 0.2em 0.25em 0 rgba(0,0,0,0.1);
border-radius: 0.5em;
}

.gallery-item img {
width: 100%;
height: 8em;
display: block;
object-fit: cover;
object-position: left top;
transition: 0.3s ease-out;
}

.gallery-item img:hover {
    transform: scale(1.05);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease-out;
}

/* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .modal.show {
      display: flex;
    }

    .modal-content-wrapper {
      max-width: 80vw;
      max-height: 80vh;
      overflow: auto;
    }

    .modal-content {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto;
      border-radius: 10px;
    }

    .close {
      position: absolute;
      top: 1em;
      right: 1em;
      padding-left: 0.25em;
      padding-right: 0.25em;
      color: white;
      font-size: 2em;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s ease-out;
    }

    .close:hover {
      color: #000000;
      background-color: #FFFFFF;
      padding-left: 0.25em;
      padding-right: 0.25em;
      border-radius:0.25em;
      text-decoration: none;
      transition: 0.3s ease-out;
    }

.column-video-wide-75 {
  width:100%;
  display:flex;
  flex-direction:column;
}

.column-video-narrow-25 {
  width:100%;
  display:flex;
  flex-direction:column;
}

.column-center {
  margin: auto;
  text-align: left;
}

.video-responsive {
    max-width: 100vw;
    padding-bottom: 56.25vw; /* maintain aspect ratio on mobile */
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
}





}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

h1{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #4300cc, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  z-index:100;
 }


 h1-gradient{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #9a6df5, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
}

.hero-text {
   z-index: 1;
   width: 100%;
   display: flex;
   background: transparent;
}

body {
    background-color:#492BB2;
    width: 100%;
}

.main-container {
  width: 100%;
}

.main-container-renewable {
  width: 100%;
}

.main-container-other {
  width: 100%;
}

.nav-container {
  width: 100vw;
  position: sticky;
  top: 2em;
  z-index: 200;
}

.nav-container-inner {
  float: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

/* The navbar */
.topnav {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:#35009f 0px 3px 10px;

  
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav a:hover {
  color: rgb(174, 110, 252);
  font-weight: 600;
  padding: 0.5em;
}

.topnav img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(174, 110, 252);
  opacity: 0.8;
}
  
/* The navbar on detailed pages */
.topnav-renewable {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.6), rgba(0,0,0,0.4));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:rgba(0,0,0,0.5) 0px 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav-renewable a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav-renewable img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav-renewable a:hover {
  color: rgb(7, 235, 125);
  font-weight: 600;
  padding: 0.5em;
}

.topnav-renewable img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(7, 235, 125);
  opacity: 0.8;
}


.tag-primary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(53,0,159,0.4);
  border: rgba(255,255,255,0.7) 1px solid;
  color:#FFFFFF;
}

.tag-secondary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(0,0,0,0.2);
  border: rgba(255,255,255,0.3) 1px solid;
  color:#FFFFFF;
}

.tag-group-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.tag-group-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.footer { 
      background-color: transparent;
      padding: 2em 0;
      text-align: center;
}


:root {
--sliding-card-height: 100vh;
--sliding-card-top-padding: 1em;
--sliding-card-margin: 1em;
}


.container-sliding-cards {
margin: auto;
padding-top: 1em;
}


.sliding-card{
  position: sticky;
  top: 0;
  padding-top: calc(var(--index)*var(--sliding-card-top-padding));
  padding-left: 4em;
  padding-right: 2em;
}

#sliding-cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat (var (--sliding-cards)), var (--sliding-card-height);
  gap: var(--sliding-card-margin);
  padding-bottom: 1em;
  margin-bottom: var(--sliding-card-margin);
}

#sliding-card-1 {
  --index: 1;
}

#sliding-card-2 {
  --index: 2;
}

#sliding-card-3 {
  --index: 3;
}

#sliding-card-4 {
  --index: 4;
}

#sliding-card-1 .sliding-card-bg {
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-2 .sliding-card-bg {
  background-color:  rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-3 .sliding-card-bg {
  background-color: rgba(53, 0,159, .8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#sliding-card-4 .sliding-card-bg {
  background-color: rgba(255, 255, 255, 0.9) ;
  border: 1px solid rgba(53, 0,159, .7);
}

.sliding-card-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  padding: 2em;
  height: var(--sliding-card-height);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.column-ava {
  position: relative;
  margin-top: 1em;
  width: 25%;
}

.ava {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
}

.card-column {
    width: 50%;
}


.accordion {
      background-color: #fff;
      cursor: pointer;
      padding: 1rem;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-family: "Open Sans", Helvetica, sans-serif;
      color: #7C4EEC;
      font-size: 1.25rem;
      font-weight: 400;
      transition: 0.4s;
    }
    
.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 4;
      box-shadow: 2px 0px 4px rgba(0, 0, 0, .2);
    }

.logo1{
  border-radius: 0;
  height:28px;

}

.logo2{
  border-radius: 0;
  height:20px;

}

.logo3{
  border-radius: 0;
  height:36px;

}

.logo4{
  border-radius: 0;
  height:28px;

}

.logo5{
  border-radius: 0;
  height:16px;

}

.logo6{
  border-radius: 0;
  height:28px;

}


td {
  padding: 0.75em;
}

.column-18 {
  padding: 0 1.5em 0 0.75em;
  width:90%;
  height:auto;
  display: block;
  margin:0;
}

.row-data {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1em;
  padding-top: 0;
  gap:1em;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}


.wrapper-cards{
  border: none;
  margin: 3em 1em;
  flex-direction: column;
}

.card-row-1{
  display: flex;
  flex-direction: column;
  margin-top:1.5em;
  margin-bottom: 1.5em;
  height:auto;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
  background: linear-gradient(180deg,rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  z-index: 100;
}

 .card-row-1::before {
  content: "";
  position: absolute;
  inset:0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(45deg, rgba(255,255,255,0.5), rgba(0,0,0,0.2), rgba(255,255,255,0.5), rgba(0,0,0,0.1)));
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  z-index: 100;
}




.card-column-right {
  display:flex;
  flex-direction: column;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;
  text-align:center;
  width:100%;
}

.card-column-left {
  display:flex;
  margin-left:auto;
  margin-right:auto;
  flex-direction: column;
  vertical-align: middle;
  text-align:center;
  width:100%;
}

.card-content-right {
      display: block;
      text-decoration: none;
      text-wrap: wrap;
      text-align: center;
      width:100%;
      padding-bottom: 3em;
      padding-top: 2.5em;
      padding-left: 3em;
      padding-right: 3em;
      z-index: 101;
    }

.card-content-left {
      display: block;
      text-decoration: none;
      text-wrap: wrap;
      text-align: center;
      width:100%;
      padding-top: 3em;
      padding-bottom: 2.5em;
      padding-left: 3em;
      padding-right: 3em;
      z-index: 101;
    }

.card-image-left {
 cursor:pointer;
 width:200%;
}

.card-image-right {
 cursor:pointer;
 width:200%;
 display: block;
}

.wrapper{
  max-width: 75em;
  min-width: 20em;
  border: none;
  margin: 3em;
}

.wrapper-lavender-bg{
  display: flex;
  flex-direction:column;
  padding: 2em 0 2em 0;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.wrapper-red-bg{
  border: none;
  padding: 7em 5em;
  padding-top: 5em;
  background: -webkit-linear-gradient(45deg, #96151D, #6b080e);
}


.wrapper-grey-bg{
  border: none;
  padding: 2em 0;
  background-color: #F0F0F0;
}



.wrapper-yellow-bg{
  width: 100%;
  border: none;
  padding: 3em 1em 1em 1em;
  margin: 3em 0 1em 0;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}

.wrapper-yellow-bg-internal-tool{
  width: 100%;
  height: auto;
  min-height: unset;
  border: none;
  padding: 5em 1em 12em 1em;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}

.video-overlap-container {
    min-height: 0;
}

.video-overlap-container video {
 position: absolute;
 width: 80vw; /* or your preferred width */
 top: -80%; /* Move video up by 50% of its height */
 z-index: 10;
}


.wrapper-dark-grey-bg{
  width: 100%;
  border: none;
  padding: 3em 2em 3em 2em;
  background-color: #414141;
}

.wrapper-green-bg{
  width: 100%;
  border: none;
  padding: 7em 0 1em 0;
  background: -webkit-linear-gradient(-45deg, #E5FFED, #8bf1aa);
}

.wrapper-wide{
  width: 100%;
  border: none;
  padding: 1.5em;
}

.wrapper-medium{
  margin: 1.5em;
}

.row-2-header {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.row-2 {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.row-2-no-scroll {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1em;
}

.row-help {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 4em 1.5em 1.5em 0;
  background: transparent;
}

.row-bot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.5em 3em;
  background: transparent;
}


.column {
  flex: 1;
  padding: 0;
  margin: 0;
}

.column-2 {
  flex: 100%;
  flex-direction:
  margin: auto;
  padding-bottom: 2em;
}

.column-2-hero-text {
  flex: 100%;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.column-2-top-alignment {
  flex: 100%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  padding: 1em 0 1em 0;
}

.column-2-form {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-button {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-3-form {
  flex:0;
}


.column-3 {
  flex:2%;
}

.row-2-blue {
  display: flex;
  flex-direction:column;
  margin: auto;
  padding: 2em;
  align-content: middle;
  justify-content: center;
  background: transparent;
}

.row-2-lavender {
  display: flex;
  flex-direction:column;
  padding: 0 3em 0 3em;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.row-2-yellow {
  display: flex;
  flex-direction:column;
  padding: 0.75em;
  align-content: middle;
  justify-content: center;
  background: transparent;
}


.column-2-fund {
  display: flex;
  flex-direction: column;
  flex: 100%;
  justify-content: center;   /* vertical centering */
  align-items: center;
  padding-bottom: 3em;
}


/* Gallery Container */

.gallery {
display: flex;
flex-direction: row;
justify-content: center;
gap: 1.5em;
max-width: 160em;
height: auto;
margin-top: 2em;
margin-bottom: 2em;
}

/* Gallery Items */

.gallery-item {
flex: 1;
overflow: hidden;
box-shadow: 0 0.2em 0.25em 0 rgba(0,0,0,0.1);
border-radius: 0.5em;
}


.gallery-item img {
width: 100%;
height: 10em;
display: block;
object-fit: cover;
object-position: left top;
transition: 0.3s ease-out;
}



.column-video-wide-75 {
  width:100%;
  display:flex;
  flex-direction:column;
}

.column-video-narrow-25 {
  width:100%;
  display:flex;
  flex-direction:column;
}

h1{
  background: -webkit-linear-gradient(45deg,  #FFFFFF, #4300cc, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
  position: absolute;
  text-align: center;
}


h3{
  color: #3A3A3A;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.video-responsive {
    max-width: 100vw;
    padding-bottom: 56.25vw; /* maintain aspect ratio on mobile */
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
}

/* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .modal.show {
      display: flex;
    }

    .modal-content-wrapper {
      max-width: 80vw;
      max-height: 80vh;
      overflow: auto;
    }

    .modal-content {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto;
      border-radius: 10px;
    }

    .close {
      position: absolute;
      top: 1em;
      right: 1em;
      padding-left: 0.25em;
      padding-right: 0.25em;
      color: white;
      font-size: 2em;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s ease-out;
    }

    .close:hover {
      color: #000000;
      background-color: #FFFFFF;
      padding-left: 0.25em;
      padding-right: 0.25em;
      border-radius:0.25em;
      text-decoration: none;
      transition: 0.3s ease-out;
    }


} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

h1{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #4300cc, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  z-index:100;
 }


  h1-gradient{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #9a6df5, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 3.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
}

.hero-text {
   z-index: 1;
   width: 100%;
   display: flex;
   background: transparent;
}

body {
    background-color:#492BB2;
    width: 100%;
}

.main-container {
  width: 100%;
}

.main-container-renewable {
  width: 100%;
}

.main-container-other {
  width: 100%;
}

.nav-container {
  width: 100vw;
  position: sticky;
  top: 2em;
  z-index: 200;
}

.nav-container-inner {
  float: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

/* The navbar */
.topnav {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:#35009f 0px 3px 10px;

  
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1.5em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 1em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav a:hover {
  color: rgb(174, 110, 252);
  font-weight: 600;
  padding: 0.5em;
}

.topnav img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(174, 110, 252);
  opacity: 0.8;
}
  
/* The navbar on detailed pages */
.topnav-renewable {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.6), rgba(0,0,0,0.4));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:rgba(0,0,0,0.5) 0px 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav-renewable a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav-renewable img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav-renewable a:hover {
  color: rgb(7, 235, 125);
  font-weight: 600;
  padding: 0.5em;
}

.topnav-renewable img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(7, 235, 125);
  opacity: 0.8;
}

.tag-primary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(53,0,159,0.4);
  border: rgba(255,255,255,0.7) 1px solid;
  color:#FFFFFF;
}

.tag-secondary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(0,0,0,0.2);
  border: rgba(255,255,255,0.3) 1px solid;
  color:#FFFFFF;
}

.tag-group-right {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 1em;
}

.tag-group-left {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 1em;
}

.footer { 
      background-color: transparent;
      padding: 2em 0;
      text-align: center;
    }



:root {
--sliding-card-height: 100vh;
--sliding-card-top-padding: 1em;
--sliding-card-margin: 1em;
}


.container-sliding-cards {
margin: auto;
padding-top: 3em;
}


.sliding-card{
  position: sticky;
  top: 0;
  padding-top: calc(var(--index)*var(--sliding-card-top-padding));
  padding-left: 2em;
  padding-right: 2em;
}

#sliding-cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat (var (--sliding-cards)), var (--sliding-card-height);
  gap: var(--sliding-card-margin);
  padding-bottom: 1em;
  margin-bottom: var(--sliding-card-margin);
}

#sliding-card-1 {
  --index: 1;
}

#sliding-card-2 {
  --index: 2;
}

#sliding-card-3 {
  --index: 3;
}

#sliding-card-4 {
  --index: 4;
}


#sliding-card-1 .sliding-card-bg {
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-2 .sliding-card-bg {
  background-color:  rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, .2);
}

#sliding-card-3 .sliding-card-bg {
  background-color: rgba(53, 0,159, .8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#sliding-card-4 .sliding-card-bg {
  background-color: rgba(255, 255, 255, 0.9) ;
  border: 1px solid rgba(53, 0,159, .7);
}

.sliding-card-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  padding: 2em;
  height: var(--sliding-card-height);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


ul {
  list-style-type: disc;
  color: #595959;
  padding-left: 0.5em;
}

li{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 0.6em;
  margin-bottom: 0.75em;
  text-transform: none;
  line-height: 1.8;
}

.card-column {
    width: 50%;
  }

  
  .accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #7C4EEC;
    font-size: 1.25rem;
    font-weight: 400;
    transition: 0.4s;
  }

  .logo1{
  border-radius: 0;
  height:38px;

}

.logo2{
  border-radius: 0;
  height:32px;

}

.logo3{
  border-radius: 0;
  height:64px;

}

.logo4{
  border-radius: 0;
  height:40px;

}

.logo5{
  border-radius: 0;
  height:24px;

}

.logo6{
  border-radius: 0;
  height:40px;

}


td {
  padding: 0.3em;
}

.column-18 {
  padding: 0 1.5em 0 0.75em;
  width:30%;
  height:auto;
  display: block;
  margin: 0 auto;
}

.column {
  flex: 1;
  padding: 0;
  margin: 0;
}

.column-2 {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
  margin:auto;
}

.column-2-fund {
  display: flex;
  flex-direction: column;
  flex: 45%;
  justify-content: center;   /* vertical centering */
  align-items: center;
}

.column-2-form {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-button {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-sliding-cards {
  vertical-align: top;
  top: 0;
}

.column-3-form {
  flex:0;
}

.column-3 {
  flex:3%;
}

.wrapper-cards{
  max-width: 60em;
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
}

.card-row-1{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top:2em;
  margin-bottom:2em;
  height:20em;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
  background: linear-gradient(180deg,rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  z-index: 100;
}

 .card-row-1::before {
  content: "";
  position: absolute;
  inset:0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(45deg, rgba(255,255,255,0.5), rgba(0,0,0,0.2), rgba(255,255,255,0.5), rgba(0,0,0,0.1));
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  z-index: 100;
}




.card-image-left {
 cursor:pointer;
  width:100%;
}

.card-image-right {
 cursor:pointer;
 width:100%;
 display: block;
}


.card-content-right {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      width: 80%;
      text-wrap: wrap;
      margin-top: auto;
      margin-bottom: auto;
      margin-right: auto;
      margin-left: auto;
      text-align: left;
      align-items: stretch;
      z-index: 101;

    }

.card-content-left {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      width: 80%;
      text-wrap: wrap;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto;
      text-align: right;
      align-items: stretch;
      z-index: 101;
    }

/* Responsive columns */
.card-column-right {
  width: 50%;
  padding: 3em;
}

.card-column-left {
  width: 50%;
  padding: 3em;
}

.wrapper{
  max-width: 75em;
  min-width: 20em;
  border: none;
  margin: 3em;
}

.wrapper-medium{
  margin: 1.5em;
}

.wrapper-red-bg{
  border: none;
  padding: 7em 5em;
  margin-bottom: 3em;
  background: -webkit-linear-gradient(45deg, #96151D, #6b080e);
}

.wrapper-blue-bg{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border: none;
  margin-top: 3em;
  background: -webkit-linear-gradient(45deg, #F1FBFE, #cbeef9);
}

.wrapper-yellow-bg{
  width: 100%;
  border: none;
  padding: 3em 2em 1em 2em;
  margin: 3em 0 1em 0;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}

.wrapper-yellow-bg-internal-tool{
  width: 100%;
  height: auto;
  min-height: unset;
  overflow: visible;
  border: none;
  padding: 3em 2em 1em 2em;
  margin-bottom: 1em;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
}

.wrapper-dark-grey-bg{
  display: flex;
  flex-direction:column;
  padding: 3em 2em 3em 2em;
  background-color: #414141;
}

.wrapper-lavender-bg{
  display: flex;
  flex-direction:column;
  padding: 2em 0 2em 0;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}


.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin:0;
  padding: 0;
}

.row-2 {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
}

.row-2-no-scroll {
  display: flex;
  flex-direction: column;
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
}

.row-2-header {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}


.row-2-lavender {
  display: flex;
  flex-direction:column;
  padding: 0 3em 0 3em;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.row-2-yellow {
  display: flex;
  padding: 0.75em;
  flex-direction:column;
  align-content: middle;
  justify-content: center;
  background: transparent;
}


/* Gallery Container */

.gallery {
display: flex;
flex-direction: row;
justify-content: center;
gap: 2em;
max-width: 160em;
height: auto;
margin-top: 2em;
margin-bottom: 2em;
}

/* Gallery Items */

.gallery-item {
flex: 1 1 25%;
max-width: 27%;
overflow: hidden;
box-shadow: 0 0.2em 0.25em 0 rgba(0,0,0,0.1);
border-radius: 0.5em;
}



.gallery-item img {
width: 100%;
height: 10em;
display: block;
object-fit: cover;
object-position: left top;
transition: 0.3s ease-out;
}

.desc {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: center;
}

.desc-white {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #FFF;
  text-align: center;
}

.desc-left {
  padding-top: 0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: left;
}

.column-video-wide-75 {
  width:100%;
  display:flex;
  flex-direction:column;
}

.column-video-narrow-25 {
  width:100%;
  display:flex;
  flex-direction:column;
}

  .video-responsive {
    max-width: 100vw;
    padding-bottom: 56.25vw; /* maintain aspect ratio on mobile */
  }

  .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
}

.row-bot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.5em 3em;
  background: transparent;
}

.column-2-top-alignment {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-hero-text {
  flex: 100%;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}


} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
*{
  margin: 0;
  padding: 0;
  border: none;
}

h1{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #4300cc, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 4rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
  position: absolute;
  text-align: center;
}


 h1-gradient{
  background: -webkit-linear-gradient(45deg, #FFFFFF, #9a6df5, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 4.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  z-index:100;
}


h1-white{
color:white;
font-family: "Open Sans", Helvetica, sans-serif;
font-weight: 600;
font-size: 2.5rem;
padding-bottom: 1rem;}




h2{
  color: #3A3A3A;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 3rem;
}

h2-white{
  color: #ffffff;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
}


h3{
  color: #3A3A3A;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

h3-white{
  color: rgba(255,255,255,0.9);
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight:800;
  font-size: 1.5rem;
}

h4{
  color: #FFFFFF;
  font-weight: 600; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: none;
  padding-bottom: 0.5em;
  cursor:pointer;

}

h5{
  color: #FFFFFF;
  font-weight: bold; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
}

h5-dark{
  color: #595959;
  font-weight: bold; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
}

h6{
  color: #6E37F1;
  font-weight: bold; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.25rem;
}



h7{
  color: #fff;
  font-weight: bold; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
}

h8{
  color: #a6a6a6;
  font-weight: regular; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
}

h8-dark{
  color: #4f4f4f;
  font-weight: regular; 
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
}

hdata{
  color:#ffffff;
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 4rem;
  text-decoration: none;
  text-transform: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

hsmalldata{
  color: #fff;
  font-weight: 100; 
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-optical-sizing: auto;
  text-decoration: none;
  text-transform: none;
}


p{
  color: rgba(255,255,255,0.9);
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
  line-height: 1.7;
}

.desc {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: center;
}

.desc-white {
  padding-top: 0.5em;
  margin-top:0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #FFF;
  text-align: center;
}

.desc-left {
  padding-top: 0.5em;
  padding-bottom: 1.25em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #595959;
  text-align: left;
}

p-white{
  color: #FFFFFF;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
  line-height: 1.7;
}

p-coming-soon{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75em;
  text-transform: none;
}

p-bold{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p-italic{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


body, html {
  height: 100%;
  width: 100%;
}

body {
    background-color:#4df64d;
    width: 100%;
}



.card-left {
  border-radius: 1em;
  width:50%;
  text-decoration: none;
  transition: 0.7s ease-out;
  z-index: 101;
}

.card-right {
  border-radius: 1em;
  text-decoration: none;
  width:50%;
  transition: 0.7s ease-out;
  z-index: 101;
}


.card-left:hover {
  transition: 1s ease-out;
  scale: 1.1;
}

.card-right:hover {
  transition: 1s ease-out;
  scale: 1.1;
}


.container {
  padding: 1.2em 1.2em;
  text-decoration: none;
}


.main-container {
  padding: 1em 1em;
  align-items: stretch;
  width: 100%;
}

.main-container-renewable {
  width: 100%;
}

.main-container-other {
  width: 100%;
}

.card-row, .row-data ::after, ::before {
    box-sizing: border-box;
    padding: 2em 0;
}

.card-row-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction:row;
  position: relative;
  margin-top:2em;
  margin-bottom:2em;
  height:20em;
  overflow: hidden;
  border-radius: 1em;
  background: linear-gradient(180deg,rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  box-shadow: 0;
  transition: box-shadow 0.5s ease-in-out;
  z-index: 100;
}

 .card-row-1::before {
  content: "";
  position: absolute;
  inset:0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(45deg, rgba(255,255,255,0.5), rgba(0,0,0,0.2), rgba(255,255,255,0.5), rgba(0,0,0,0.1));
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  z-index: 100;
}


.card-row-1:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}


.nav-container {
  width: 100vw;
  position: sticky;
  top: 2em;
  z-index: 200;
}

.nav-container-inner {
  float: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

/* The navbar */
.topnav {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:#35009f 0px 3px 10px;

  
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1.5em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 1em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav a:hover {
  color: rgb(174, 110, 252);
  font-weight: 600;
  padding: 0.5em;
}

.topnav img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(174, 110, 252);
  opacity: 0.8;
}
  

/* The navbar on detailed pages */
.topnav-renewable {
  position: relative;
  margin: auto;
  padding: 1em;
  background: linear-gradient(60deg,rgba(0,0,0,0.6), rgba(0,0,0,0.4));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:rgba(0,0,0,0.5) 0px 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  gap: 1em;
  backdrop-filter: blur(10px);
}

/* Navbar links */
.topnav-renewable a {
  color: #f2f2f2;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.topnav-renewable img {
  margin-right: 0.5em; /* Space between icon and text */
  opacity: 1;
}

.topnav-renewable a:hover {
  color: rgb(7, 235, 125);
  font-weight: 600;
  padding: 0.5em;
}

.topnav-renewable img:hover {
  margin-right: 0.5em; /* Space between icon and text */
  background: rgb(7, 235, 125);
  opacity: 0.8;
}

.tag-primary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(53,0,159,0.4);
  border: rgba(255,255,255,0.7) 1px solid;
  color:#FFFFFF;
}

.tag-secondary {
  display: flex;
  padding: 6px 12px;
  border-radius: 1.5em;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  width: fit-content;
  background-color: rgba(0,0,0,0.2);
  border: rgba(255,255,255,0.3) 1px solid;
  color:#FFFFFF;
}

.tag-group-right {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 1em;
}

.tag-group-left {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 1em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0.5em;
  margin-bottom: 0px;
  padding: 1.5em;
  padding-bottom: 1.5em;
}

.row-help {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  padding: 1.5em;
  padding-bottom: 1.5em;
  background: transparent;
}

.row-bot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  padding: 1.5em 0 5em 10em;
  background: transparent;
}

table {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top:1em;
  padding-bottom:1em;
}


 .logo1{
  border-radius: 0;
  height:28px;

}

.logo2{
  border-radius: 0;
  height:20px;

}

.logo3{
  border-radius: 0;
  height:36px;

}

.logo4{
  border-radius: 0;
  height:28px;

}

.logo5{
  border-radius: 0;
  height:16px;

}

.logo6{
  border-radius: 0;
  height:28px;

}


td {
  padding: 0.75em;
}

.middle {
  vertical-align: middle;
  text-align: center;
  cursor:default;
}

.row-data {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em;
  padding: 1.5em;
  padding-bottom: 3em;
  gap:3em;
  justify-content: center;
}


column-data{
  width:20%;
}

.card-data1 {
  padding:1.5em;
  background-color: none;
  cursor:default;
  display:flex;
  flex-direction: column;
}

.card-data2 {
  padding:1.5em;
  background-color: none;
  cursor:default;
  display:flex;
  flex-direction: column;
}

.card-data3 {
  padding:1.5em;
  background-color: none;
  cursor:default;
  display:flex;
  flex-direction: column;
}

.column-video {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content: center;
  margin:auto;
  width: 100%;
}

.column-video-wide-75 {
  margin:auto;
  width:75%;
  display:flex;
  flex-direction:column;
}

.column-video-narrow-25 {
  margin:auto;
  width:25%;
  display:flex;
  flex-direction:column;
} 

.column-ava {
  margin: auto;
  width: 100%;
}

.ava {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: relative;
}

.row-video {
  display: flex;
  flex-direction: row;
  margin: 0.5em;
  margin-bottom: 0px;
  padding: 1.5em;
  padding-bottom: 1.5em;
}

.alert {
  padding: 1.5em 2em;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #3cff01;
  border-radius:0.75em;
  height:fit-content;
}

.alert-outcomes {
  padding: 1.5em 2em;
  background-color: rgba(250, 220, 175, 0.6);
  border: 1px solid #f8bc77;
  border-radius:0.75em;
  height:fit-content;
}

.alert-outcomes-on-green {
  padding: 1.5em 2em;
  background-color: rgb(254, 252, 196);
  border: 1px solid #faf744;
  border-radius:0.75em;
  height:fit-content;
}

.alert-outcomes-on-purple {
  padding: 1.5em 2em;
  background-color: rgb(240, 211, 245);
  border: 1px solid #d7a8e1;
  border-radius:0.75em;
  height:fit-content;
}

.alert-outcomes-blue {
  padding: 1.5em 2em;
  background-color: rgb(221, 250, 255);
  border: 1px solid #a5ddff;
  border-radius:0.75em;
  height:fit-content;
}

/* Adding Padding to Containers */
.form-container 
{ display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fb7402;
  border-radius:2em;
  padding: 2em;
  width:80%;
  justify-content: center;
  align-content: center;
}

.row-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding:0;
  justify-content: center;
}

/* Styling for input elements and the Submit Button */
input[type=text], input[type=submit] 
{
  width: 100%;
  padding: 1em;
  font-size: 1em;
  color:#000000;
  margin: 1.25em 0;
  display: inline-block;
  border: 1px solid #AFB0B2;
  border-radius:0.5em;
  box-sizing: border-box;
}

input[type=submit] 
{
  background-color: #492BB2;
  color: #ffffff;
  padding: 1em;
  font-size: 1em;
  font-weight:600;
  cursor:pointer;
  border: none;
  border-radius:0.5em;
}

input[type=submit]:hover 
{
  background-color:rgb(91, 51, 238);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, .5);
}


/* Animation */
.fadeInLeft{
  -webkit-animation: fadeInLeft 1.2s both;
  -moz-animation: fadeInLeft 1.2s both;
  -o-animation: fadeInLeft 1.2s both;
  animation: fadeInLeft 1.2s both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity:0;
    -webkit-transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInLeft {
    0% {
    opacity:0;
    -moz-transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInLeft {
    0% {
    opacity:0;
    -o-transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInLeft {
    0% {
    opacity:0;
    transform: translateX(-3em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

.fadeInRight{
  -webkit-animation: fadeInRight 1.2s both;
  -moz-animation: fadeInRight 1.2s both;
  -o-animation: fadeInRight 1.2s both;
  animation: fadeInRight 1.2s both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity:0;
    -webkit-transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInRight {
    0% {
    opacity:0;
    -moz-transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInRight {
    0% {
    opacity:0;
    -o-transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInRight {
    0% {
    opacity:0;
    transform: translateX(3em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}


.fadeInTop1{
  -webkit-animation: fadeInTop1 1.7s both;
  -moz-animation: fadeInTop1 1.7s both;
  -o-animation: fadeInTop1 1.7s both;
  animation: fadeInTop1 1.7s both;
}

@-webkit-keyframes fadeInTop1 {
  0% {
    opacity:0;
    -webkit-transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInTop1 {
    0% {
    opacity:0;
    -moz-transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInTop1 {
    0% {
    opacity:0;
    -o-transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInTop1 {
    0% {
    opacity:0;
    transform: translateY(-5em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

.fadeInTop2{
  -webkit-animation: fadeInTop2 1.2s both;
  -moz-animation: fadeInTop2 1.2s both;
  -o-animation: fadeInTop2 1.2s both;
  animation: fadeInTop2 1.2s both;
}

@-webkit-keyframes fadeInTop2 {
  0% {
    opacity:0;
    -webkit-transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInTop2 {
    0% {
    opacity:0;
    -moz-transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInTop2 {
    0% {
    opacity:0;
    -o-transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInTop2 {
    0% {
    opacity:0;
    transform: translateY(-4em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

.fadeInTop3{
  -webkit-animation: fadeInTop3 0.8s both;
  -moz-animation: fadeInTop3 0.8s both;
  -o-animation: fadeInTop3 0.8s both;
  animation: fadeInTop3 0.8s both;
}

@-webkit-keyframes fadeInTop3 {
  0% {
    opacity:0;
    -webkit-transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    -webkit-transform: translateX(0)
    ;}
}

@-moz-keyframes fadeInTop3 {
    0% {
    opacity:0;
    -moz-transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    -moz-transform: translateX(0);}
}

@-o-keyframes fadeInTop3 {
    0% {
    opacity:0;
    -o-transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    -o-transform:translateX(0);}
}

@keyframes fadeInTop3 {
    0% {
    opacity:0;
    transform: translateY(-3em)
    ;}

  100%{    
    opacity:1;
    transform: translateX(0);}
}

/* These styles are for secondary project pages from 2019 */


.column {
  flex: 25%;
  position: relative;
}

.column-center {
  margin: auto;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.column-2-sliding-cards {
  flex: 100%;
  align-content: center;
  vertical-align: middle;
  justify-content: center;
  margin: auto;
  padding: 2em;
}


.wrapper{
  max-width: 75em;
  min-width: 20em;
  border: none;
  margin: 4em auto;
}

.wrapper-medium{
  min-width: 20em;
  border: none;
  margin: 3em 0 1em 5em;
}

.wrapper-wide{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  padding: 0 3em 0 3em;
}

.wrapper-red-bg{
  min-width: 20em;
  border: none;
  padding: 5em 7em;
  margin-bottom: 3em;
  background: -webkit-linear-gradient(45deg, #96151D, #6b080e);
}

.wrapper-lavender-bg{
  min-width: 20em;
  border: none;
  padding-top: 5em;
  margin: 0 auto;
  background-color: #ECEDFF;
  padding-top: 1em;
  padding-bottom: 2em;
}

.wrapper-grey-bg{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  background-color: #F0F0F0;
}

.wrapper-dark-grey-bg{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  padding: 5em 0 5em 0;
  background-color: #414141;
}

.wrapper-blue-bg{
  min-width: 20em;
  border: none;
  margin-top: 3em;
  margin: 0 auto;
  padding: 5em 1em 5em 1em;
  background: -webkit-linear-gradient(45deg, #F1FBFE, #cbeef9);
}

.wrapper-green-bg{
  min-width: 20em;
  border: none;
  margin-top: 6em;
  margin: 0 auto;
  padding: 8em 0 7em 0;
  background: -webkit-linear-gradient(-45deg, #E5FFED, #8bf1aa);
}

.wrapper-yellow-bg-internal-tool{
  min-width: 20em;
  height: 130vh;
  border: none;
  background: -webkit-linear-gradient(-45deg, #FFFDE4, #f3efb9);
  padding: 2em;
}


.video-overlap-container {
 position: relative;
 width: 100%;
 max-height: 25%;
 /* Set height to half the video height for overlap effect */
}

.video-overlap-container video {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 width: 80vw; /* or your preferred width */
 max-width: 1200px;
 height: auto;
 top: -55vh; /* Move video up by 50% of its height */
 z-index: 10;
 border-radius: 1em;
}

ul {
  list-style-type: disc;
  color: #595959;
  padding-left: 1em;
}

li{
  color: #595959;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 0.6em;
  margin-bottom: 0.75em;
  text-transform: none;
  line-height: 1.8;
}

.row-2 {
  display: flex;
  flex-direction: row;
  width:100%;
  margin: auto;
  padding: 2em 0 2em 0;
  justify-content: center;
  gap: 2em;
}

.row-2-no-scroll {
  display: flex;
  flex-direction: row;
  width:100%;
  margin: auto;
  padding: 2em 0 2em 0;
  justify-content: center;
  gap: 2em;
}

.row-2-header {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.row-2-blue {
  display: flex;
  flex-direction: row;
  max-width: 120em;
  margin: auto;
  padding: 2em;
  align-content: middle;
  justify-content: center;
  background: transparent;
}

.row-2-yellow {
  display: flex;
  max-width: 120em;
  margin: auto;
  padding: 2em;
  align-content: middle;
  justify-content: center;
  background: transparent;
}

.row-2-lavender {
  display: flex;
  max-width: 70em;
  margin: auto;
  padding-top: 6em;
  padding-bottom: 0;
  align-content: middle;
  justify-content: center;
  background-color: #ECEDFF;
}

.column-2 {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
  margin: auto;
}

.column-2-ava {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
  margin: auto;
}

.column-2-top-alignment {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-hero-text {
  flex: 45%;
  overflow: visible;
  vertical-align: middle;
  text-align: right;
  margin: auto;

}


.column-2-form {
  flex: 40%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-button {
  flex: 45%;
  align-content: flex-start;
  justify-content: center;
}

.column-2-fund {
  display: flex;
  flex-direction: column;
  flex: 45%;
  justify-content: center;   /* vertical centering */
  align-items: center;
}

.column-2-diagram {
  display: flex;
  flex-direction: column;
  flex: 30%;
  justify-content: center;   /* vertical centering */
  align-items: center;
}


.column-3 {
  flex:5%;
}

.column-3-form {
  flex:2%;
}

.content {
  width: 100%;
}


video {
  max-width: 100%;
  height: auto;
}

video-50 {
  max-width: 50%;
  height: auto;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 800px; /* Optional: limit max width */
}


.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
}



.responsive {
    max-width: 100%;
    height: auto;
    align-content: center;
  }



.column-82 {
  padding: 0 1.5em 0 0.75em;
  width:70%;
  height:auto;
  display: block;
  margin: 0 auto;
}



.button {
  background-color: transparent;
  color: #ffffff;
  display: inline-block;
  background-repeat: no-repeat;
  border: none;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 20px;
  font-size: 0.75em;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, .5);
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 0.75em;
  font-weight: 600;
  cursor: pointer;
}


.linkedin:before {
  background: url("images/icon_linkedin.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 4px;
  height: 16px;
}


.medium:before {
  background: url("images/icon_medium.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 4px;
  height: 16px;
}


.back:before {
  background: url("images/icon_back.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 20px;
  padding-top: 20px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  width: 20px;
  text-decoration: none;
}

.back-white:before {
  background: url("images/icon_back_white.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 20px;
  padding-top: 20px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  width: 20px;
  text-decoration: none;
}


.link {color: #FFFFFF;
  border-bottom: 2px solid #60ff5c ;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link:hover {
  color: #d0cece;
  border-bottom: 2px solid #BA9FFB;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link-white { color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

.link-white:hover {
  color: white;
  border-bottom: 4px solid white;
  padding-bottom: unset;
  text-transform: none;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  display: inline;
}

a {
  text-decoration: none;
  cursor:pointer;
}


div.a {
  line-height: 1.5;
}



.accordion:hover {
  color: #6635e1;
  background-color: #F3E8FE;
}

.accordion:after {
  content: '\002B';
  color: #7C4EEC;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}

.accordion-active:after {
  content: "\2212";
  color: #6E37F1;
}


        
.panel {
  padding: 0 1rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 

* {
  box-sizing: border-box;
}

/* Create 5 columns of equal width */
.columns-example {
  float: left;
  width: 20%;
  padding: 4px;
}

/* Style the list */
.number {
  list-style-type: none;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


/* Header */
 .header-example {
  color: black;
  font-size: 24px;
}

/* List items */
.number li {
  padding: 4px;
  text-align: center;
}


/* Gallery Container */

.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.5em;
max-width: 160em;
height: auto;
margin-top: 2em;
margin-bottom: 2em;
}

/* Gallery Items */

.gallery-item {
flex: 1 1 calc(25% - 1em);
max-width: calc(25% - 1em);
overflow: hidden;
box-shadow: 0 0.2em 0.25em 0 rgba(0,0,0,0.1);
border-radius: 0.5em;
}

.gallery-item img {
width: 100%;
height: 15em;
display: block;
object-fit: cover;
object-position: left top;
transition: 0.3s ease-out;
}

.gallery-item img:hover {
    transform: scale(1.05);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease-out;
}

/* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .modal.show {
      display: flex;
    }

    .modal-content-wrapper {
      max-width: 80vw;
      max-height: 80vh;
      overflow: auto;
    }

    .modal-content {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto;
      border-radius: 10px;
    }

    .close {
      position: absolute;
      top: 1em;
      right: 2em;
      padding-left: 0.25em;
      padding-right: 0.25em;
      color: white;
      font-size: 2em;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s ease-out;
    }

    .close:hover {
      color: #000000;
      background-color: #FFFFFF;
      padding-left: 0.25em;
      padding-right: 0.25em;
      border-radius:0.25em;
      text-decoration: none;
      transition: 0.3s ease-out;
    }


    .footer { 
      background-color: transparent;
      padding: 2em 0;
      text-align: center;
    }

    .sliding-card{
  position: sticky;
  top: 0;
  padding-top: calc(var(--index)*var(--sliding-card-top-padding));
  padding-bottom: 2em;
  overflow-y: auto;
}

}

