:root {
  --color-blue: #022b4e;
  --color-blue-dark: #011d35;
  --color-green: #aee665;
  --color-green-strong: #5db417;
  --color-white: #ffffff;
  --color-text: #17211d;
  --color-muted: #60706b;
  --shadow: 0 24px 70px rgba(1, 29, 53, 0.22);
  --container: min(1180px, calc(100% - 40px));
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-white);
  color: var(--color-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

body.is-menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: 'Poppins';
  font-weight:500 !important;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: var(--color-white);
  border-bottom: 1px solid rgba(2, 43, 78, 0.1);
}

.site-header__logo,
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-footer__logo{
	margin:0 auto;
	
}

.site-header__logo-image {
  width: 150px;
  height: auto;
}

.site-header__nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 38px);
  color: var(--color-blue);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header__link {
  position: relative;
  padding: 8px 0;
}

.site-header__link::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--color-green);
  transition: width 0.2s ease;
}

.site-header__link:hover::after {
  width: 100%;
}

.site-header__toggle,
.site-header__close,
.menu-backdrop {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--color-green);
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover {
  background: var(--color-green);
  color: var(--color-blue);
}

.hero,
.feature {
  position: relative;
  display: grid;
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  --hero-offset: 0px;
  position: absolute;
  inset: -8vh 0;
  z-index: -3;
  transform: translateY(var(--hero-offset)) scale(1.06);
  transition: transform 0.12s linear;
}

.hero__image,
.feature__background,
.site-footer__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__image {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.9s ease, transform 5.2s ease;
}

.hero__image--active {
  opacity: 1;
  transform: scale(1.08);
}

.hero__shade,
.feature__shade,
.site-footer__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
 
}

.hero__content,
.feature__content {
  width: min(660px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 92px);
  padding-top: var(--header-height);
  color: var(--color-white);
  font-family: Poppins, Inter, sans-serif;
}

.hero__eyebrow {
  margin: 0 0 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.hero__title {
  max-width: 700px;
  margin: 0 0 24px;
  color: var(--color-green);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.hero__text,
.feature__lead {
  max-width: 570px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
 
}

.hero__text{
	 font-weight: 200;
  max-width:400px;
   font-family: 'Poppins';
	
}

.hero__dots {
  position: absolute;
  left: clamp(20px, 7vw, 92px);
  bottom: 32px;
  display: flex;
  gap: 10px;
}

.hero__dot {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.hero__dot--active {
  background: var(--color-green);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 80px 0 60px;
}

.section-heading {
  max-width: 960px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading__title {
  margin: 0;
  color: var(--color-blue);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.section-heading__eyebrow {
  margin: 10px 0 0;
  color: var(--color-green-strong);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 300;
  line-height: 1.25;
}

.section-heading__eyebrow span {
  font-weight: 800;
}

.fact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 40%) 1fr;
  align-items: stretch;
  margin-top: 34px;
  color: var(--color-white);
}

.fact-card--green {
  background: var(--color-green-strong);
}

.fact-card--blue {
  background: var(--color-blue);
}

.fact-card__media {
  position: relative;
  min-height: 330px;
  overflow: visible;
}

.fact-card__image {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.fact-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
 
}

.fact-card__media-text {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 60px;
  right: 34px;
  color: var(--color-white);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.18;
}

.fact-card__badge {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(1, 29, 53, 0.2);
}

.fact-card__badge--myth {
  top: 28px;
  left: -34px;
  background: var(--color-blue);
}

.fact-card__badge--fact {
  top: 25px;
  right: -25px;
  background: var(--color-green-strong);
}

.fact-card__body {
  position: relative;
  padding: clamp(30px, 5vw, 58px);
}

.fact-card__title {
  max-width: 680px;
  font-size:21px;
  margin: 0;
  line-height: 1.12;
}

.fact-card__text {
  max-width: 720px;
  margin: 18px 0 0;
  font-size:14px;
  font-weight:200;
  color: var(--color-white);
   font-family: 'Poppins';
}

.fact-card__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  font-size:13px;
}

.intro {
  padding-bottom: 24px;
}

.feature__background {
  z-index: -2;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.55s ease, transform 4.8s ease;
}

.feature__background--active {
  opacity: 1;
  transform: scale(1.07);
}

.feature__content {
  align-self: start;
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: clamp(110px, 14vh, 150px);
  text-align: center;
}

.feature__copy {
  display: inline-grid;
  grid-template-columns: auto minmax(280px, 520px);
  align-items: end;
  justify-content: center;
  gap: clamp(28px, 5vw, 72px);
  text-align: left;
}

.feature__title {
  margin: 0;
  color: #ff3131;
  font-size: clamp(2.25rem, 5.3vw, 5.2rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.feature__title span {
  display: block;
  color: #ff3131;
  margin-left:40px;
}

.feature__lead {
  color: var(--color-white);
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  line-height: 1.25;
  margin: 0 0 0;
  padding-bottom: 0.18em;
}

.feature__button {
  position: absolute;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%);
}

.feature__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 clamp(20px, 5vw, 72px);
  transform: translateY(-50%);
  pointer-events: none;
}

.feature__control {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--color-white);
  border:1px solid var(--color-white);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(1, 29, 53, 0.2);
  pointer-events: auto;
}

.feature__control[data-feature-prev] {
  transform: rotate(180deg);
}

.carousel {
  width: 100%;
  background: linear-gradient(180deg, var(--color-white) 0 118px, var(--color-blue) 118px 100%);
  overflow: hidden;
  padding-top: 46px;
}

.carousel__stage {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  padding: 0 62px;
}

.carousel__track {
  position: relative;
  height: 670px;
}

.carousel__item {
  position: absolute;
  top: 62px;
  left: 50%;
  display: grid;
  width: min(330px, calc(100% - 28px));
  height: 560px;
  align-content: stretch;
  align-items: stretch;
  padding: 26px 18px;
  background: url("assets/carousel-bg.jpg") center / cover;
  color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.84);
  transition: transform 0.28s ease, opacity 0.28s ease, box-shadow 0.28s ease;
}

