/*!
 * Bootstrap v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root{--bs-blue:#2563eb;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#10b981;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#2563eb;--bs-secondary:#64748b;--bs-success:#10b981;--bs-info:#06b6d4;--bs-warning:#f59e0b;--bs-danger:#ef4444;--bs-light:#f8f9fa;--bs-dark:#0f172a;--bs-font-sans-serif:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#0f172a;--bs-body-bg:#fff}
*,::after,::before{box-sizing:border-box}
html,body{overflow-x:hidden!important;width:100%!important;margin:0;padding: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);text-align:left;background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2;color:#0f172a}
h1,.h1{font-size:2.25rem}h2,.h2{font-size:1.875rem}h3,.h3{font-size:1.5rem}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.1rem}h6,.h6{font-size:1rem}
p{margin-top:0;margin-bottom:1rem}
a{color:var(--bs-primary);text-decoration:none}a:hover{color:#1d4ed8;text-decoration:underline}
img,svg{vertical-align:middle;max-width:100%;height:auto}
.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;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{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}
.row>* {flex-shrink:0;width:100%;max-width:100%;padding-right:12px;padding-left:12px}
.g-2{--bs-gutter-x:0.5rem;--bs-gutter-y:0.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: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-6{flex:0 0 auto;width:50%}
  .navbar-expand-lg{flex-wrap:nowrap;justify-content:start}
  .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}
  .navbar-expand-lg .navbar-toggler{display:none}
}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:0.75rem;padding-bottom:0.75rem}
.navbar-brand{padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;white-space:nowrap}
.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}
@media (min-width:992px){.navbar-nav{flex-direction:row}}
.collapse{display:none}
.collapse.show{display:block!important}
.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}
.navbar-collapse{flex-grow:1;align-items:center}
.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid #ced4da;border-radius:0.375rem;cursor:pointer}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}
.btn{display:inline-block;padding:0.625rem 1.25rem;font-size:0.875rem;font-weight:600;line-height:1.5;color:#0f172a;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid transparent;border-radius:0.5rem;transition:all .15s ease-in-out}
.btn-primary{color:#fff;background-color:#2563eb;border-color:#2563eb}.btn-primary:hover{color:#fff;background-color:#1d4ed8;border-color:#1d4ed8}
.btn-dark{color:#fff;background-color:#09090b;border-color:#09090b}.btn-dark:hover{color:#fff;background-color:#27272a;border-color:#27272a}
.btn-sm{padding:0.25rem 0.5rem;font-size:0.75rem;border-radius:0.375rem}
.btn-lg{padding:0.75rem 1.5rem;font-size:1rem;border-radius:0.5rem}
.badge{display:inline-block;padding:0.35em 0.65em;font-size:0.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.375rem}
.bg-primary{background-color:#2563eb!important}.bg-secondary{background-color:#64748b!important}.bg-success{background-color:#10b981!important}.bg-danger{background-color:#ef4444!important}.bg-warning{background-color:#f59e0b!important;color:#000!important}.bg-info{background-color:#06b6d4!important;color:#000!important}.bg-light{background-color:#f8f9fa!important;color:#0f172a!important}.bg-dark{background-color:#09090b!important;color:#fff!important}
.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-20{--bs-bg-opacity:0.2}
.text-white{color:#fff!important}.text-black{color:#09090b!important}.text-dark{color:#0f172a!important}.text-primary{color:#2563eb!important}.text-secondary{color:#64748b!important}.text-muted{color:#64748b!important}.text-success{color:#10b981!important}.text-danger{color:#ef4444!important}.text-warning{color:#f59e0b!important}.text-info{color:#06b6d4!important}
.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.d-block{display:block!important}
.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-grow-1{flex-grow:1!important}
.justify-content-between{justify-content:space-between!important}.justify-content-center{justify-content:center!important}.align-items-center{align-items:center!important}
.gap-1{gap:0.25rem!important}.gap-2{gap:0.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}
.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}
.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}
.p-0{padding:0!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.py-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}
.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}
.fw-bold{font-weight:700!important}.fw-extrabold{font-weight:800!important}.fw-semibold{font-weight:600!important}
.small{font-size:0.875rem!important}.fs-6{font-size:1rem!important}
.border{border:1px solid #e2e8f0!important}.border-top{border-top:1px solid #e2e8f0!important}.border-bottom{border-bottom:1px solid #e2e8f0!important}
.rounded{border-radius:0.5rem!important}.rounded-pill{border-radius:50rem!important}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)!important}
.list-unstyled{padding-left:0;list-style:none}
.mx-auto{margin-left:auto!important;margin-right:auto!important}
