:root{--bgGray:#F2F2F2;--orange:#FF6412;--green:#008057;--darkGreen:#008055;--mint:#01C770;--maxWidth:1150px}*{outline:0;position:relative}body{position:relative;margin:0 auto;font-family:Montserrat,sans-serif}.container{margin:0 auto;width:100%;max-width:var(--maxWidth)}.text-highlight{padding:0 10px}.text-white{color:#fff}.text-white .text-highlight,.text-white.text-highlight{background-color:#fff;color:var(--green)}.text-white .text-highlight-dark,.text-white.text-highlight-dark{background-color:#fff;color:var(--darkGreen)}.text-orange{color:var(--orange)}.text-orange .text-highlight,.text-orange.text-highlight{background-color:var(--orange);color:#fff}.text-green{color:var(--green)}.text-mint{color:var(--mint)}