@charset "utf-8";
/*@import url("https://use.typekit.net/ctu3twf.css"); */

 
  .about-section,
.eligibility-section,
.timeline-section {
  content-visibility: auto;
   contain-intrinsic-size: 900px;
}

 .start-section,
.footer {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

 .about-section img,
.eligibility-section img,
.timeline-section img,
.start-section img,
.footer img {
  loading: lazy;
  decoding: async;
}  

  

.container,
.container-lg {
	margin: auto;
	max-width: 100%;
}
@media (min-width: 1141px) {
    .container {
        max-width: 1920px;
    }
}

/* Columns Even */
@media (min-width: 769px) { 
  .columns-even {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
  } 
  .columns-even .col { 
    width: 100% 
  } 
}
@media (max-width: 768px) {
	.columns-even.reverse {
	    display: flex;
		flex-direction: column-reverse;
	}
	.columns-even img {
		margin: 0 0 30px;
	}
}
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  scroll-snap-type: y mandatory;
}
.panel {
  scroll-snap-align: start;
  min-height: 100vh;
}
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background: #7789a9;
  -webkit-font-smoothing: antialiased;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #423E3A;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.9px;
  /*text-wrap: balance;*/
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {
  margin: 0 0 30px;
}
.list-unstyled {
	list-style: none;
	padding: 0;
}
.list-unstyled li {
	display: block;
	margin: 0;
}
.list-inline {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
	margin: 0;
}
.list-inline li:not(:last-child) { margin-right: 20px; }
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {}
td, th {
	margin: 0 0 30px;
}
a {
  color: #7789A9;
  text-decoration: none;
}
a:hover, a:focus {

  text-decoration: underline;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}

h1, .h1-style {
	color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
h2 {
	color: #423E3A;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
h3 {
  color: #423E3A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  margin: 0 0 20px;
}
h4 {

}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  font-family: "chivo-mono", sans-serif;
  display: block;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.20);
  opacity: 0;
}
.menu.active {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.behaved {
  position: fixed;
  border: none;
}
.menu > .container {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
   /* top: 32px; */
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}

.menu > div .navigation {
  display: block;
  background: none;
  color: #000;
  background: #cbe29f;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  float: right;
  width: 53px;
  height: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
 margin: 23px 0;
 margin-right: 36px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 0 0;
  margin-right: 0;
  top: 0;
  width: 53px;
}
.menu.behaved > div .navigation:hover {
	color: #fff;
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: 2px;

	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: '';
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  top: 11px;
  margin-right: 5px;
}
.menu.behaved > div a.navigation > .txt:before {content: 'Close';color: #000;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 11px;
  width: 32px;
  height: 4px;
  border-radius: 0;
  background-color: #000;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.actived > div a.navigation > .bar {
  
}
.menu.behaved > div a.navigation > .bar {
  background-color: #17875A
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 14px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 23px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 32px;
}
/*
.menu > div a.navigation:hover > span:first-child {
  top: -2px;
}
.menu > div a.navigation:hover > span:nth-child(3) {
  top: 18px;
}
*/
.menu > div a.navigation.behaved > span:first-child {
  top: 23px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 23px;
  transform: rotate(-135deg);
}

.menu .logo-nav {
  display: block;
  max-width: 175px;
  transition: all .3s ease;
}
.menu .logo-nav img.logo-home {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu .logo-nav:hover { opacity: .9!important }

.menu .logo-nav img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.actived .logo-nav {
}
.menu.behaved .logo-nav {
 /* opacity: 0; */
 top: -50%;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 27px 54px 21px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}

.menu .collapse-menu {
	width: 100%;
	max-width: 888px;
	margin: 0;
	display: none;
	gap: 18px;
	justify-content: space-around;
}
.menu .collapse-menu li {
	position: relative;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.menu .collapse-menu li:not(:last-child) {
	display: block;
	height: 100%;
	border-right: solid 1px rgba(0, 0, 0, 0.20)
}
.menu .collapse-menu li:not(:last-child) {margin-right: 0;padding-right: 18px;}
.menu .collapse-menu li .fal {
	margin-top: 3px;
}
.menu .collapse-menu li a,
.menu .collapse-menu li a:focus {
	color: #000;
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
}
.menu .collapse-menu li a span {
	display: block;
	position: relative;
	z-index: 2;
	padding: 9px 27px;
}
.menu .collapse-menu li.current-menu-item > a,
.menu .collapse-menu li.current-page-ancestor > a {
	color: #000;
	background: none;
}
.menu .collapse-menu li strong {
	margin-right: 5px
}
.menu .collapse-menu li:hover a,
.menu .collapse-menu li a:hover {
	color: #000;
	text-decoration: none;
}
.menu .collapse-menu li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2PX;
  background-color: transparent;
  transition: all .3s ease;
}
.menu .collapse-menu li:not(.menu-item-type-custom).current-menu-item > a:after,
.menu .collapse-menu li:not(.menu-item-type-custom).current-page-ancestor > a:after,
.menu .collapse-menu li:hover a:after,
.menu .collapse-menu li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: #cbe29f;
}
/*
.menu .collapse-menu li.active a {
	color: #000;
	transform: scale(.9);
}
.menu .collapse-menu li.active a:after {
	background: #cbe29f;
	width: 100%;
}
*/
.menu .collapse-menu li:last-child a {
	color: #000;
}
.menu .collapse-menu li:last-child a:after {
	background: #cbe29f;
	top: 0;
	height: 100%;
	width: 100%;
}
.menu .collapse-menu li:last-child a:hover:after,
.menu .collapse-menu li:last-child a:focus:after {
	background-color: #9CD25B;
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 152px 20px 50px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  border: none;
  background: #6e87c4;
}
.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {margin-bottom: 18px!important;}
.navigation-overlay > ul > li > a {
	background: none;
	color: #fff;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #fff;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #fff;
}
.navigation-overlay > ul > li > a i {
	/* float: right; */
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
}
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-menu-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: block;
  border-left: solid 2px #fff;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 12px;
  margin-bottom: 10px;
}