.carousel__item--prev,
.carousel__item--next {
  opacity: 0.62;
  pointer-events: auto;
}

.carousel__item--prev {
  transform: translateX(calc(-50% - 410px)) translateY(36px) scale(0.88);
}

.carousel__item--next {
  transform: translateX(calc(-50% + 410px)) translateY(36px) scale(0.88);
}

.carousel__item--active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-42px) scale(1.06);
  box-shadow: var(--shadow);
}

.carousel__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
 height:100%;
 max-height:100%;
  margin-top: 0;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.60);
  text-align:center;
}

.carousel__title {
  margin: 0 0 10px;
  color: #2f3a10;
  font-size: 21px;
  line-height: 1.1;
  text-transform: uppercase;
}
h4.carousel__title{
	
	font-size:18px;
}
.carousel__text {
  margin: 0;
  color: #2f3a10;
  font-size:13px;
  line-height: 1.5;
}

.carousel > div:last-child {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  padding-inline: 20px;
}

.carousel > div:last-child .button {
  width: auto;
  max-width: 100%;
}

.carousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(1, 29, 53, 0.2);
  border: 1px solid var(--color-white);
}

.carousel__arrow--prev {
  left: 24px;
  transform: translateY(-50%) rotate(180deg);
}

.carousel__arrow--next {
  right: 24px;
}

.organizer {
  display: grid;
  justify-items: center;
}

.organizer__logo {
  display: inline-flex;
  width: min(420px, 100%);
  justify-content: center;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--color-white);
}

.site-footer__shade {
  background: rgba(1, 29, 53, 0.78);
}

.site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 40px;
  width: var(--container);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 112px) 0;
}

.site-footer__column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.site-footer__column:nth-child(2) {
  justify-items: center;
  align-content: center;
  text-align: center;
}

.site-footer__column--logos {
  justify-items: start;
  gap:40px;
}

.site-footer__title {
  margin: 0 0 8px;
  font-size: 21px;
  text-transform: uppercase;
}

.site-footer__text,
.site-footer__link {
  margin: 0;
  color: var(--color-white);
  font-weight: 800;
  text-transform: uppercase;
  
}

.site-footer__text a:hover{text-decoration:underline}
.site-footer__link {
	font-size: 21px;
	
}

.site-footer__text{
	font-weight:200;
	  text-transform: none;
	  font-size:14px;
	
}
.site-footer__link:hover {
  color: var(--color-green);
}

.site-footer__logo img {
  width: 100%;
  max-width:150px;
  
}

.site-footer__column--logos .site-footer__logo:first-of-type img {
  width: 330px;
  max-width: 100%;
}

