.flex-content.main-banner {
	padding: 0px 0 15px;
}

.flex-content.main-banner .hero-text-container {
 max-width: 1512px;
  width: 100%;
  margin: 0 auto;
}

.flex-content.main-banner .no-image .content {
	max-width: 100%;
}

.flex-content.main-banner .content * {
	position: relative;
}

.flex-content.main-banner.dark .content,
.flex-content.main-banner.light .content {
	padding: 0 60px;
	position: relative;
}

.flex-content.main-banner.dark .content:before,
.flex-content.main-banner.light .content:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: calc(100% + 255px);
	height: calc(100% + 120px);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.70);
}

.flex-content.main-banner.dark .no-image .content:before,
.flex-content.main-banner.light .no-image .content:before {
	width: 100%;
}

.flex-content.main-banner.dark .content:before {
	background-color: rgba(0, 0, 0, 0.70);
}

.flex-content.main-banner .main-img {
	display: block;
	position: relative;
	left: -36px;
	top: 5px;
	width: calc(100% + 36px);
	overflow: hidden;
}

.flex-content.main-banner .main-img.scale-to-content {
	height: calc(100% - 20px);
}

.flex-content.main-banner .main-img.rounded-corners {
	border-radius: 10px;
}

.flex-content.main-banner .main-img.drop-shadow {
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.17);
}

.flex-content.main-banner .main-img img {
	width: 100%;
}

.flex-content.main-banner .main-img.scale-to-content img {
	height: 100%;
	object-fit: cover;
}

.flex-content.main-banner .eyebrow {
	color: var(--Text);
	margin: 0 0 8px;
}

.flex-content.main-banner .main-title {
	color: var(--Text);
	margin: 0 0 56px;
}

.flex-content.main-banner .text {
	padding: 0 0 17px;
}

.flex-content.main-banner .text > *:last-child {
	margin-bottom: 0;
}

.flex-content.main-banner.dark .eyebrow {
	color: var(--Taupe);
}

.flex-content.main-banner.dark .main-title {
	color: var(--White);
}

.flex-content.main-banner.dark .text {
	color: var(--Taupe);
}

.flex-content.main-banner .buttons {
margin:0;
  display: flex;
  align-items: center;
}
.main-banner .full-width-image-wrapper {
	margin-bottom:0;
	position: relative;

}

.mobile-main-banner {
	display:none;
}



.main-banner .bottom-hero-vector img {
	width:100%;
}

.main-banner .full-width-image-wrapper .full-width-image {
	width:100%;
}