.navigation-overlay > ul > li > ul li {margin-bottom: 11px!important;}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  background: none;
}
.navigation-overlay > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #fff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: relative;
  top: -3px;
  margin-right: 5px;
  font-size: .7em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}

.page {
  overflow: hidden;
  background: #fff;
  min-height: 600px!important;
}
@media (max-width: 1350px) {
	.menu.actived .logo-nav {}
}
@media (max-width: 1200px) {}
@media screen and (min-width: 769px) {
  /*============== TOP ================*/
  .menu .navigation,
  .menu .mobile-nav,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 0;}
	.menu .logo-nav {
		max-width: 120px
	}
	.menu > .container {
		gap: 15px;
		padding: 20px;
	}
	.menu .collapse-menu {
		gap: 10px;
		justify-content: end;
	}
	.menu .collapse-menu li:not(:last-child) {
		padding-right: 10px
	}
	 .menu .collapse-menu li {
		 font-size: 12px
	 }
	.menu .collapse-menu li a span {
		padding: 9px 19px;
	}
}
@media screen and (max-width: 768px) {
	.menu .collapse-menu {
		display: none!important;
	}
}
@media screen and (max-width: 910px) {
  .customize-support .menu,
  .customize-support .menu.actived{
    /* top: 32px; */
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 34px;
  }
}
@media screen and (max-width: 782px) {
  .customize-support .menu,
  .customize-support .menu.actived{
    /* top: 46px; */
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    /* top: 46px; */
  }
  .customize-support .menu.actived {
    top: 0;
  }
}
@media (max-width: 370px) {}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.text-center { text-align: center }
.section-white {
  padding: 159px 54px 50px;
}
.gradient-grey {
	background: linear-gradient(180deg, #FFF 0%, #E0DDDA 100%);
}
.section-white > .container,
.section-white > .container-fluid {
    max-width: 1440px;
    padding: 0 20px;
}
@media (max-width: 991px) {
	.section-white {
	  padding: 80px 0 50px;
	}
}

.page-404 {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-404 .container {
	max-width: 673px;
}
.page-404 h2 {
	color: #000;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0 0 60px;
}
.page-404 p {
	font-weight: 450;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0 0;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout:not(.blue):after {
	content: '';
	background: url(../img/arrow-right.svg);
	width: 34px;
	height: 21px;
}
.btn-layout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  color: #000;
  background: #cbe29f;
  backdrop-filter: blur(2px);
  padding: 18px 24px;
  transition: background 0.3s ease, padding-right 0.3s ease, gap 0.3s ease;
}
.btn-layout:hover {
  color: #000;
  gap: 15px;
  padding-right: 19px;
  background-color: #9CD25B;
  text-decoration: none;
}
.btn-layout:focus,
.btn-layout:active {
  transform: scale(.9);
}
.btn-layout.blue {
  color: #6E87C4;
  background-color: transparent;
  border: solid 1px #6E87C4;
}
.btn-layout.blue:hover,
.btn-layout.blue:focus {
  color: #fff;
  background-color: #6E87C4;
  border-color: #6E87C4;
	padding-right: 24px;
  text-decoration: none;
}
.btn-layout.transparent {
	font-size: 24px;
	padding: 20px 5px;
}
.btn-layout.transparent {
  color: #fff;
  background-color: transparent;
  border: solid 1px transparent;
  padding: 0;
}
.btn-layout.transparent:hover,
.btn-layout.transparent:active,
.btn-layout.transparent:focus {
	text-decoration: underline
}
.btn-layout.transparent:after {
	background: url(../img/arrow-right-green.svg);
	width: 24px;
	height: 14px;
}
/*
.btn-layout.hollow {
  color: var(--main, #0E385E);
  background-color: transparent;
  border-color: var(--main, #0E385E);
}
.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: #f9f9f9;
  background-color: var(--main, #0E385E);
  border-color: var(--main, #0E385E);
  text-decoration: none;
}
.btn-layout.white.hollow {
  color: #f9f9f9;
  background-color: transparent;
  border-color: #f9f9f9;
}
.btn-layout.white.hollow:hover,
.btn-layout.white.hollow:focus {
  color: var(--main, #0E385E);
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  text-decoration: none;
}
.btn-layout.purple.hollow {
  color: var(--purple, #59253A);
  background-color: transparent;
  border-color: var(--purple, #59253A);
}
.btn-layout.purple.hollow:hover,
.btn-layout.purple.hollow:focus {
  color: #f9f9f9;
  background-color: var(--purple, #59253A);
  border-color: var(--purple, #59253A);
  text-decoration: none;
}
.btn-layout.small {
  padding: 8px 15px;
}
.btn-layout .fa-light,
.btn-layout .fa-regular,
.btn-layout .fa-solid {
	font-size: .9em;
}
*/

.next-section {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0px;
	color: transparent;
	background: url(../img/next-section.svg);
	width: 29px;
	height: 29px;
	transition: bottom .3s ease;
}
.next-section.white {
	background: url(../img/next-section-white.svg);
}
.next-section:hover {
	bottom: 26px;
}

.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_wrapper .gf_progressbar_blues {
	border-radius: 0!important;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_blues {
    background: linear-gradient(270deg, #5c6f90 0, #7789a9 100%) !important;
    color: #fff!important;
    border-radius: 0!important;
}
input[type='radio'],
input[type='checkbox'] {
    accent-color: #5c6f90;
    margin-top: -2px!important;
}
.section-white .gform_wrapper {
	max-width: 922px;
	margin: auto;
	background: #fff;
	position: relative;
}
.section-white .gform_wrapper.first-step_wrapper:before {
	content: 'Apply for Funding';
	background: #423E3A;
	color: #fff;
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
}
.section-white .gform_wrapper.second-step_wrapper:before {
	content: 'Complete Your Application';
}
.section-white .gform_wrapper form {
	background: #fff;
	padding: 30px;
}
.gfield_visibility_visible[data-conditional-logic="visible"] {
	background: #F1F0EF;
	padding: 20px;
}
.gfield_visibility_visible[data-conditional-logic="visible"] + .gfield_visibility_visible[data-conditional-logic="visible"] {
	margin-top: -16px
}
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: #423E3A!important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 3px!important;
  text-transform: unset;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  font-family: neue-haas-grotesk-display, sans-serif;
  width: 100%;
  height: 45px;
  border-radius: 0;
  border: 1px solid #423E3A;
  background: #fff;
  padding: 0 17px;
  color: #423E3A;
  font-size: 18px!important;
}
textarea {
  padding: 12px 17px;
  border-radius: 0;
  min-height: 120px;
}
.gform_wrapper h2 {
	font-weight: 700;
}
.gform_wrapper .gform_footer input.button:after, 
.gform_wrapper .gform_footer input[type=submit]:after,
.gform_wrapper .gform_page_footer input.button:after, 
.gform_wrapper .gform_page_footer input[type=submit]:after {
	content: '';
	background: url(../img/arrow-right.svg);
	width: 34px;
	height: 21px;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  color: #fff;
  border: 1px solid #7789A9;
  background-color: #7789A9;
  backdrop-filter: blur(2px);
  padding: 12px 14px;
  padding-right: 36px;
  transition: background 0.3s ease;
  background: url(../img/arrow-right-green.svg) no-repeat 92% center #7789A9;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #fff;
  background-color: #5c6f90;
  border-color: #5c6f90;
  text-decoration: none;
}
.gform_wrapper .gform_footer input.button.gform_previous_button, 
.gform_wrapper .gform_footer input[type=submit].gform_previous_button,
.gform_wrapper .gform_page_footer input.button.gform_previous_button, 
.gform_wrapper .gform_page_footer input[type=submit].gform_previous_button {
	border-color: #000;
	color: #000;
	padding: 12px 14px;
	padding-left: 36px;
	background: url(../img/arrow-right-dark-left.svg) no-repeat 8% center #fff;
}
.gform_wrapper .gform_footer input.button.gform_previous_button:hover, 
.gform_wrapper .gform_footer input[type=submit].gform_previous_button:hover, 
.gform_wrapper .gform_page_footer input.button.gform_previous_button:hover, 
.gform_wrapper .gform_page_footer input[type=submit].gform_previous_button:hover {
  color: #000;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  text-decoration: none;
}
.gform_wrapper .gform_footer input.button:active, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:active, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:active, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:active, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
	transform: scale(.9);
}
.gform_required_legend {
	position: absolute;
	margin: 0;
	right: 30px;
	top: 232px;
	font-weight: 700;
}
.gform_validation_error .gform_required_legend {
	top: 300px;
}
.second-step_wrapper .gform_required_legend {
	top: 130px;
}
.gform_validation_error.second-step_wrapper .gform_required_legend {
	top: 220px;
}
.second-step_wrapper h2 {
	margin-bottom: 40px;
}
.gfield_required {
	color: #FF0202!important;
	font-weight: 700!important;
	font-size: 1.1em!important;
	padding: 0!important;
}
.gform_required_legend .gfield_required {
	font-size: 1.5em!important;
}
@media (max-width: 600px) {
	.gform_required_legend {
		top: 219px;
	}
	.gform_validation_error .gform_required_legend {
		top: 330px;
	}
}
@media (max-width: 420px) {
	.second-step_wrapper .gform_required_legend {
		top: 160px;
	}
	.gform_validation_error.second-step_wrapper .gform_required_legend {
		top: 260px;
	}
}
.gform_wrapper .field_description_above .gfield_description {
	padding: 0!important;
}
.gform_wrapper .gfield_label {
	margin: 0!important
}
.gform_validation_errors {
	margin: 20px;
	width: auto!important;
	text-align: center;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	display: none
}

#field_1_72 legend,
#field_1_73 legend {
    display: none;
}

ul.review-list {
  list-style: none;
  padding: 0;
}
.review-list li {
  margin: 12px 0;
}
.review-list a {
  color: var(--teal, #0677A1);
  font-weight: bold;
  text-decoration: none;
}
.review-list a:hover {
  text-decoration: underline;
}

.page-success {
    max-width: 922px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 3vw;
    display: flex;
    gap: 20px;
    font-size: 24px;
}
.page-success .info {
    width: 100%;
    max-width: 620px
}
.page-success .info h1 {
    font-weight: 700;
    font-size: 65px;
    margin: 0 0 60px;
}
.page-success .info h2 {
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 15px;
}
.page-success .info h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 60px 0 10px;
}
.page-success .info .arrow-link {
    font-weight: 700;
    text-decoration: underline;
    display: flex;
    gap: 10px;
    transition: all .3s ease;
}
.page-success .info .arrow-link:hover {
    gap: 15px;
}
.page-success .info .arrow-link:after {
	content: '';
	background: url(../img/arrow-right.svg);
	width: 34px;
	height: 21px;
}
.page-success .info .bottom {
    margin: 60px 0 0;
}
@media (max-width: 768px) {
	.page-success {
		flex-direction: column;
		gap: 0;
		font-size: 18px;
	}
	.page-success .info h1 {
	    font-size: 36px;
	    margin: 0 0 40px;
	}
	.page-success .info h2 {
	    font-size: 24px;
	    margin: 0 0 15px;
	}
	.page-success .info h3 {
	    font-size: 18px;
	    margin: 40px 0 10px;
	}
	.page-success .info .bottom {
	    margin: 40px 0 0;
	}
}

.footer label {
	color: #fff!important;
	font-weight: 400!important;
	font-size: 14px!important
}
.footer input[type="email"] {
	height: 40px!important;
	border: none!important;
}
.footer .gform_wrapper .gform_footer {
	padding: 0;
	margin: 10px 0 0 
}
.footer .gform_wrapper .gform_footer input.button, 
.footer .gform_wrapper .gform_footer input[type=submit],
.footer .gform_wrapper .gform_page_footer input.button, 
.footer .gform_wrapper .gform_page_footer input[type=submit] {
  cursor: pointer;
  font-size: 18px;
  color: #000;
  border: 1px solid #CBE29F;
  background: #CBE29F;
  padding: 7px 9px;
}


/*=========================================== PITCH SECTION ==============================================*/
.pitch-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 116px 54px 70px;
  overflow: hidden;
  color: #000;
}
.pitch-section .bnn {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.pitch-section:not(.page):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
	transform: translate(-30%);
	background-color:hsla(93,100%,93%,1);
	background-image:
	radial-gradient(at 54% 50%, hsla(80,53%,75%,1) 0px, transparent 50%),
	radial-gradient(at 15% 16%, hsla(186,49%,84%,1) 0px, transparent 50%),
	radial-gradient(at 94% 92%, hsla(217,34%,47%,1) 0px, transparent 50%),
	radial-gradient(at 93% 7%, hsla(218,22%,56%,1) 0px, transparent 50%),
	radial-gradient(at 12% 91%, hsla(20,72%,74%,1) 0px, transparent 50%);
	background-size: 150% 150%;
	animation: moveBackground 7s linear infinite;
}
@keyframes moveBackground {
    0% { background-size: 100% 100%; }
    10% { background-size: 120% 80%; }
    20% { background-size: 190% 140%; }
    30% { background-size: 130% 110%; }
    40% { background-size: 150% 120%; }
    50% { background-size: 180% 100%; }
    60% { background-size: 220% 80%; }
    70% { background-size: 100% 50%; }
    80% { background-size: 120% 70%; }
    90% { background-size: 110% 90%; }
    100% { background-size: 100% 100%; }
}
.pitch-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.pitch-section .eyebrow {
	display: block;
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: .13em;
	margin: 0 0 18px;
	opacity: 0;
}
.pitch-section .eyebrow.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.pitch-section h1 {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	opacity: 0;
}
.pitch-section h1.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.pitch-section h2{ 
	opacity: 0;
}
.pitch-section h2.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
	animation-delay: .2s;
}
.pitch-section h1 > span { display: block }
.pitch-section h1.active > span:first-child {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .2s;
}
.pitch-section h1.active > span:last-child {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .6s;
}

