.c-stacked-cards {
  margin: 48px 0px;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .c-stacked-cards {
    margin: 96px 0px;
    margin: 6rem 0;
  }
}
.c-stacked-cards__title {
  max-width: 550px;
}
@media (min-width: 768px) {
  .c-stacked-cards__title {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

.c-stacked-tabs {
  display: none;
}
@media (min-width: 768px) {
  .c-stacked-tabs {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    z-index: 1;
  }
}

.c-stacked-tab {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .c-stacked-tab {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
}
.c-stacked-tab a {
  padding: 8px 40px;
  padding: 0.5rem 2.5rem;
  font-family: "Outfit", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  background-color: #FFFFFF;
  border: 2px solid;
  border-radius: 200px;
  display: block;
  font-weight: 500;
  color: #1C1C1C;
  text-align: center;
}
.c-stacked-tab a:hover, .c-stacked-tab a:focus, .c-stacked-tab a:active {
  color: #FFFFFF;
}
.c-stacked-tab--rep-democracy a {
  border-color: #5B4099;
}
.c-stacked-tab--rep-democracy a:hover, .c-stacked-tab--rep-democracy a:focus, .c-stacked-tab--rep-democracy a:active {
  background-color: #5B4099;
}
.c-stacked-tab--non-majoritarian a {
  border-color: #00A651;
}
.c-stacked-tab--non-majoritarian a:hover, .c-stacked-tab--non-majoritarian a:focus, .c-stacked-tab--non-majoritarian a:active {
  background-color: #00A651;
}
.c-stacked-tab--deliberative a {
  border-color: #9C248A;
}
.c-stacked-tab--deliberative a:hover, .c-stacked-tab--deliberative a:focus, .c-stacked-tab--deliberative a:active {
  background-color: #9C248A;
}
.c-stacked-tab--climate-and-democracy a {
  border-color: #4C8BF5;
}
.c-stacked-tab--climate-and-democracy a:hover, .c-stacked-tab--climate-and-democracy a:focus, .c-stacked-tab--climate-and-democracy a:active {
  background-color: #4C8BF5;
}

@media (min-width: 768px) {
  .c-stacked-items .anchor-id {
    padding: 24px 0px;
    padding: 1.5rem 0;
  }
}

.c-stacked-item {
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.c-stacked-item--rep-democracy {
  background: #EFECF5;
  color: #5B4099;
}
.c-stacked-item--rep-democracy .c-stacked-item__image-wrapper {
  background-color: #5B4099;
  border-color: #5B4099;
}
.c-stacked-item--rep-democracy .c-stacked-item__title {
  color: #5B4099;
}
.c-stacked-item--non-majoritarian {
  background: #E6F7EE;
  color: #00A651;
}
.c-stacked-item--non-majoritarian .c-stacked-item__image-wrapper {
  background-color: #00A651;
  border-color: #00A651;
}
.c-stacked-item--non-majoritarian .c-stacked-item__title {
  color: #00A651;
}
.c-stacked-item--deliberative {
  background: #F6EAF4;
  color: #9C248A;
}
.c-stacked-item--deliberative .c-stacked-item__image-wrapper {
  background-color: #9C248A;
  border-color: #9C248A;
}
.c-stacked-item--deliberative .c-stacked-item__title {
  color: #9C248A;
}
.c-stacked-item--climate-and-democracy {
  background: #EEF4FE;
  color: #4C8BF5;
}
.c-stacked-item--climate-and-democracy .c-stacked-item__image-wrapper {
  background-color: #4C8BF5;
  border-color: #4C8BF5;
}
.c-stacked-item--climate-and-democracy .c-stacked-item__title {
  color: #4C8BF5;
}
@media (min-width: 768px) {
  .c-stacked-item {
    display: grid;
    gap: 10px;
    grid-template-columns: 60% 40%;
  }
}
.c-stacked-item__image {
  width: 100%;
}
@media (min-width: 768px) {
  .c-stacked-item__image {
    width: auto;
  }
}
.c-stacked-item__image-wrapper {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  border-bottom: 15px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .c-stacked-item__image-wrapper {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom: 0 solid transparent;
    border-right: 40px solid;
  }
}
.c-stacked-item__image img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .c-stacked-item__image img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}
.c-stacked-item__body {
  padding: 24px 24px 48px 24px;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
@media (min-width: 768px) {
  .c-stacked-item__body {
    padding: 48px;
    padding: 3rem;
  }
}
.c-stacked-item__title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 350px;
}

.c-stacked-item:nth-child(0n) {
  top: 0px;
}

.c-stacked-item:nth-child(1n) {
  top: 15px;
}

.c-stacked-item:nth-child(2n) {
  top: 30px;
}

.c-stacked-item:nth-child(3n) {
  top: 45px;
}

.c-stacked-item:nth-child(4n) {
  top: 60px;
}

.c-stacked-item:nth-child(5n) {
  top: 75px;
}

.c-stacked-item:nth-child(6n) {
  top: 90px;
}

.c-stacked-item:nth-child(7n) {
  top: 105px;
}

.c-stacked-item:nth-child(8n) {
  top: 120px;
}

@media (min-width: 768px) {
  .c-stacked-item:nth-child(0n) {
    top: 0px;
  }
  .c-stacked-item:nth-child(1n) {
    top: 30px;
  }
  .c-stacked-item:nth-child(2n) {
    top: 60px;
  }
  .c-stacked-item:nth-child(3n) {
    top: 90px;
  }
  .c-stacked-item:nth-child(4n) {
    top: 120px;
  }
  .c-stacked-item:nth-child(5n) {
    top: 150px;
  }
  .c-stacked-item:nth-child(6n) {
    top: 180px;
  }
  .c-stacked-item:nth-child(7n) {
    top: 210px;
  }
  .c-stacked-item:nth-child(8n) {
    top: 240px;
  }
}
.c-stacked-items-margin {
  margin-top: 0;
  width: 100%;
  height: 175px;
}
@media (min-width: 768px) {
  .c-stacked-items-margin {
    height: 400px;
  }
}
