:before,:after{box-sizing:border-box}*{box-sizing:border-box;background:0 0;border:0;margin:0;padding:0}html{font-size:62.5%}body{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Arial,sans-serif;font-weight:400;line-height:1.5;position:relative;overflow-x:hidden}ul,ol,li{list-style:none}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit;background:0 0;border:none}img,video{max-width:100%;height:auto;display:block}:focus{outline:none;box-shadow:0 0 0 .2rem #00000080}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--breakpoint-3:24rem;--breakpoint-4:32rem;--breakpoint-5:40rem;--breakpoint-6:48rem;--breakpoint-9:72rem;--breakpoint-12:96rem;--breakpoint-14:112rem;--ff-serif:"Merriweather", serif;--ff-sans-serif:Arial, sans-serif;--gutter-col-padding:1rem;--gutter-col-1:2rem;--gutter-col-2:4rem;--gutter-col-3:6rem;--gutter-col-4:8rem;--gutter-col-5:10rem;--gutter-col-6:12rem;--gutter-col-7:14rem;--gutter-row-padding:.8rem;--gutter-row-1:1.6rem;--gutter-row-2:3.2rem;--gutter-row-3:4.8rem;--gutter-row-4:6.4rem;--gutter-row-5:8rem;--gutter-row-8:12.8rem;--gutter-row-10:16rem;--backup-row-0:-.8rem;--backup-row-1:-1.6rem;--backup-row-2:-3.2rem;--backup-row-3:-4.8rem;--backup-row-4:-6.4rem;--backup-row-5:-8rem;--gray-100:#ededed;--gray-200:#dbdbdb;--gray-300:#c9c9c9;--gray-400:#b8b8b8;--gray-500:#a6a6a6;--gray-600:#858585;--gray-700:#636363;--gray-800:#424242;--gray-900:#212121;--red-100:#f2c5c9;--red-200:#e68e97;--red-300:#d95461;--red-400:#bc2a38;--red-500:#831d27;--red-600:#68171f;--red-700:#4f1218;--red-800:#360c10;--red-900:#190608;--green-100:#c6f5d8;--green-200:#8eecb0;--green-300:#5ae38c;--green-400:#25d565;--green-500:#1b9d4b;--green-600:#167e3c;--green-700:#10602e;--green-800:#0a3d1d;--green-900:#051e0e;--blue-100:#b2c2f5;--blue-200:#6584eb;--blue-300:#1c49de;--blue-400:#133195;--blue-500:#091757;--blue-600:#07133b;--blue-700:#050d29;--blue-800:#03091b;--blue-900:#02040e;--orange-100:#faecd6;--orange-200:#f5daad;--orange-300:#f1c989;--orange-400:#ecb660;--orange-500:#e7a337;--orange-600:#cd8819;--orange-700:#9b6713;--orange-800:#64420c;--orange-900:#332106;--logo-background:#fefff2;--logo-blue:#0e1b59;--logo-yellow:#f3b73e}html{scroll-behavior:smooth;font-size:62.5%}body{font-family:var(--ff-sans-serif);margin:0 auto;font-size:1.6rem;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--ff-serif);line-height:1}h1{font-size:5.2rem}h2{font-size:4.4rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2.4rem}h6{font-size:2rem}a{cursor:pointer;font-weight:700}.hidden{display:none}.grid{width:100%;display:grid}.grid-center{place-items:center;width:100%;display:grid}.flex{flex-direction:row;align-items:center;display:flex}.flex-center{flex-direction:row;justify-content:center;align-items:center;display:flex}.flex-y{flex-direction:column;width:100%;display:flex}.layout-mobile-portrait{max-width:var(--breakpoint-4)}.layout-mobile-landscape{max-width:var(--breakpoint-6)}.layout-tablet-portrait{max-width:var(--breakpoint-9)}.layout-tablet-landscape{max-width:var(--breakpoint-12)}.layout-tablet-laptop{max-width:var(--breakpoint-14)}.margin-section-top{margin-top:var(--gutter-row-4)}.margin-section-bottom{margin-bottom:var(--gutter-row-4)}.padding-section-top{padding-top:var(--gutter-row-4)}.padding-section-bottom{padding-bottom:var(--gutter-row-4)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-nav-link{top:var(--gutter-row-2);padding:var(--gutter-row-padding) var(--gutter-col-padding);background-color:var(--gray-900);color:var(--gray-100);border-radius:0 0 .5rem .5rem;transition:transform .3s ease-in;position:absolute;transform:translateY(-200%)}.skip-nav-link:focus{transform:translateY(0)}.cta-yellow{padding:var(--gutter-row-1);border:.1rem solid var(--gray-900);background-color:var(--logo-yellow);color:var(--gray-900);font-family:var(--ff-serif);cursor:pointer;border-radius:.5rem;transition:background-color .2s ease-in-out;display:inline-block}.cta-yellow:hover{background-color:var(--gray-900);color:var(--gray-100)}.cta-blue{padding:var(--gutter-row-1);border:.1rem solid var(--gray-900);background-color:var(--logo-blue);color:var(--gray-100);font-family:var(--ff-serif);cursor:pointer;border-radius:.5rem;font-weight:500;transition:background-color .2s ease-in-out;display:inline-block}.cta-blue:hover{background-color:var(--gray-900);color:var(--gray-100)}.cta-red{padding:var(--gutter-row-1);border:.1rem solid var(--gray-900);background-color:var(--red-500);color:var(--gray-100);font-family:var(--ff-serif);cursor:pointer;border-radius:.5rem;font-weight:500;transition:background-color .2s ease-in-out;display:inline-block}.cta-red:hover{background-color:var(--gray-900);color:var(--gray-100)}.cta-gray{padding:var(--gutter-row-1);border:.1rem solid var(--gray-300);background-color:var(--gray-100);color:var(--gray-900);font-family:var(--ff-serif);cursor:pointer;border-radius:.5rem;font-weight:500;transition:background-color .2s ease-in-out;display:inline-block}.cta-gray:hover{border-color:var(--gray-900);background-color:var(--logo-blue);color:var(--gray-100)}.underline-yellow{color:var(--gray-900);background:linear-gradient(to top, var(--logo-yellow) 10%, transparent 40%)}main{max-width:var(--breakpoint-14);min-width:var(--breakpoint-4);align-items:center;gap:var(--gutter-row-2);text-align:center;margin:0 auto}header{border-bottom:.1rem solid var(--gray-900);background-color:var(--logo-yellow);width:100%}.sticky{z-index:100;position:sticky;top:0}.header-nav{max-width:var(--breakpoint-14);min-width:var(--breakpoint-4);margin:0 auto}.header-nav .cta-yellow{border:0;border-radius:0}.header-nav .cta-yellow[aria-current=page]{background-color:var(--gray-900);color:var(--logo-yellow)}
