.text-theme-color-1 {
		color: #285041;
	}

	.text-theme-hero-color {
		color: #ffffff !important;
	}

	.bg-theme-color-1 {
		background-color: #285041;
	}

	.button--theme-color-1 {
		background: #285041;
		color: #fff;
	}

	.link--theme-border-color-1 {
		border-color: #285041;
	}

	.button--theme-color-1:hover,
	.button--theme-color-1:focus {
		background: rgba(40, 80, 65, .9);
		color: #fff;
	}

	.fill--theme-color-1 {
		fill: #285041;
	}

			.menu-mobile__item__toggle {
			background-color: #285041;
		}
		.top-menu__list--level-2,
		.top-menu__list-item--level-2 {
			background-color: #285041;
		}
		.scrolled .scrolled\:bg-theme-color-1 {
			background-color: #285041 !important;
		}
	
				
	.text-theme-color-2 {
		color: #ff9b19;
	}

	.text-theme-hero-color {
		color: #ffffff !important;
	}

	.bg-theme-color-2 {
		background-color: #ff9b19;
	}

	.button--theme-color-2 {
		background: #ff9b19;
		color: #fff;
	}

	.link--theme-border-color-2 {
		border-color: #ff9b19;
	}

	.button--theme-color-2:hover,
	.button--theme-color-2:focus {
		background: rgba(255, 155, 25, .9);
		color: #fff;
	}

	.fill--theme-color-2 {
		fill: #ff9b19;
	}

	
				
	.text-theme-color-3 {
		color: #ffffff;
	}

	.text-theme-hero-color {
		color: #ffffff !important;
	}

	.bg-theme-color-3 {
		background-color: #ffffff;
	}

	.button--theme-color-3 {
		background: #ffffff;
		color: #fff;
	}

	.link--theme-border-color-3 {
		border-color: #ffffff;
	}

	.button--theme-color-3:hover,
	.button--theme-color-3:focus {
		background: rgba(255, 255, 255, .9);
		color: #fff;
	}

	.fill--theme-color-3 {
		fill: #ffffff;
	}