@charset "UTF-8";
.tasks {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tasks {
    padding: 11rem 0;
  }
}
.tasks::before {
  content: "“";
  position: absolute;
  top: 4rem;
  right: 12rem;
  font-size: 18rem;
  font-weight: 900;
  line-height: 1;
  color: var(--green-soft);
  opacity: 0.65;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .tasks::before {
    display: none;
  }
}
.tasks .container {
  position: relative;
}

.tasks__grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 576px) {
  .tasks__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .tasks__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-legal {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background-color: var(--navy);
}
@media (min-width: 992px) {
  .about-legal {
    padding: 12rem 0;
  }
}

.about-legal__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-legal__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(27, 58, 87, 0.85);
}
@media (min-width: 992px) {
  .about-legal__bg::after {
    background-color: rgba(27, 58, 87, 0.65);
  }
}

.about-legal__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-legal__inner {
  position: relative;
  z-index: 1;
}

.about-legal__head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .about-legal__head {
    gap: 1.6rem;
    margin-bottom: 5.6rem;
  }
}

.about-legal__tag {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .about-legal__tag {
    font-size: 1.4rem;
  }
}
.about-legal__tag {
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--green);
}

.about-legal__title {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media (min-width: 992px) {
  .about-legal__title {
    font-size: 3.8rem;
    line-height: 1.2;
  }
}

.about-legal__cards {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 992px) {
  .about-legal__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }
}

.leadership {
  padding: 6rem 0;
  background-color: var(--bg-alt);
}
@media (min-width: 992px) {
  .leadership {
    padding: 11rem 0;
  }
}

.leadership__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 1.2rem;
  list-style: none;
  align-items: stretch;
}
@media (min-width: 576px) {
  .leadership__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .leadership__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.leadership__grid > li {
  display: flex;
}
.leadership__grid > li > * {
  width: 100%;
}
@media (max-width: 575px) {
  .leadership__grid > li:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}

.cta-banner {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background-color: var(--navy);
}
@media (min-width: 992px) {
  .cta-banner {
    padding: 12rem 0;
  }
}

.cta-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(27, 58, 87, 0.85);
}
@media (min-width: 992px) {
  .cta-banner__bg::after {
    background-color: rgba(27, 58, 87, 0.8);
  }
}

.cta-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  max-width: 82rem;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-banner__inner {
    gap: 1.6rem;
  }
}

.cta-banner__tag {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .cta-banner__tag {
    font-size: 1.4rem;
  }
}
.cta-banner__tag {
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--green);
}

.cta-banner__title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media (min-width: 992px) {
  .cta-banner__title {
    font-size: 4.2rem;
    line-height: 1.2;
  }
}

.cta-banner__text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #e2e8f0;
}
@media (min-width: 992px) {
  .cta-banner__text {
    font-size: 1.8rem;
  }
}

.cta-banner__inner .bttn {
  width: 100%;
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .cta-banner__inner .bttn {
    width: auto;
    margin-top: 1.6rem;
  }
}

.news-home {
  padding: 6rem 0;
}
@media (min-width: 992px) {
  .news-home {
    padding: 11rem 0;
  }
}

@media (max-width: 575px) {
  .news-home__viewport {
    margin-inline: calc(var(--container-pad) * -1);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline-start: var(--container-pad);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .news-home__viewport::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 575px) {
  .news-home__track {
    display: flex;
    align-items: stretch;
    padding-inline-start: var(--container-pad);
    gap: 0;
  }
  .news-home__track > * {
    flex: 0 0 82%;
    scroll-snap-align: start;
    height: auto;
  }
  .news-home__track > * + * {
    margin-inline-start: 2rem;
  }
  .news-home__track::after {
    content: "";
    flex: 0 0 var(--container-pad);
  }
}
@media (min-width: 576px) {
  .news-home__track {
    gap: 2.4rem;
  }
}

.news-home__dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 3.2rem;
}
@media (min-width: 576px) {
  .news-home__dots {
    display: none;
  }
}

.news-home__dot {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: 0;
  border-radius: 0.3rem;
  background-color: var(--border);
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.2s ease;
}
.news-home__dot.is-active {
  width: 2.4rem;
  background-color: var(--green);
}

.news-home__all {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}