.wr-footer{
	/* wr Colors */
    --wr-primary: #05855C;
    --wr-primary-light: #08B47D;
    --wr-primary-light2: #04B17A;
    --wr-text-color: #171717;
    --wr-bg1: #FAF8F5;
    --wr-bg2: #F5F5F5;

    /* Fonts */
    --wr-georgia: 'Georgia', 'Cambria', 'Times', serif;
    --wr-verdana: 'Verdana', sans-serif;
    --wr-Tahoma: 'Tahoma', sans-serif;
    --wr-h1: 2.25rem;
    --wr-h2: 1.875rem;
    --wr-sup-headline: 0.875rem;
    --wr-sub-headline: 1rem;

    font-family: var(--wr-verdana); font-size: 14px; color: var(--wr-text-color); background-color: var(--wr-text-color);
	.max-w-320{max-width: 320px;}
	.gy-36{--bs-gutter-y: 2.25rem;}

	footer {padding: 56px 0; color: #ffffff; line-height: normal;}
	footer .wr-footer-logo {margin-bottom: 28px;}

	footer .footer-links h3 {font-family: var(--wr-verdana); font-size: 0.875rem; margin-bottom: 16px; font-weight: 700; text-transform: uppercase;}
	footer .footer-links ul {list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px;}
	footer .footer-links ul li a {color: #E5E7EB; text-decoration: none;}
	footer .footer-links ul li a:hover {color: #fff;}

	footer .corporate{background-color: transparent; color: #fff; padding-top: 32px; padding-bottom: 0;}
	footer .corporate-links {gap: 10px 0; margin-left: -16px; margin-right: -16px;}
	footer .corp-link {height: 10px;display: flex;align-items: center;}
	footer .corp-link:last-child{border-right: 0;}
	footer .corp-link a{color: #ffffff; font-size: 10px; text-decoration: underline; padding: 0 16px;}
	footer p.small.mb-3 {margin-bottom: 12px !important;}
	footer hr {border-color: rgba(245, 245, 245, 0.60); margin-top: 36px; margin-bottom: 0;}

	@media (min-width: 992px) {
		footer .corporate{text-align: center;}
		footer .corporate-links{justify-content: center;}
		footer .footer-links{margin-bottom: 0;}
	}
	
	
	@media (min-width: 1400px) {
		.container{max-width: 1155px;}
	}
}