.flex-content.main-banner .buttons .btn {
	width:100%;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.74683 8.55444L3.15575 15.1795C2.816 15.4853 2.30638 15.4853 2.00061 15.1795L1.21919 14.3981C0.913423 14.0923 0.913423 13.5827 1.21919 13.2429L6.45129 7.97687L1.21919 2.74477C0.913423 2.40503 0.913423 1.89541 1.21919 1.58963L2.00061 0.808217C2.30638 0.502445 2.816 0.502445 3.15575 0.808217L9.74683 7.43327C10.0526 7.73905 10.0526 8.24866 9.74683 8.55444Z' fill='white'/%3E%3C/svg%3E%0A")!important;
	background-repeat: no-repeat !important;
    background-position: 82% !important;
	margin-right:0;
	    background-color: var(--Copper, #9E5F24) !important;
    display: flex;
	border-radius:0;
    height: 53.992px;
    padding: 0 100px 0 30px;
    justify-content: space-between;
    align-items: center;
    color: var(--White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    flex-shrink: 0;
    align-self: stretch;
}

.flex-content.main-banner .buttons a {
  margin: 15px 0 0 12px;
}

.flex-content.main-banner.dark .content > *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}



.flex-content.main-banner .hero-text-section {
	margin-top:-100px;
	position:relative; 
background: linear-gradient(0deg, rgba(35, 35, 35, 0.80) 0%, rgba(35, 35, 35, 0.80) 100%), linear-gradient(180deg, rgba(35, 35, 35, 0.30) 14.49%, #232323 38.22%);
margin-bottom:0;
}

.flex-content.main-banner .hero-text-section.has-vector::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  background-image: var(--hero-vector);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  display: block;
  pointer-events: none;
  aspect-ratio: 1512 / 58;
}

.flex-content.main-banner .left-column-text {
	width:100%;
	max-width:860px;
}



.flex-content.main-banner .right-column-content {
	display: flex;
	flex-wrap: wrap;
	    justify-content: end;
  align-items: center;
  gap: 0;
}

.flex-content.main-banner .right-column-text {
max-width: 500px;
  flex: 0 0 500px;
  margin-right: 0;
}

.flex-content.main-banner .right-column-text p  {
color: var(--White, #FFF);
font-family: Gilroy;
font-size: 16px;
font-style: normal;
font-weight: 300;
margin:0;
line-height: 150%;
}






.flex-content.main-banner .hero-text-section h1 {
	color:#fff;
	margin:20px 0px 12px 0px;
}
.flex-content.main-banner .hero-text-section p {
	color:#fff;
}

.flex-content.main-banner .hero-text-section .eyebrow {
	
font-family: Poppins;
padding-bottom:6px;
font-size: 14px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 16.8px */
letter-spacing: 1.4px;
border-bottom: 2px solid var(--Copper, #9E5F24);
text-transform: uppercase;
}

.flex-content.main-banner .hero-text-section-row {
	display:flex;
	gap:50px;
	align-items:center;
}

@media (min-width: 1512px) {
 .flex-content.main-banner .content {
	margin-left:100px;
 }
 .flex-content.main-banner .right-column-wrapper {
	max-width:450px;
	margin: 0 0 0 auto;
}
}

@media (min-width: 1513px) {


.flex-content.main-banner .right-column-text {
  padding-left:30px;
}
.flex-content.main-banner .buttons .btn {
  min-width:465px;
}

 .flex-content.main-banner .content {
margin-left:60px;
    padding-right: 0;
  }
 
 
}

@media (min-width:1450px) {
	.flex-content.main-banner .hero-text-section h1 {
		width:860px;
	}
}

@media (min-width: 992px) {
  .flex-content.main-banner .buttons .btn {
    width: auto;
	min-width:500px;
  }
  
}



@media (max-width:1511px) {
.flex-content.main-banner .hero-text-section-row {
	max-width:1312px;
	padding:0;
	margin:0 auto;
}

	
	.flex-content.main-banner .hero-text-section-row {
		gap:20px;
	}
	  .flex-content.main-banner.dark .content,
  .flex-content.main-banner.light .content {
    padding-right: 0;
    padding-left: 60px;
  }
}


@media (max-width:1400px) {
		.flex-content.main-banner .content {
		padding:0;
	}


}

@media (max-width: 1350px) {
.flex-content.main-banner .hero-text-section-row {
	        padding: 0 30px;
}
}

@media (max-width:1050px) {

.flex-content.main-banner .right-column-content {
	justify-content:flex-start;
}

.flex-content.main-banner .right-column-text p {
	padding:0;
}
.flex-content.main-banner .buttons .btn {
	margin-left:0;
}

.flex-content.main-banner .hero-text-section-row {
	flex-wrap:wrap;
}

.flex-content.main-banner .buttons {
    flex: 100%;
    max-width: 500px;
    min-width: 0;

    margin: 0;
}
}

@media (max-width:1000px){
	.flex-content.main-banner .right-column-content {
	justify-content:flex-start;
}

}

@media only screen and (max-width: 992px) {


.right-column-content {
	justify-content:flex-start;
}

.main-banner .mobile-main-banner {

	display:block;
	background-color:#000;
}

.main-banner .desktop-main-banner {
	display:none;
}

.flex-content.main-banner .buttons .btn {
	margin:0;
	color: var(--White, #FFF);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Figtree;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 19.2px */
}

.flex-content.main-banner .right-column-text {
	margin:0;
	flex:100%;
	padding:20px 30px;
}

.flex-content.main-banner .right-column-text p {
	padding-left:0;
}
	

	.flex-content.main-banner.dark .content,
	.flex-content.main-banner.light .content {
		padding: 30px;
		width: 100%;
		max-width: unset;
	}

	.flex-content.main-banner.dark .content:before,
	.flex-content.main-banner.light .content:before {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: none;
	}

	.flex-content.main-banner .main-img {
		left: 0;
		top: 0;
		width: auto !important;
		height: auto !important;
		margin: 30px 0 0;
	}

}

@media (max-width:767px) {
	.main-banner .full-width-image-wrapper .full-width-image {
	min-height: 330px;
    object-fit: cover;

		}

		.flex-content.main-banner .hero-text-section h1 {
			font-size:40px;
	}

}