.pump-counter {
  color: #6E87C4;
  display: flex;
  overflow: hidden;
  align-items: center;
  font-size: 157px;
  font-style: normal;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0;
  justify-content: flex-end;
  opacity: 0;
  max-width: 910px;
  margin: 0 auto;
}
h1.active .pump-counter {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .4s;
}
.counter-symbol {/* margin-right: 0.1em; */}
.digit {display: inline-block;min-width: .1em;}
.comma { display: inline-block; width: 0.35em; color: #6E87C4; }

.pitch-section .btn-wrapper {
	margin: 50px 0 30px;
	opacity: 0;	
}
.pitch-section .btn-wrapper.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .8s;
}
.pitch-section p {
	margin: 0 0;
	opacity: 0;
}
.pitch-section p.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: 1s;
}
.pitch-section p small {
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 26px; /* 162.5% */
	letter-spacing: 0.48px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {
	.pitch-section h1 {
		font-size: 5.5vw;
	}
	.pitch-section h1 .pump-counter {
		font-size: 15vw;
	}
}
@media (max-width: 768px) {
	.pitch-section {
		padding: 77px 20px 50px;
	}
	.pitch-section .eyebrow {
		font-size: 3.2vw;
	}
	.pitch-section h1 {
		font-size: 6vw;
	}
	.pitch-section h1 .pump-counter {
		font-size: 16vw;
	}
	.pitch-section .btn-layout {
		margin: 20px 0;
	}
}

/*=========================================== ELIGIBILITY SECTION ==============================================*/
.eligibility-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 54px 80px;
  background: linear-gradient(180deg, #FFF 0%, #E0DDDA 100%);
}
.eligibility-section .container {
	/* margin: 100px 0 0; */
}
.eligibility-section .h1-style {
	position: absolute;
	left: 54px;
	top: 50px;
	opacity: 0;
}
.eligibility-section .h1-style.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.eligibility-section h2:not(.h1-style) {
	text-align: center;
	color: #423E3A;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.72px;
	margin: 0 0 43px;
	opacity: 0;
}
.eligibility-section h2:not(.h1-style).active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .2s;
}
.eligibility-section .cta-grid {
	max-width: 1291px;
	margin: 0 auto;
	display: flex;
	gap: 42px;
	justify-content: space-evenly;
}
.eligibility-section .cta-grid .item {
	border: 1px solid rgba(66, 62, 58, 0.16);
	background: #FFF;
	width: 100%;
	padding: 19px;
	opacity: 0;
	max-width: 420px;
}
.eligibility-section .cta-grid .item.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .2s;
}
.eligibility-section .cta-grid .item:nth-child(2).active {
  animation-delay: .4s;
}
.eligibility-section .cta-grid .item:nth-child(3).active {
  animation-delay: .6s;
}
.eligibility-section .cta-grid .item .cta {
	display: block;
}
.eligibility-section .cta-grid .item .bnn {
	display: block;
	position: relative;
	padding-bottom: 68%;
	transition: opacity .6s ease;
	opacity: 0;
	margin: 0 0 15px;
}
.eligibility-section .cta-grid .item.active .bnn {
	opacity: 1;
	transition-delay: .8s;
}
.eligibility-section .cta-grid .item:nth-child(2).active .bnn {
  transition-delay: 1s;
}
.eligibility-section .cta-grid .item:nth-child(3).active .bnn {
  transition-delay: 1.2s;
}
.eligibility-section .cta-grid .item .bnn img,
.eligibility-section .cta-grid .item .bnn svg {
	width: auto;
	height: 165px;
	position: absolute;
	object-fit: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.eligibility-section .cta-grid .item h3 {
    margin: 0 0 10px;
}
.eligibility-section .cta-grid .item p {
	margin: 0 0;
}
.eligibility-section .bottom-text {
	display: flex;
	gap: 19px;
	max-width: 586px;
	margin: 93px auto 0;
	opacity: 0;
}
.eligibility-section .bottom-text.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .8s;	
}
.eligibility-section .bottom-text .icon {
	display: block;
	min-width: 49px;
}
.eligibility-section .bottom-text h3 {
	margin: 0 0 8px;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
	.eligibility-section .cta-grid {
		flex-direction: column
	}
	.eligibility-section .cta-grid .item .bnn img {
		height: 90%;
		max-height: 300px;
	}
}
@media (max-width: 768px) {
	.eligibility-section {
		padding: 100px 20px 90px;
	}
	.eligibility-section .h1-style {
		position: absolute;
		left: 15px;
		top: 30px;
	}
}

