.b-cta {
	position: relative;
	height: 50rem;
	max-height: 100vh
}
@media (max-width:991px) {
.b-cta {
	height: 43.75rem
}
}
@media (max-width:575px) {
.b-cta {
	height: 37.5rem
}
}
.b-quotes+.b-cta {
	background: #0c6f39
}
.b-cta .container {
	position: relative
}
.b-cta-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transform: scale(.85);
	transition-property: opacity, transform;
	transition-duration: 1.25s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.ready .visible-on-screen .b-cta-background {
	transform: none
}
.b-cta-background .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition-property: opacity, transform;
	transition-duration: 1.25s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: scale(1.15)
}
.b-cta--darken .b-cta-background .image:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.15);
	content: "";
	display: block
}
.ready .visible-on-screen .b-cta-background .image {
	transform: none
}
.b-cta-foreground {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.b-cta-foreground .container {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem
}
@media (max-width:991px) {
.b-cta-foreground .container {
	padding-top: 5.625rem;
	padding-bottom: 5.625rem
}
}
@media (max-width:575px) {
.b-cta-foreground .container {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}
}
.b-cta-caption {
	position: absolute;
	right: 0;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	margin-right: -7.5rem;
	width: 7.5rem;
	top: 5.625rem;
	bottom: 11.25rem
}
@media (max-width:1919px) {
.b-cta-caption {
	margin-right: -7.5rem
}
}
@media (max-width:1599px) {
.b-cta-caption {
	margin-right: -7.5rem
}
}
@media (max-width:1199px) {
.b-cta-caption {
	margin-right: -7.5rem
}
}
@media (max-width:991px) {
.b-cta-caption {
	margin-right: -6.25rem
}
}
@media (max-width:767px) {
.b-cta-caption {
	margin-right: -5rem
}
}
@media (max-width:575px) {
.b-cta-caption {
	margin-right: -1.875rem
}
}
@media (max-width:1919px) {
.b-cta-caption {
	width: 7.5rem
}
}
@media (max-width:1599px) {
.b-cta-caption {
	width: 7.5rem
}
}
@media (max-width:1199px) {
.b-cta-caption {
	width: 7.5rem
}
}
@media (max-width:991px) {
.b-cta-caption {
	width: 9.375rem
}
}
@media (max-width:767px) {
.b-cta-caption {
	width: 7.5rem
}
}
@media (max-width:1919px) {
.b-cta-caption {
	top: 5.625rem;
	bottom: 11.25rem
}
}
@media (max-width:1599px) {
.b-cta-caption {
	top: 5.625rem;
	bottom: 11.25rem
}
}
@media (max-width:1199px) {
.b-cta-caption {
	top: 5.625rem;
	bottom: 11.25rem
}
}
@media (max-width:991px) {
.b-cta-caption {
	top: 4.375rem;
	bottom: 8.75rem
}
}
@media (max-width:767px) {
.b-cta-caption {
	top: 3.75rem;
	bottom: 7.5rem
}
}
@media (max-width:575px) {
.b-cta-caption {
	top: 2.8125rem;
	bottom: 5.625rem;
	display: none
}
}
.b-cta-content {
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	width: 100%
}
@media (max-width:991px) {
.b-cta-content {
	font-size: 1.25rem
}
}
@media (max-width:575px) {
.b-cta-content {
	width: 100%
}
}
.b-cta-content>* {
	opacity: 0;
	transform: translateY(3.75rem)
}
.b-cta-content>*, .b-cta-content h1, .b-cta-content h2, .b-cta-content h3 {
	transition-property: opacity, transform;
	transition-duration: 1.25s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.b-cta-content h1, .b-cta-content h2, .b-cta-content h3 {
	transform: translateY(1.875rem)
}
.ready .visible-on-screen .b-cta-content>* {
	transition-delay: .3125s;
	opacity: 1;
	transform: none
}
.ready .visible-on-screen .b-cta-content h1, .ready .visible-on-screen .b-cta-content h2, .ready .visible-on-screen .b-cta-content h3 {
	transition-delay: .3125s
}
.b-cta-action {
	position: relative
}
.b-cta-action-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	cursor: pointer;
	height: 4.375rem;
	margin-top: -2.1875rem;
	transition-property: opacity, transform;
	transition-duration: .25s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	width: 7.5rem
}
/*# sourceMappingURL=styles.css.map */
