.bg-1{background-color:#f4f4f4}.bg-2{background-color:#e0e0e0}.bg-3{background-color:#ccc}.bg-4{background-color:#b0b0b0}.row{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.w-full{max-width:100%;padding:0 1rem}.w-medium{max-width:1140px;margin:0 auto;padding:0 1rem}.w-small{max-width:720px;margin:0 auto;padding:0 1rem}.col-1{width:8.3333333333%}.col-2{width:16.6666666667%}.col-3{width:25%}.col-4{width:33.3333333333%}.col-5{width:41.6666666667%}.col-6{width:50%}.col-7{width:58.3333333333%}.col-8{width:66.6666666667%}.col-9{width:75%}.col-10{width:83.3333333333%}.col-11{width:91.6666666667%}.col-12{width:100%}@media(max-width: 768px){.mirror-mobile{flex-direction:column-reverse}}.m-0{margin:0rem !important}.p-0{padding:0rem !important}.mt-0{margin-top:0rem !important}.mb-0{margin-bottom:0rem !important}.pt-0{padding-top:0rem !important}.pb-0{padding-bottom:0rem !important}.m-1{margin:.25rem !important}.p-1{padding:.25rem !important}.mt-1{margin-top:.25rem !important}.mb-1{margin-bottom:.25rem !important}.pt-1{padding-top:.25rem !important}.pb-1{padding-bottom:.25rem !important}.m-2{margin:.5rem !important}.p-2{padding:.5rem !important}.mt-2{margin-top:.5rem !important}.mb-2{margin-bottom:.5rem !important}.pt-2{padding-top:.5rem !important}.pb-2{padding-bottom:.5rem !important}.m-3{margin:.75rem !important}.p-3{padding:.75rem !important}.mt-3{margin-top:.75rem !important}.mb-3{margin-bottom:.75rem !important}.pt-3{padding-top:.75rem !important}.pb-3{padding-bottom:.75rem !important}.m-4{margin:1rem !important}.p-4{padding:1rem !important}.mt-4{margin-top:1rem !important}.mb-4{margin-bottom:1rem !important}.pt-4{padding-top:1rem !important}.pb-4{padding-bottom:1rem !important}.m-5{margin:1.25rem !important}.p-5{padding:1.25rem !important}.mt-5{margin-top:1.25rem !important}.mb-5{margin-bottom:1.25rem !important}.pt-5{padding-top:1.25rem !important}.pb-5{padding-bottom:1.25rem !important}.m-6{margin:1.5rem !important}.p-6{padding:1.5rem !important}.mt-6{margin-top:1.5rem !important}.mb-6{margin-bottom:1.5rem !important}.pt-6{padding-top:1.5rem !important}.pb-6{padding-bottom:1.5rem !important}.m-7{margin:1.75rem !important}.p-7{padding:1.75rem !important}.mt-7{margin-top:1.75rem !important}.mb-7{margin-bottom:1.75rem !important}.pt-7{padding-top:1.75rem !important}.pb-7{padding-bottom:1.75rem !important}.m-8{margin:2rem !important}.p-8{padding:2rem !important}.mt-8{margin-top:2rem !important}.mb-8{margin-bottom:2rem !important}.pt-8{padding-top:2rem !important}.pb-8{padding-bottom:2rem !important}.m-9{margin:2.25rem !important}.p-9{padding:2.25rem !important}.mt-9{margin-top:2.25rem !important}.mb-9{margin-bottom:2.25rem !important}.pt-9{padding-top:2.25rem !important}.pb-9{padding-bottom:2.25rem !important}.m-10{margin:2.5rem !important}.p-10{padding:2.5rem !important}.mt-10{margin-top:2.5rem !important}.mb-10{margin-bottom:2.5rem !important}.pt-10{padding-top:2.5rem !important}.pb-10{padding-bottom:2.5rem !important}body{font-family:"Inter",sans-serif;font-size:16px;line-height:1.6;color:#111;background-color:#fff;margin:0}p{margin-bottom:1rem}a{color:#06f;text-decoration:none}a:hover{text-decoration:underline}.width-25{flex:0 0 25%;max-width:25%}.width-75{flex:0 0 75%;max-width:75%}.center-content{display:flex;align-items:center;justify-content:center;height:100%}.flex-nowrap{flex-wrap:nowrap}@media(max-width: 740px){.width-25,.width-75{flex:0 0 auto !important;max-width:100% !important;width:100% !important}}.tac{text-align:center !important}.tal{text-align:left !important}.tar{text-align:right !important}.flex-start{justify-content:flex-start !important}.flex-end{justify-content:flex-end !important}.flex-between{justify-content:space-between !important}.flex-center{justify-content:center !important}@media(max-width: 768px){.hide-mobile{display:none !important}}header{font-family:"Inter",sans-serif;border-bottom:1px solid #eee}.info-bar{background-color:#06f;color:#fff;padding:.5rem;font-size:.875rem;text-align:center}.main-nav .row{display:flex;align-items:center;justify-content:space-between;padding:1rem}.left-nav a,.right-nav a{margin-right:1rem;color:#111;text-decoration:none}.left-nav a:hover,.right-nav a:hover{text-decoration:underline}.logo img{max-height:40px}.burger{background:none;border:none;font-size:1.5rem;cursor:pointer}.flyout-menu{position:fixed;top:0;right:0;transform:translateX(100%);width:100%;height:100vh;background:#fff;transition:transform .3s ease-in-out;z-index:9999;box-shadow:-2px 0 5px rgba(0,0,0,.1);overflow-y:auto}.flyout-menu.active{transform:translateX(0)}.flyout-menu .flyout-inner{padding:2rem}.flyout-menu nav ul{list-style:none;padding:0}.flyout-menu nav ul li{margin-bottom:1rem}.flyout-menu a{font-size:1.25rem;color:#111;text-decoration:none}.close-flyout{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}footer{background:#111;color:#fff;padding:2rem 1rem}footer a{color:#fff;text-decoration:none}footer a:hover{text-decoration:underline}footer form input[type=email]{width:100%;padding:.5rem;margin-top:.5rem}footer form button{margin-top:.5rem;padding:.5rem 1rem;background:#06f;color:#fff;border:none;cursor:pointer}footer form button:hover{background:#05c}footer .row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}footer .col-3{flex:1 1 22%;min-width:200px}footer .fullwidth{width:100%;text-align:center;margin-top:2rem}