/*=========================================== ABOUT SECTION ==============================================*/
.about-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 54px 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 50%, rgba(203, 226, 159, .6) 100%);
}
.about-section .container {
	margin: 100px 0 0;
}
.about-section .h1-style {
	position: absolute;
	left: 54px;
	top: 50px;
	opacity: 0;
}
.about-section .h1-style.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.about-section h2:not(.h1-style) {
	color: #000;
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 450;
	line-height: 154%; /* 98.56px */
	max-width: 1189px;
	margin: 0 auto;
	text-wrap: auto;
	opacity: 0;
}
.about-section h2:not(.h1-style).active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .2s;
}
.about-section h2 a {
	color: #85AC39;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 700;
	line-height: 154%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: .05em;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.about-section h3 {
	color: #000;
	font-size: 48px;
	text-align: center;
	font-style: normal;
	font-weight: 450;
	line-height: 154%; /* 73.92px */
	max-width: 1029px;
	margin: 0 auto;
	opacity: 0;
	text-wrap: auto;
}
.about-section h3.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .6s;
}
.about-section #arrow-array {
    margin: 52px auto;
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 100%;
    height: auto;
    max-width: 1140px;
}
.about-section #arrow-array.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
	animation-delay: .4s;
}

@media (max-width: 1420px) {
	.about-section h2:not(.h1-style) {
		font-size: 4.3vw;
	}
	.about-section h3 {
		font-size: 4vw;
	}
}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.about-section {
		padding: 100px 20px 90px;
		min-height: auto;
	}
	.about-section .container {
		margin: 0 0 0;
	}
	.about-section .spinners {
		gap: 5px;
		margin: 30px 0;
	}
	.about-section .h1-style {
		position: absolute;
		left: 15px;
		top: 30px;
	}
	.about-section h2:not(.h1-style),
	.about-section h2 a {
		font-size: 6.6vw;
	}
	.about-section h3 {
		font-size: 4.7vw;
	}
}
.about-section.panel a {color: #6E87C4;}

/*=========================================== TIMELINE SECTION ==============================================*/
.timeline-section {
  position: relative;
  min-height: 100vh;
  padding: 0 54px 90px;
  background: #7789A9;
  color: #fff;
  overflow: hidden;
}
.timeline-section .container {}
.timeline-section .h1-style {
	position: absolute;
	left: 54px;
	top: 50px;
	color: #fff;
	opacity: 0;
}
.timeline-section .h1-style.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.timeline-section .timeline {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 478px;
	margin: 0 auto;
}
.timeline-section .timeline .item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 100px 0 0;
}
.timeline-section .timeline .item:first-child {
	padding: 130px 0 0;
}
.timeline-section .timeline .item .line {
    position: absolute;
    top: -10px;
    left: 42px;
    height: 0;
    width: 2px;
    background: #fff;
    transition: all 1.2s ease;
}
.timeline-section .timeline .item.active .line {
	height: 90%;
}
.timeline-section .timeline .item .icon {
    position: relative;
    display: block;
    min-width: 85px;
    min-height: 85px;
    background: url(../img/target.svg);
	opacity: 0;
	transition: all 1.2s ease;
}
.timeline-section .timeline .item.active .icon {
	opacity: 1;
}
.timeline-section .timeline .item .info {
    opacity: 0;
    transform: translateX(30%);
    transition: all 1.2s ease;
}
.timeline-section .timeline .item.active .info {
	opacity: 1;
	transform: translateX(0);
}
.timeline-section .timeline .item .info .date {
	display: inline-block;
    font-family: "neue-haas-grotesk-text", sans-serif;
    padding: 9px 10px;
    background: #CBE29F;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 9px;
}
.timeline-section .timeline .item .info .name {
	display: block;
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1200px) and (min-width: 769px) {
	.timeline-section .timeline {
		margin-left: 260px
	}
}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.timeline-section .h1-style {
		position: absolute;
		left: 15px;
		top: 80px;
	}
	.timeline-section .timeline {
		padding-left: 20px;
	}
	.timeline-section .timeline .item .info .date {
		font-size: 14px;
		padding: 6px 8px;
	}
	.timeline-section .timeline .item .info .name {
		font-size: 20px;
	}
}

