body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:16px;line-height:1.6;color:var(--text-color);background-color:var(--background)}a{color:inherit;text-decoration:none}a:hover{color:var(--primary-color)}*{box-sizing:border-box}h1{font-family:Jersey\ 10,sans-serif;font-size:5rem;line-height:1.3;font-weight:700;margin-bottom:1rem}h2{font-size:2rem}h2,h3{line-height:1.4;font-weight:600;margin-bottom:.8rem}h3{font-size:1.5rem}h4{font-size:1.25rem;line-height:1.4;font-weight:600;margin-bottom:.6rem}p{font-size:1rem;line-height:1.6;margin:0 0 1rem}.caption,p,small{color:var(--text-light)}.caption,small{font-size:.875rem;line-height:1.4}ol,ul{margin:0;padding:0;list-style:none}:root{--primary-color:#f07;--primary-light:#ffecf0;--primary-dark:#46001b;--secondary-color:#9f0;--text-color:#081500;--text-light:#8c8082;--background:#f1f0f1;--border-color:#4a8000;--secondary-dark:#081500;--container-width:1200px;--spacing:1rem;--header-height:101px;--header-spacing:var(--header-height);--header-spacing-mobile:var(--header-height)}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing)}.sticky-below-header{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 1rem)}.sticky-below-header-mobile{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + .5rem)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.button{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.button:hover{background-color:var(--secondary-color)}.button:focus{outline:none;box-shadow:0 0 0 3px rgba(255,0,119,.3)}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input,select,textarea{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:4px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(255,0,119,.2)}.row{display:flex;flex-wrap:wrap;margin:0 -.5rem}.col{flex:1 1;padding:0 .5rem}.col-1{flex:0 0 8.33%}.col-2{flex:0 0 16.66%}.col-3{flex:0 0 25%}.col-4{flex:0 0 33.33%}.col-5{flex:0 0 41.66%}.col-6{flex:0 0 50%}.col-7{flex:0 0 58.33%}.col-8{flex:0 0 66.66%}.col-9{flex:0 0 75%}.col-10{flex:0 0 83.33%}.col-11{flex:0 0 91.66%}.col-12{flex:0 0 100%}@media (max-width:1200px){:root{--container-width:1000px}}@media (max-width:992px){:root{--container-width:750px}}@media (max-width:768px){:root{--container-width:100%}.row{flex-direction:column}}.desktop-only{display:initial}.mobile-only{display:none}@media (max-width:768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.desktop-only{display:none!important}.mobile-only{display:initial!important}.container{padding-left:1rem;padding-right:1rem}.button,.callback-button{width:100%;text-align:center;padding:.75rem 1rem}.mobile-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-stack{display:flex;flex-direction:column;gap:1rem}.mobile-mt-0{margin-top:0!important}.mobile-mb-0{margin-bottom:0!important}.mobile-my-1{margin:.5rem 0!important}.mobile-p-1{padding:.5rem!important}}.hamburger{background:none;border:none;cursor:pointer;padding:.5rem}.hamburger span{display:block;width:24px;height:2px;margin:4px 0;transition:.3s}.dropdown-base{position:relative}.dropdown-content{position:absolute;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);border-radius:8px;z-index:1000}