:root{--color-1: #535353;--color-2: #E5DBCE;--font-1: "Roboto Slab", serif;--font-2: "Roboto", sans-serif}.container{max-width:1080px;width:90%;margin:0 auto}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:normal;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:none !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:bold}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#007bff;text-decoration:none;background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none !important}#page--hero{min-height:75vh;position:relative;display:flex}#page--hero .container{align-self:center;position:relative}#page--hero .hero--content{max-width:550px}#page--hero .hero--content .--content h1{font-size:36px;line-height:42px}#page--hero .hero--content .--content h1+p{margin-top:10px}#page--hero .hero--content .--content p{font-size:18px;line-height:34px}#page--hero .hero--content .--content+.--actions{margin-top:30px}#page--hero .hero--content .--actions{display:flex;grid-gap:20px;flex-wrap:wrap}.page--background{--color-1: 229,219,206;margin:0;width:100%;height:100%;position:absolute;max-width:1080px;right:0;top:0}.page--background::before{content:"";position:absolute;inset:0;background:rgb(var(--color-1));background:linear-gradient(rgba(229, 219, 206, 0), rgb(229, 219, 206))}.page--background::after{content:"";position:absolute;inset:0;background:rgb(var(--color-1));background:linear-gradient(-90deg, rgba(229, 219, 206, 0), rgb(229, 219, 206))}.page--background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center}#page--navigation{position:relative;top:0;width:100%;padding:20px 0}#page--navigation .container{display:flex;justify-content:space-between;align-items:center}#page--navigation .container .logo{width:100px;display:block}#page--navigation .container .logo img{max-width:100%}#page--navigation .container ul{padding:0;list-style:none;display:flex;grid-gap:16px}#page--navigation .container ul li a{color:var(--color-1);font-size:18px;font-family:var(--font-2);letter-spacing:.3px}html,body{background-color:var(--color-2);font-family:var(--font-2)}h1,h2,h3,h4,h5,h6{font-family:var(--font-1);color:var(--color-1);font-weight:700;margin:0}p,ul,ol{font-family:var(--font-2);color:var(--color-1);font-weight:300;margin:0}.btn{--background: var(--color-2);--text: var(--color-1);--border: var(--color-1);display:inline-block;padding:10px 20px;border-radius:30px;background:var(--background);color:var(--text);border:solid 1px var(--border);letter-spacing:.3px;transition:all .2s}.btn:hover{--text: var(--color-2);--background: var(--color-1);text-decoration:none;color:var(--text)}.btn.--secondary{--background: var(--color-1);--text: var(--color-2);--border: var(--color-1);--hoverColor: var(--color-2)}.btn.--secondary:hover{--text: var(--color-1);--background: var(--color-2)}