/*=========================================== START SECTION ==============================================*/
.start-section {
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 54px;
}
.start-section .container {text-align: center;}
.start-section h2 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #6E87C4 0%, #62B0B9 50.48%, #89B13D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1000px;
  margin: 0 auto 68px;
  opacity: 0;
}
.start-section h2.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.start-section .btn-wrapper {
	opacity: 0;
}
.start-section .btn-wrapper.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .2s;
}

@media (max-width: 1050px) {
	.start-section h2 {
		font-size: 6vw;
	}
}
@media (max-width: 991px) {
	.start-section h2 {
		font-size: 5vw;
	}
}
@media (max-width: 768px) {
	.start-section {
		padding: 50px 20px;
	}
	.start-section h2 {
		font-size: 6vw;
	}
}

/*=========================================== APPLY SECTION ==============================================*/
.apply-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 54px 150px;
}
.apply-section .container {
	margin: 100px 0 0;
}
.apply-section .h1-style {
	position: absolute;
	left: 54px;
	top: 50px;
	opacity: 0;
}
.apply-section .h1-style.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.apply-line {
	margin: 100px 0 0;
}
.apply-line .item {
	position: relative;
	max-width: 673px;
	margin: 0 auto 50px;
	padding-bottom: 77px;
	opacity: 0;
	transform: translateY(-30%);
	transition: opacity .6s ease, transform .6s ease;
}
.apply-line .item.active {
	opacity: 1;
	transform: translateY(0);
}
.apply-line .item:last-child { padding-bottom: 0 }
.apply-line .item:not(:last-child):after {
	content: '';
	position: absolute;
	opacity: 0;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/arrow-down.svg) no-repeat bottom center;
	width: 36px;
	height: 69px;
	opacity: 0;
	transform: translateY(-30%)  translateX(-50%);
	transition: opacity .6s ease, transform .6s ease;
}
.apply-line .item.active:not(:last-child):after {
	opacity: 1;
	transform: translateY(0) translateX(-50%);
	animation-delay: .3s;
}
.apply-line .item.active:after {
	opacity: 1;
	bottom: 0;
}
.apply-line .item h2 {
	margin: 0 0 10px;
	font-weight: 600;
	letter-spacing: 2%;
	color: #77A046;
}
.apply-line .item p {
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 30px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.apply-section {
		padding: 50px 20px;
	}
	.apply-section .container {
		margin: 0;
	}
	.apply-line .item p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.apply-section .h1-style {
		position: absolute;
		left: 15px;
		top: 20px;
	}
}