@media (max-width: 920px) {
  .site-header__toggle {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 10px;
    border: 0;
    background: var(--color-blue);
    cursor: pointer;
  }

  .site-header__toggle-line {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--color-white);
  }

  .site-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    display: grid;
    width: min(390px, 88vw);
    height: 100vh;
    height: 100dvh;
    align-content: start;
    justify-content: stretch;
    gap: 8px;
    padding: 88px 26px 36px;
    background: var(--color-white);
    border-left: 1px solid rgba(2, 43, 78, 0.12);
    box-shadow: -28px 0 70px rgba(1, 29, 53, 0.28);
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    scrollbar-color: var(--color-green) rgba(2, 43, 78, 0.08);
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    transform: translateX(105%);
    transition: transform 0.24s ease;
  }

  .site-header__nav--open {
    transform: translateX(0);
  }

  .site-header__nav::-webkit-scrollbar {
    width: 8px;
  }

  .site-header__nav::-webkit-scrollbar-track {
    background: rgba(2, 43, 78, 0.08);
  }

  .site-header__nav::-webkit-scrollbar-thumb {
    background: var(--color-green);
    border-radius: 99px;
  }

  .site-header__link {
    padding: 16px 0;
    border-bottom: 1px solid rgba(2, 43, 78, 0.1);
    font-size: 1.12rem;
  }

  .site-header__link::after {
    display: none;
  }

  .site-header__close {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--color-blue);
    color: var(--color-white);
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: block;
    pointer-events: none;
    background: rgba(1, 29, 53, 0);
    transition: background 0.24s ease;
  }

  .menu-backdrop--visible {
    pointer-events: auto;
    background: rgba(1, 29, 53, 0.58);
  }

  .fact-card,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .fact-card__badge--myth {
    left: 22px;
    top: -28px;
  }

  .fact-card__badge--fact {
    right: 18px;
    top: -30px;
  }

  .site-footer__column--logos {
    justify-items: start;
  }

  .feature__copy {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .feature__lead {
    max-width: 620px;
    margin-inline: auto;
  }

  .carousel__item--prev {
    transform: translateX(calc(-50% - 280px)) translateY(36px) scale(0.86);
  }

  .carousel__item--next {
    transform: translateX(calc(-50% + 280px)) translateY(36px) scale(0.86);
  }
}

@media (max-width: 620px) {
	
	
	
	  .fact-card__badge--myth {
    left: 22px;
    top: 10px;
    width: 60px;
    height: 60px;
  }
  .fact-card__badge{
	  width: 60px;
    height: 60px; 
	  
  }
  .fact-card__media-text{
	  
	  top: 20px;
  left: 100px;
  right: 34px;
  }
	
	
	
	
  :root {
    --header-height: 74px;
  }

  .site-header__logo-image {
    width: 128px;
  }

  .hero__content,
  .feature__content {
    width: calc(100% - 40px);
    margin-inline: auto;
  }

  .feature__content {
    padding-top: 112px;
  }

  .button.feature__button {
    width: min(280px, calc(100% - 40px));
    bottom: 98px;
  }

  .button {
    width: 100%;
  }

  .fact-card__media,
  .fact-card__image {
    max-height: 170px !important
  }

.fact-card__image {
	min-height:auto !important
	
}
.fact-card__media{
	min-height:auto !important
}

  .fact-card__body {
    padding: 34px 22px;
  }

  .carousel__stage {
    min-height: 720px;
    padding: 0;
  }

  .carousel__track {
    height: 650px;
  }

  .carousel__item {
    top: 52px;
    width: min(310px, calc(100% - 56px));
    height: 620px;
    padding: 22px 16px;
  }

  .carousel__panel {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .carousel__title {
    font-size: 1.28rem;
  }

  .carousel__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .carousel__item--prev {
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(-50% - 230px)) translateY(42px) scale(0.82);
  }

  .carousel__item--next {
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(-50% + 230px)) translateY(42px) scale(0.82);
  }

  .carousel__item--active {
    transform: translateX(-50%) translateY(-10px) scale(1);
  }

  .carousel__arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .carousel__arrow--prev {
    left: 12px;
    transform: translateY(-50%) rotate(180deg);
  }

  .carousel__arrow--next {
    right: 12px;
  }

  .carousel > div:last-child {
    margin-top: 16px;
    padding-inline: 24px;
  }

  .site-footer__inner {
    text-align: center;
  }

  .site-footer__column,
  .site-footer__column--logos {
    justify-items: center;
  }
}


.more-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: .3s;
  font-size: 13px;
}
