@charset "UTF-8";
/* CSS Config for Fini */
:root {
/*--- FONTS ---*/
/* Main */
	--text-font-main: Arial, Helvetica, sans-serif;
	--text-font-main-weight: normal;
	--text-font-main-size: 12pt;
/* CTA */
	--text-font-cta: Arial, Helvetica, sans-serif;
	--text-font-cta-weight: bold;
	--text-font-cta-size: 30pt;
/* Headings */
	--text-font-heading: Aria, Helvetica, sans-serif;
	--text-font-heading-weight: normal;
	--text-font-h1-size: 40pt;
	--text-font-h2-size: 33pt;
	--text-font-h3-size: 22pt;
	--text-font-h4-size: 18pt;
/* Header */
	--text-font-header: Arial, Helvetica, sans-serif;
	--text-font-header-weight: normal;
	--text-font-header-size: 14pt;
/* Footer */
	--text-font-footer: Arial, Helvetica, sans-serif;
	--text-font-footer-weight: normal;
	--text-font-footer-size: 10pt;
/*--- COLORS ---*/
/* Text */
	--text-color-main: #000;
	--text-color-heading: #0b57ab;
	--text-color-link: #37134a;
	--text-color-link-hover: #004f90;
	--text-color-header: #ECECEC;
	--text-color-header-link-hover: #FFF;
	--text-color-footer: #ECECEC;
	--text-color-footer-link-hover: #FFF;
/* Backgrounds */
	--bg-color: #FFF;
	--bg-color-alt: #f8fafd;
	--bg-color-header: #000;
	--bg-color-footer: #000;
	--bg-color-prefooter: #c2c5ce;
	--bg-color-footer: #000;
/* Buttons */
    --btn-cta-text-color: white;
    --btn-cta-bg: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
    --btn-cta-text-color-hover: white;
    --btn-cta-bg-hover: linear-gradient(to bottom, #97d300 0%,#65b200 100%);
/*--- RESPONSIVE ---*/
	--header-height: 80px;
	--container-width-md: 100%;
	--container-width-lg: 900px;
	--container-width-xl: 1000px;
}