/*===========================================================================================================*/
/*=========================================== NEWS SECTION ========================================================*/
/*===========================================================================================================*/
.news-section {
	padding-top: 54px;
    background: var(--lime, #CBE29F);
}
.news-section h1 {
	opacity: 0;
}
.news-section h1.active {
	opacity: 1;
	animation: fadeInUp 1.2s both
}
@media (max-width: 991px) {
	.news-section h1 {
		padding: 0 20px;
	}
}

/* ===== Grid de Notícias ===== */
.news-section .grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: 50px 0;
}
.news-section .text-center {
	opacity: 0;
}
.news-section .text-center.active {
	opacity: 1;
	animation: fadeInUp 1.2s both .3s;
}


/* Card (o <a class="item">) */
.news-section .grid .item{
  width: calc(33.333% - 34px);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;                 /* verde claro do card */
             /* borda suave */
  padding: 20px;
  color: #1E2B33;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
  box-shadow: 0 1px 0 rgba(16,24,40,.04);
	opacity: 0;
}
.news-section .grid .item:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(16,24,40,.12);
  border-color: #C3D398;
}
.news-section .item.active {
	opacity: 1;
	animation: fadeInUp 1.2s both
}

/* Responsivo */
@media (max-width: 1024px){
  .news-section .grid .item {
	  width: calc(50% - 25px);
	 }
}
@media (max-width: 640px){
  .news-section .grid .item {
	  width: 100%;
  }
}

