/*!
 * Bootstrap-compatible local subset for OZEN-GM.
 * Includes the layout, navbar, forms, buttons, alerts and responsive helpers
 * used by this site so it can run without CDN access.
 */
:root{--bs-body-font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-gutter-x:1.5rem;--bs-gutter-y:0}
*,::after,::before{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);background-color:var(--bs-body-bg)}
h1,h2,h3,h4,h5,h6,p,ul,figure{margin-top:0}
h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;line-height:1.2}
p{margin-bottom:1rem}
a{text-decoration:underline}
img,svg{vertical-align:middle}
img{max-width:100%;height:auto}
button,input,select,textarea{margin:0;font:inherit}
button{text-transform:none}
textarea{resize:vertical}
.table{border-collapse:collapse;border-spacing:2px}
.container{width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
@media (min-width:1400px){.container{max-width:1320px}}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}
.g-2{--bs-gutter-x:.5rem;--bs-gutter-y:.5rem}.g-3{--bs-gutter-x:1rem;--bs-gutter-y:1rem}.g-4{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}.g-5{--bs-gutter-x:3rem;--bs-gutter-y:3rem}
.col-12{flex:0 0 auto;width:100%}
@media (min-width:576px){.col-sm-6{flex:0 0 auto;width:50%}}
@media (min-width:768px){.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-6{flex:0 0 auto;width:50%}}
@media (min-width:992px){.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-10{flex:0 0 auto;width:83.33333333%}}
.d-flex{display:flex!important}.d-grid{display:grid!important}.d-md-flex{display:flex!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}
.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}
.ms-auto{margin-left:auto!important}.ms-lg-3{margin-left:1rem!important}.mt-3{margin-top:1rem!important}.mt-5{margin-top:3rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-lg-0{margin-bottom:0!important}.mb-md-0{margin-bottom:0!important}
.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.lh-sm{line-height:1.25!important}.small{font-size:.875em}.text-white{color:#fff!important}.min-vh-100{min-height:100vh!important}.list-unstyled{padding-left:0;list-style:none}.border-secondary{border-color:#6c757d!important}
.lead{font-size:1.25rem;font-weight:300}.h5{font-size:1.25rem}.h6{font-size:1rem}
.btn{display:inline-block;padding:.625rem 1rem;font-weight:600;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;border-radius:.375rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.btn-lg{padding:.8rem 1.25rem;font-size:1.1rem;border-radius:.45rem}
.btn-primary{color:#fff;background-color:#d80d13;border-color:#a90b10}.btn-outline-dark{color:#212529;border-color:#212529}
.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.375rem}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}
.form-label{margin-bottom:.5rem}.form-control,.form-select{display:block;width:100%;padding:.625rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus,.form-select:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check-input{float:left;margin-left:-1.5em;width:1em;height:1em;margin-top:.25em;vertical-align:top}.form-check-label{cursor:pointer}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.75rem 0}.navbar>.container{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem;text-decoration:none}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid rgba(0,0,0,.15);border-radius:.375rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:linear-gradient(to bottom,#333,#333);background-repeat:no-repeat;background-position:center;background-size:100% 2px;position:relative}.navbar-toggler-icon::before,.navbar-toggler-icon::after{content:"";position:absolute;left:0;width:100%;height:2px;background:#333}.navbar-toggler-icon::before{top:.35em}.navbar-toggler-icon::after{bottom:.35em}.collapse:not(.show){display:none}.collapse.show{display:block}
.sticky-top{position:sticky;top:0;z-index:1020}
@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.mb-lg-0{margin-bottom:0!important}}
@media (max-width:767.98px){.d-md-flex{display:block!important}.mb-md-0{margin-bottom:1rem!important}}
