@charset "utf-8";
 
 
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  background-color: var(--main, #004F62);
  -webkit-font-smoothing: antialiased;
  color: #F9F9F9;
}
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 0;
  color: rgba(33, 33, 33, 0.80);
  font-family: "Bodoni Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.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: 5px;}
ul, ol {
  margin: 0 0 0;
  padding-left: 22px;
}
ul *, ol * {
  vertical-align: top;
}
li {}
td, th {}
a {
  text-decoration: none;
  color: var(--main, #0823AE);

/* p */
  font-family: 'source-sans-pro';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
a:hover, a:focus {

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

.news-card .fa-solid.fa-arrow-right{
  color: var(--white, #1D5F2B);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
	
}
.news-card-link:hover .fa-solid.fa-arrow-right {
  color: #fff;  
} 
 

 h3 {
  color: var(--yellow, #C08552);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  /* margin-bottom: 2px; */
}

h2 {
  color: var(--green, #1D5F2B);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  margin-bottom: 20px;
  color: var(--secondary, #FACA06);
  /* text-align: center; */

/* h1 */
  font-family: "Playfair-Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p {
  margin-bottom: 18px;
  color: var(--black, #2E2E2E);

/* p */
  font-family: source-sans-pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

p strong {
  color: var(--black, #040303);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
}

p.eyebrow {
    color: var(--black, #2E2E2E);
    font-family: 'source-sans-pro';
    font-size: 20px;
    font-style: normal;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

.bg-white{
  background-color:#FFF;
}
.bg-grey{
  background-color:#F9F9F9;
}
.center {
    justify-self: anchor-center;
}

/*===========================================================================================================*/
/*=========================================== 1920fix ======================================================*/
/*===========================================================================================================*/


.section-white {
  padding: 80px 0;
}
.section-white.grey {
  background: #F9F9F9;
}
.section-white > .container,
.section-white > .container-lg {
  opacity: 0;
}
.section-white > .container,
.section-white > .container-lg {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/* Container */
.container,
.container-lg {
	margin: auto;
	max-width: 100%;
	padding: 50px;
	padding-top: 0;
}
.container {
	max-width: 1440px;
}
@media (min-width: 1920px) {
	.container {
	    max-width: 1440px;
	}
}


/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 50px;
  /* padding: 20px 150px; */
  transition: all .4s ease;
  opacity: 1;
  /* border-bottom: 2px solid #F9C626; */
  /* backdrop-filter: blur(2px); */
}
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  background: black;
}
.menu.actived {
  /* padding: 0; */
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  border-top-width: 3px;
  margin-top: 0;
  background: no-repeat;
  padding-top: 20px;
  background-size: cover;
  border-bottom: 5px solid var(--secondary, #FACA06);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url(/wp-content/uploads/2025/08/missionState-bnn.webp) lightgray 50% / cover no-repeat;
  /* background-image: url(http://burnscharleston.d09.colophonhosting.com/wp-content/uploads/2025/08/missionState-bnn.webp); */
}
.menu.actived .container::after { 
  content: none;            
}

.menu.behaved {
  background-color: transparent;
  height: 60px;
  overflow: hidden;
  box-shadow: none;
  padding-right: 0;
  box-shadow: none!important;
}
.menu > .container {
  position: relative;
  justify-content: flex-end;
  padding: 0 50px;
}
.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: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 29px 0;
  float: right;
  width: 0px;
  margin-right: 38px;
  -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;
}
.desktop-nav i.fa.fa-chevron-down {
    margin-top: 4px;
    margin-left: 4px;
}
.menu.actived > div .navigation {
 margin: 23px 0;
 margin-right: 36px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 22px 0;
  margin-right: 24px;

  top: 0;
  width: 24px;
}
.menu.behaved > div .navigation:hover {
	color: #fff;
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	/* top: 2px; */
	margin-right: 6px;
	font-family: montserrat;
}
.menu > div a.navigation > .txt:before {
  /* content: 'Menu'; */
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  /* text-transform: lowercase; */
  top: -2px;
}
.menu.behaved > div a.navigation > .txt:before {color: #fff;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 32px;
  background-color: #fff;
  -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: #fff;
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 0px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 8px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 16px;
}
/*
.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: 7px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  background-color: transparent!important;
  position: absolute;
  z-index: 1;
  top: -17px;
  left: 28px;
  display: block;
  width: 100%;
  max-width: 377px;
  -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 .container{
  position: relative;
}
.menu .container::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;                
  height: 1px;
  border-radius: 500px;
  background: var(--secondary, #FACA06);
  pointer-events: none;
}


.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;
  max-width: 377px;
}
.menu.actived .logo-nav {
  max-width: 377px;
  top: 3px;
  /* margin-top: 3px; */
}
.menu.behaved .logo-nav {
 opacity: 0;
 top: -50%;
}
.menu.behaved .social-nav {
  opacity: 0;
}

.menu div > ul > li > ul {
  /* display: none; */
  background: #202020;
  backdrop-filter: blur(2px);
  box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 5;
  padding: 0 20px 0;
  /* width: 231px; */
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.menu div > ul > li > ul:focus-within,
.menu div > ul > li:hover > ul {
	padding: 17px 20px 11px;
	opacity: 1;
	margin-top: -12px!important;
	height: auto;
	width: 180px;
	/* display: block!important; */
}
.menu div > ul > li > ul > li {
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0 7px!important;
}
.menu div > ul > li > ul > li a {
  color: #fff;
  display: inline-block;
  text-shadow: none;
  padding: 0 0 5px!important;
  border-bottom: solid 0px transparent;
}
.menu div > ul > li > ul > li a:hover {
  color:var(--secondary-color, #f2f2f2);
}
.menu div > ul > li > ul > li a:focus {
  color: #f2f2f2;
  border-color: var(--secondary-color, #f2f2f2);
  text-decoration: none;
}
.menu div > ul > li > ul > li.current-menu-item a {
  color: var(--secondary-color, #f2f2f2);
  padding-left: 12px!important;
}
.menu div > ul > li > ul > li a:before,
.menu div > ul > li > ul > li a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: relative;
  top: -1px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .6em;
}
.menu div > ul > li > ul > li a:before {
  left: -10px;
  position: absolute;
  top: 7px;
}
.menu div > ul > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 0;
}
.menu div > ul > li > ul > li a:after {
  right: 0;
}
.menu div > ul > li > ul > li:not(.current-menu-item) a:not(:focus):hover:after {
  opacity: 1;
  right: -4px;
}

.menu > div {
  position: relative;
  /* max-width: 100%; */
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu .desktop-nav {
	float: right;
	/* padding-right: 40px; */
	position: relative;
}
.menu .desktop-nav > .btn-layout {
	position: absolute;
	right: 31px;
	top: 50%;
	transform: translateY(-50%);
}
.menu div > ul  {
	/* margin: 22px 0; */
	margin-top: 0;
	padding: 10px;
	/* padding-right: 20px; */
	text-align: left;
	width: 100%;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	/* background: var(--white, #F9F9F9); */
}
.menu.actived div > ul  {
	margin: 28px 0;
	/* padding-bottom: 20px; */
	text-align: left;
	margin-top: 0;
}
.menu div > ul > li {
	text-align: center;
	margin: 0;
	padding: 0 5px;
	color: var(--secondary-color, #F9C626);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	vertical-align: middle;
}
.menu div > ul > li:not(:last-child) {
  margin-right: 15px;
}
.menu div > ul.collapse-menu > li:not(:last-child) {
  margin-right: 20px;
}

.menu div > ul.collapse-menu > li {
padding:10px
}

.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li a .fal {
 font-size: .6em;
 font-weight: 900;
 line-height: 1em;
 margin-top: 8px;
 transition: all .3s ease
}
.menu div > ul > li:hover a .fal {
  transform: rotate(-180deg);
}
.menu div > ul > li a {
  position: relative;
  text-decoration: none;
  padding: 6px 0;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  background: none;
  color: #FFF;
  font-family: source-sans-pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.menu div > ul > li.current-menu-item > a,
.menu div > ul > li.current-page-ancestor > a {
	color: #C08552;
	/* background: none; */
}
.menu div > ul > li a > span {
	border-bottom: solid 2px transparent;
}
.menu div > ul > li:hover > a,
.menu div > ul > li:focus a {
  color: #0823AE;
}
.menu div > ul > li > a:focus > span {
  border-color: var(--secondary-color, #F9C626);
}
.menu div > ul > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.menu div > ul > li.current-menu-item > a:after,
.menu div > ul > li.current-page-ancestor > a:after,
.menu div > ul > li:hover > a:after,
.menu div > ul > li:focus > a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: #04944F;
	display:none;
	
	
}


.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 64px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  background: rgb(6 6 6 / 93%);
  backdrop-filter: blur(2px);
}
.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: 24px;
	font-style: normal;
	font-weight: 600;
	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;
}
.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: 600;
  line-height: normal;
  letter-spacing: -1.1px;
  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
}
.eyebrow-bar {
  /* padding: 10px 10px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 12;
<<<<<<< HEAD
  width: 77%;
=======
  width: 84%;
>>>>>>> b0a83e1084afb545b906d57673c2b383903f0e9b
  margin: 0;
  justify-self: right;
  /* background: var(--yellow, #C08552); */
}

.eyebrow-bar {}

.eyebrow-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  /* gap: 26px; */
}

.eyebrow-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  padding-bottom: 0;
  justify-content: center;
}

.eyebrow-item i {
  color: #FACA06;
}

.eyebrow-item a {
  text-decoration: none;
  color: var(--secondary, #FACA06);
  font-family: 'source-sans-pro';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eyebrow-item:first-child{
	/* border-right:1px solid white; */
	/* width:100%; */
}

.eyebrow-item a:hover,.eyebrow-item:hover  {
  color: #0823AE;
}

.eyebrow-separator {
  font-weight: normal;
  color: #F9F9F9;
}

@media (max-width: 600px) {
  .eyebrow-inner {
    flex-direction: column;
    gap: 6px;
  }

  .eyebrow-separator {
    display: none;
  }
}



body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1250px) {
	.menu div > ul.collapse-menu > li:not(:last-child) {
		/* margin-right: 10px; */
		/* font-size: 17px; */
	}
	.menu div > ul > li,
	.menu div > ul > li:last-child a {/* font-size: 17px; */}
	.menu div > ul > li > ul > li { font-size: 17px; }
}
@media (max-width: 1050px) {
	.menu div > ul.collapse-menu > li:not(:last-child) {
		/* margin-right: 0; */
		/* font-size: 14px; */
	}
	.menu div > ul > li,
	.menu div > ul > li:last-child a {/* font-size: 14px; */}
	.menu div > ul > li > ul > li { font-size: 14px; }
	.menu .logo-nav {	}
	.menu.actived .logo-nav {
    top: 6px;
    max-width: 299px;
 }
}
@media screen and (min-width: 911px) {
  /*============== TOP ================*/
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 910px) {
  h1 > span, .h1-style > span { font-size: 16px }
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 5px 2vw;}
  .menu.actived {
    top: 0;
    padding-bottom: 40px;
    box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  }
  .menu .logo-nav img:not(.logo-home) {/* opacity: 0; */width: 100%;top: -30px;}
  .menu.actived .logo-nav img:not(.logo-home) {/* opacity: 0; */width: 100%;top: 16px;}
  
.menu .logo-nav img.logo-home {/* opacity: 1; */}
  .menu.actived {
}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
    border: transparent;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div .navigation {
    margin: 26px 0;
    margin-right: 0;
    margin-top: revert-layer;
  }
	.eyebrow-bar{
		display:none;
	}
  .menu.actived > div .navigation {
    margin: 23px 0 22px;
    margin-right: 0px;
  }
  .menu div > ul,
  .menu div > ul.top-menu {
    display: none;
  }
  .menu .logo-nav {
  top: 8px;
  left: 10px;
  max-width: 241px;
  }
  .menu.actived .logo-nav {
  max-width: 227px;
  top: -10px;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  /*.menu div > a > .txt {
    display: none;
  }*/
  .menu.behaved > div .navigation {
  	width: 24px;
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay > ul > li > a {
  }
  .navigation-overlay > ul > li > ul > li a {
  }
  .menu .donate {
    top: 7px
  }
  .menu.actived .donate {
    top: 1px
  }
}
@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: 40px;
  }
  .customize-support .navigation-overlay {
    margin-top: 46px;
  }
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 0;
  } 
}

/*===========================================================================================================*/
/*=========================================== HOME ======================================================*/
/*===========================================================================================================*/
.home-bnn {
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat;
  padding: 50px 20px;
  padding-top: 0;
  border-bottom: 5px solid var(--secondary, #FACA06);
}
 
.home-bnn-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  align-self: flex-end;
  margin: 0;
  padding-bottom: 0;
}

.home-bnn-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;  
}

h1.home-bnn-title {
     /* 96.774% */
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Playfair-Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.home-bnn-subtitle {
    margin-bottom: 30px;
    color: var(--cream-bg, #F4ECD8);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 .home-about-grid{
  display:grid;
  grid-template-columns: 1.20fr 0.80fr; /* texto | imagem */
  gap: 40px;
  /* align-items: center; */
}
.home-about-title{
  margin: 0 0 10px;
  color: var(--secondary, #FACA06);

/* h1 */
  font-family: "Playfair-Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-about-divider{
  display:block;
  margin: 8px 0 24px;
  border-radius: 500px;
  background: linear-gradient(90deg, var(--secondary, #FACA06) 0%, var(--main, #0823AE) 100%);
  width: 100px;
  height: 1px;
}
.home-about-content p{margin: 0 0 24px;}
.home-about-img{
  max-width: 410px;
  width: 100%;
  height: auto;
  display:block;
  justify-self: center;
}

.home-about-text {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.home-about-text .btn-layout {
    margin-top: 10px;
}

 @media (max-width: 991px){
  .home-about-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-about-media,
  .home-about-text{ text-align: left; }
  .home-about-img{ margin: 0; max-width: 360px; }
}

@media (max-width: 600px){
  .home-about-img{ max-width: 300px; }
}



/*===========================================================================================================*/
/*=========================================== 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);
	}
}

/*===========================================================================================================*/
/*=========================================== BOTTOM ========================================================*/
/*===========================================================================================================*/
 

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.site-footer{
  background:#2F2F2F;
  color:#EDEDED;
  border-top:6px solid var(--secondary, #FACA06);
  padding: 80px 0 20px;
}
footer.site-footer .container {
    padding-bottom: 0;
}
.site-footer a{
  color:var(--secondary, #FACA06);
  text-decoration:none;
  color: #FACA06;
  font-family: source-sans-pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.site-footer a:hover{ text-decoration:underline; }

.footer-head{
  display:grid;
  grid-template-columns: 0.3fr 1.3fr;
  align-items: anchor-center;
  gap:18px;
}

.footer-logo{ display:inline-block; position:relative; }
.footer-logo img{
  /* width:100%; */
  display:block;
  height: 83.804px;
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 199/51;
}
.footer-logo::after{
  content:"";
  display:block;
  width:340px;
  height:3px;
  background:rgba(255,255,255,.9);
  border-radius:2px;
  margin-top:8px;
}

.footer-menus{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap: 20px;
}
.menu-row{
  display:flex;
  align-items:center;
  gap:14px;
}

.menu-eyebrow{
  display:flex;
  gap: 20px;
  list-style:none;
  margin:0;
  padding:0;
}
.menu-eyebrow a{
  color: #FACA06;
  font-family: source-sans-pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-socials{
  display:flex;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
}
.footer-socials a{
  width: 35px;
  height: 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--secondary, #FACA06);
}
.footer-socials i{font-size: 18px;}

.menu-main{
  display:flex;
  gap:28px;
  list-style:none;
  margin:0;
  padding:0;
}
.menu-main a{ font-weight:700; }

.footer-copy{
  text-align:center;
  max-width:980px;
  margin: 50px auto;
  color:#EDEDED;
}

.menu-main li {
    color: #FACA06;
    font-family: source-sans-pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-seal{ display:flex; justify-content:center; }
.footer-seal img{ width:34px; height:auto; }

@media (max-width:1080px){
  .footer-logo::after{ width:300px; }
}
/* Mobile: menus em coluna + sociais depois do último item */
@media (max-width: 900px){
  .footer-head{ grid-template-columns: 1fr; gap: 16px; }

  /* garante coluna (sem column-reverse) e alinhado à esquerda */
  .footer-menus{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
  }

  /* “achata” a linha eyebrow para podermos reordenar os filhos */
  .menu-row.eyebrow{ display: contents; }

  /* ordem: eyebrow links -> main links -> sociais */
  .menu-eyebrow{
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: 0; padding: 0;
  }

  .menu-main{
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: 0; padding: 0;
    flex-wrap: nowrap;
  }

  .footer-socials{
    order: 3;
    display: flex;
    gap: 12px;
    margin-top: 8px;
  }

  /* espaçamento geral do footer no mobile */
  .site-footer{ padding: 56px 0 20px; }
  .footer-copy{ margin: 24px 0; text-align: left; }
}

/* Mobile menor: ajustes finos */
@media (max-width: 560px){
  .menu-eyebrow{ gap: 12px; }
  .menu-main{ gap: 12px; }
  .footer-logo img{ max-width: 260px; }
}


/*===========================================================================================================*/
/*=========================================== MOBILE ========================================================*/
/*===========================================================================================================*/
@media (min-width: 1920px){
 
}

 
 
@media (max-width: 1080px){
 
}
@media (max-width: 991px){

.container, .container-lg {
    padding: 0 20px;
	}
 .menu .container::after {
		bottom:-70px
 }
 
 
}

@media (max-width: 768px) {
  .section-white {
    padding: 20px 0;
}
 
.site-footer{
 padding-top:20px; 
}
}
 
@media (max-width: 640px){
  
}

 
@media (max-width: 641px){
   .home-bnn {
		background-position: 18% 25%!important;
		}
}


@media (max-width: 465px){
 h1.home-bnn-title {
	 font-size:30px;
 }

}