/* Imagem (16:9, cobre todo o espaço) */
.news-section .grid .bnn{
  display: block;
  overflow: hidden;
  background: #F2F5F9;
  aspect-ratio: 16 / 10;
  /* fallback simples caso o browser não suporte aspect-ratio */
  position: relative;
}
.news-section .grid .bnn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Área de texto (título + resumo) */
.news-section .grid .info{
  background: #FFFFFF;                 /* bloco branco interno como no comp */
  margin-top: 20px;
}

/* Título */
.news-section .grid .info h3{
  color: #7789A9;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.48px;
}
.news-section .grid .item:hover .info h3{
  text-decoration: underline;
}

/* Resumo com reticências (3 linhas) */
.news-section .grid .info p{
  margin: 0;
  overflow: hidden;
	color: #423E3A;
	text-overflow: ellipsis;
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 26px; /* 144.444% */
	letter-spacing: 0.9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Espaçamento entre cards nas linhas (opcional) */
.news-section .grid .item + .item{}

/* Acessibilidade: foco visível no card */
.news-section .grid .item:focus{
  outline: 0;
  box-shadow: 0 0 0 3px #BBD3FF, 0 10px 24px rgba(16,24,40,.12);
}

/*=========================================== Recap VIDEO ==============================================*/

 
.timeline-section {
    padding: 80px 0;
    min-height: 930px;
}

.timeline-section .container {
    position: relative;
}

 
.timeline-section .timeline-video-wrapper {
    max-width: 960px;
    margin: 140px auto 0;
    clear: both;               
    position: relative;
    z-index: 1;
}

.timeline-section .timeline-video-inner {
    padding: 0 15px;
}

.timeline-section .timeline-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;   /* 16:9 */
    height: 0;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.timeline-section .timeline-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile */
@media (max-width: 867px) {
    .timeline-section {
       min-height: 730px;
    }

    .timeline-section .timeline-video-wrapper {
        
    }

    .timeline-section .timeline-video-inner {
        
    }

    .timeline-section .timeline-video-embed {
        border-radius: 0;
    }
}

 
@media (min-width: 1200px) {
    .timeline-section .timeline-video-wrapper {
        
    }
}

@media (max-width: 497px) {
    .timeline-section {
       min-height: 630px;
    }
}
/*=========================================== FEATURED VIDEOS SECTION ==============================================*/
.featured-videos-section {
}
.featured-videos-section .container {
  opacity: 0;
}
.featured-videos-section.active .container {
  opacity: 1;
  animation: fadeInUp 1.2s;
}
.featured-videos-section h2 {
  margin: 0 0 40px;
}
.featured-videos-section .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}
.featured-videos-section .grid .item {
    width: calc(50% - 40px);
}
.featured-videos-section .video-cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s ease;
}
.featured-videos-section .video-wrapper.active .video-cover {
	height: 0;
	opacity: 0;
}
.featured-videos-section .video-wrapper:not(.active) .video-cover:after {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '\f144';
	color: #FFF;
	font-family: "Font Awesome 6 Pro";
	font-size: 50px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	transition: all .3s ease;
}
.featured-videos-section .video-cover:hover:after {
	opacity: .3;
}
.featured-videos-section .video-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featured-videos-section .grid .item .video-wrapper {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #000;
	padding-bottom: 55%;
}
.featured-videos-section .grid .item .video-wrapper.active {
    justify-items: anchor-center;
    /* justify-self: anchor-center; */
}
.featured-videos-section .grid .item .video-wrapper:not(.active):after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '\f144';
	color: #FFF;
	font-family: "Font Awesome 6 Pro";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all .3s ease;
	text-shadow: 0 0 13px rgb(0 0 0 / 66%);
}
.featured-videos-section .grid .item .video-wrapper:hover:after {
	opacity: .3;
}
.featured-videos-section .grid .item .video-wrapper video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
.featured-videos-section .grid .item .video-wrapper.active video { opacity: 1 }
.featured-videos-section .grid .item .video-caption {
    color: var(--darker-text, #525252);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #423E3A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 10px 0 0;
}
.featured-videos-section .grid .item .video-caption p {
    margin: 0 0 10px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.featured-videos-section .grid {
		gap: 40px
	}
	.featured-videos-section .grid .item {
	    width: 100%;
	}
}

/* Founders */
.founders-info {
	color: #423E3A;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.48px;
}
.founders-info span {
	display: block;
	color: #5A70B5;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}
.about-section .founders-info h2 {
	color: #423E3A;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.48px;
	margin: 0 0 7px;
	text-align: left;
	opacity: 1;
}
.founders-page .list-inline li {
	line-height: 1em
}
@media (max-width: 768px) {
	.founders-info {
		font-size: 16px;
	}
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  color: #fff;
  padding: 79px 30px 30px;
  background: #7789A9;
}
.footer .container-lg {
  display: flex;
  justify-content: space-between;
}
.footer .container-lg:not(:last-child) {
	margin: 0 0 32px;
}
.footer .column {
	display: flex;
	flex-direction: column;
	align-items: start;
	min-width: 312px;
	opacity: 0;
}
.footer .column.active {
  /* opacity: 1; */
  /* animation: fadeInUp 1.2s both; */
}
.footer.active .column {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .4s
}

.footer .social-nav {
	margin: -11px 0 0;
} 
.footer .social-nav li a {
	display: block;
	position: relative;
	padding: 0;
	color: #fff;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer .social-nav li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.footer .social-nav li:hover a:after,
.footer .social-nav li:hover a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: #fff;
}

.footer h2 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 32px;
}
.footer ul {
	margin: 25px 0 0;
}
.footer ul li:not(:last-child) {
	margin: 0 0 15px;
}
.footer .logo-nav {
	max-width: 175px
}
.footer a {
	color: #fff;
}
.footer a:hover,
.footer a:focus {
	text-decoration: none;
}
.copy {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.copy a {
	text-decoration: underline;
}
.copy a:hover,
.copy a:focus {
	text-decoration: none;
}

@media (max-width: 1400px) {}
@media (max-width: 991px) {}
@media screen and (max-width: 768px) {
	.footer .container-lg,
	.footer .copy {
	 flex-direction: column;
	 gap: 20px;
	}
	.footer .container-lg:last-child .column,
	.footer .copy {
		align-items: center;
	}
	.footer .logo-nav { max-width: 200px }
  h1, .h1-style {
    font-size: 24px;
}
  h2 {
    font-size: 28px;
}
  h3 {}
  h4 {}
  p, li, td, th, label {}
  .btn-layout {}
}
@media (max-width: 560px) {
}

/*===========================================================================================================*/
/*=========================================== MODAL =========================================================*/
/*===========================================================================================================*/
body.modal-active {
	overflow: hidden;
}
.modal {
	display: block;
	z-index: 999999;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(0, 0, 0, 0.80);
	transition: opacity .4s ease;
}
.modal:not(.active) {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .3s ease;
}
.modal .modal-content {
	max-width: 1140px;
	margin: 50px auto;
	padding: 0 20px;
	text-align: right;
}
.modal .modal-content .close-modal {
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 28px 0;
	text-decoration: none!important;
	transition: all .3s ease;
}
.modal .modal-content .close-modal:hover {
	opacity: .6;
}
.modal .modal-content .modal-body {
	text-align: left;
	padding: 30px;
	border-radius: 8px;
	background: #fff;
}
/* Custom body */
.modal .modal-content .modal-body {
}
.modal .modal-content .modal-body h2 {
	margin: 10px 0 30px
}

.modal-cta .modal-info { display: none; }

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.modal .modal-content .modal-body {
		flex-direction: column;
	}
	.modal .modal-content .modal-body .photo img,
	.modal .modal-content .modal-body .bio {
		width: auto;
		max-width: 100%;
	}
}
@media (min-width: 1920px) {
	.modal .modal-content {
		max-width: 1440px;
	}
}

/*===========================================================================================================*/
/*=========================================== CLEAR DELAYS ==================================================*/
/*===========================================================================================================*/
@media (max-width: 560px) {
	*:not(.pitch-section) .scroll.active {
		animation-delay: 0s!important;
	}
}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}