@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&family=Oswald:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Mulish", system-ui, sans-serif;
  color: #16203a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 24px;
}

.section {
  padding-block: clamp(64px, 8vw, 104px);
}
.section--soft {
  background: #f5f7fc;
}
.section--navy {
  background: #0c1c54;
  color: #fff;
}

.eyebrow {
  display: inline-block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 13px;
  text-transform: uppercase;
  color: #d62828;
  background: rgba(214, 40, 40, 0.1);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.eyebrow--light {
  color: #ff9d3c;
  background: rgba(245, 144, 31, 0.16);
}

.section-title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #0c1c54;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.1;
  margin: 0;
}
.section-title--light {
  color: #fff;
}

.page-header {
  background: linear-gradient(160deg, #0c1c54 0%, #102468 100%);
  padding: 64px 24px 70px;
  text-align: center;
}
.page-header__eyebrow {
  display: inline-block;
  color: #ff9d3c;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.page-header__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: clamp(34px, 5vw, 56px);
  margin: 0 0 12px;
}
.page-header__sub {
  color: #c6cde6;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.page-header__crumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c6cde6;
  font-size: 14px;
  font-weight: 600;
}
.page-header__crumb-sep {
  color: #ff9d3c;
}
.page-header__crumb-current {
  color: #fff;
}

:focus-visible {
  outline: 3px solid #f5901f;
  outline-offset: 2px;
}

@keyframes bsfade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
.logo-bati {
  width: 80px;
}

[class*=col] {
  width: 100%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.d-flex {
  display: flex;
}

.topbar {
  background: #ffffff;
  border-bottom: 1px solid #eef1f7;
}
.topbar__inner {
  padding-block: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.topbar__contacts {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.topbar__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #16203a;
}
.topbar__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #eef1f7;
  color: #0c1c54;
}
.topbar__icon--phone {
  background: rgba(214, 40, 40, 0.12);
  color: #d62828;
}
.topbar__phone-label {
  display: block;
  font-size: 11px;
  color: #8a92a6;
  font-weight: 600;
}
.topbar__phone-number {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #d62828;
}
.topbar__socials {
  display: flex;
  gap: 8px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo__mark {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.logo__tri {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #d62828;
}
.logo__tri--small {
  border-left-width: 11px;
  border-right-width: 11px;
  border-bottom: 12px solid #0c1c54;
  margin-left: -12px;
}
.logo__name {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #0c1c54;
  line-height: 1;
}
.logo__accent {
  color: #d62828;
}
.logo__tagline {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
  color: #8a92a6;
  font-weight: 600;
}

.social {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}
.social--fb {
  background: #0c1c54;
}
.social--x {
  background: #2aa3e0;
  font-size: 13px;
}
.social--yt {
  background: #d62828;
  font-size: 12px;
}

.nav {
  background: #0c1c54;
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 4px 18px rgba(12, 28, 84, 0.18);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.nav__item {
  position: relative;
}
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 18px;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #c6cde6;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav__link:hover {
  color: #fff;
  border-bottom-color: #d62828;
}
.nav__link.is-active {
  color: #fff;
  border-bottom-color: #d62828;
}
.nav__caret {
  font-size: 10px;
}
.nav__cta {
  margin-block: 10px;
}
.nav__dropdown {
  position: absolute;
  top: 100%;
  left: 8px;
  min-width: 280px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 18px 40px rgba(12, 28, 84, 0.22);
  border-top: 3px solid #d62828;
  overflow: hidden;
  z-index: 50;
  display: none;
}
.nav__dropdown.is-open {
  display: block;
}
.nav__dropdown-link {
  display: block;
  padding: 13px 18px;
  font-weight: 600;
  font-size: 14px;
  color: #16203a;
  border-bottom: 1px solid #f0f2f8;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav__dropdown-link:last-child {
  border-bottom: none;
}
.nav__dropdown-link:hover {
  background: #f5f7fc;
  color: #d62828;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 16px 32px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn--primary {
  background: #f5901f;
  color: #16203a;
}
.btn--primary:hover {
  background: #ffa838;
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
}
.btn--red {
  background: #d62828;
  color: #fff;
}
.btn--red:hover {
  background: #b91c1c;
}
.btn--navy {
  background: #0c1c54;
  color: #fff;
}
.btn--navy:hover {
  background: #102468;
}
.btn--light {
  background: #fff;
  color: #0c1c54;
}
.btn--light:hover {
  background: #0c1c54;
  color: #fff;
}
.btn--orange {
  background: #f5901f;
  color: #16203a;
}
.btn--orange:hover {
  background: #ff9d3c;
}
.btn--sm {
  font-size: 14px;
  padding: 13px 24px;
}

.hero {
  background: linear-gradient(160deg, #0c1c54 0%, #102468 100%);
  padding: 64px 24px 76px;
  overflow: hidden;
}
.hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}
.hero__content {
  animation: bsfade 0.6s ease both;
}
.hero__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  margin: 0 0 20px;
}
.hero__sub {
  color: #c6cde6;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  max-width: 480px;
  margin: 0 0 30px;
}
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero__dots {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}
.hero__dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.45);
  transition: width 0.3s ease, background 0.3s ease;
}
.hero__dot.is-active {
  width: 30px;
  background: #f5901f;
}
.hero__media {
  position: relative;
}
.hero__figure {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  aspect-ratio: 4/3;
  animation: bsfade 0.6s ease both;
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__badge {
  position: absolute;
  bottom: -26px;
  left: -20px;
  background: #fff;
  border-radius: 18px;
  padding: 18px 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__badge-num {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #d62828;
  line-height: 1;
}
.hero__badge-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #16203a;
}

.hero__slide {
  display: none;
}

.hero__slide.is-active {
  display: block;
}

.about__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: center;
}
.about__media {
  position: relative;
}
.about__figure {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
}
.about__figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.about__badge {
  position: absolute;
  right: -14px;
  bottom: -14px;
  background: #0c1c54;
  color: #fff;
  border-radius: 18px;
  padding: 18px 26px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
}
.about__badge-title {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ff9d3c;
}
.about__badge-sub {
  font-size: 12px;
  letter-spacing: 1px;
  color: #c6cde6;
}
.about__text {
  line-height: 1.7;
}
.about__lead {
  color: #5a647a;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 10px;
}
.about__lead--strong {
  font-weight: 600;
  margin-bottom: 22px;
}
.about__checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.about__check {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #16203a;
  font-size: 15px;
}
.about__check-icon {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0c1c54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.about__note {
  margin-top: 26px;
  padding: 18px 22px;
  background: #f5f7fc;
  border-left: 4px solid #d62828;
  border-radius: 18px;
}
.about__note strong {
  font-family: "Oswald", system-ui, sans-serif;
  color: #0c1c54;
  letter-spacing: 0.5px;
}
.about__callout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: #0c1c54;
  border-radius: 18px;
}
.about__callout-icon {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d62828;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.about__callout-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #c6cde6;
}
.about__callout-text strong {
  font-family: "Oswald", system-ui, sans-serif;
  color: #ff9d3c;
  letter-spacing: 0.5px;
}
.about__badge-num {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
}
.about__badge-label {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.about__guarantees {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.about__media .about__badge--top {
  top: -16px;
  bottom: auto;
  left: -16px;
  right: auto;
  background: #d62828;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.guarantee {
  text-align: center;
  background: #f5f7fc;
  border-top: 3px solid #d62828;
  border-radius: 18px;
  padding: 26px 18px;
}
.guarantee__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0c1c54;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.guarantee__label {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 16px;
  line-height: 1.3;
}

.savoir__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: center;
}
.savoir__lead {
  color: #5a647a;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 24px;
}
.savoir__lead strong {
  color: #0c1c54;
}
.savoir__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.savoir__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
}
.savoir__icon {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d62828;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.savoir__label {
  font-weight: 600;
  color: #16203a;
  font-size: 15px;
}
.savoir__figure {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
}
.savoir__figure img {
  width: 100%;
  display: block;
  aspect-ratio: 7/6;
  object-fit: cover;
}

.engagements__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.engagement {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
}
.engagement__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #0c1c54;
  color: #ff9d3c;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 18px;
}
.engagement__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 20px;
  margin: 0 0 10px;
}
.engagement__desc {
  color: #5a647a;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}

.services__intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
  color: #5a647a;
  font-size: 18px;
  line-height: 1.7;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 26px;
}

.service-card {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(12, 28, 84, 0.2);
}
.service-card__media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #d62828;
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 6px;
}
.service-card__body {
  padding: 22px 22px 26px;
}
.service-card__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 21px;
  margin: 0 0 8px;
}
.service-card__desc {
  color: #5a647a;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.service-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d62828;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.service-detail__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .service-detail__inner {
    grid-template-columns: 1fr;
  }
}
.service-detail__main {
  min-width: 0;
}
.service-detail__figure {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  margin-bottom: 28px;
}
.service-detail__figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.service-detail__lead {
  color: #5a647a;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 14px;
}
.service-detail__lead:last-of-type {
  margin-bottom: 28px;
}
.service-detail__subtitle {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 22px;
  margin: 0 0 16px;
}
.service-detail__points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.service-detail__point {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f5f7fc;
  border-radius: 18px;
  padding: 14px 16px;
}
.service-detail__point-icon {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d62828;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.service-detail__point-label {
  font-weight: 600;
  color: #16203a;
  font-size: 15px;
}

.service-aside {
  position: relative;
}
.service-aside__nav {
  background: #f5f7fc;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 22px;
}
.service-aside__nav-title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 18px;
  margin: 0 0 16px;
}
.service-aside__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-aside__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: #fff;
  color: #16203a;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease;
}
.service-aside__link:hover {
  background: #f0f2f8;
}
.service-aside__link.is-active {
  background: #0c1c54;
  color: #fff;
}
.service-aside__arrow {
  opacity: 0.6;
}
.service-aside__cta {
  background: #0c1c54;
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  color: #fff;
}
.service-aside__cta-title {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}
.service-aside__cta-text {
  color: #c6cde6;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.service-aside__cta-btn {
  display: block;
  margin-bottom: 10px;
}
.service-aside__cta-phone {
  display: block;
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.intro__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: center;
}
.intro__title {
  margin: 0 0 18px;
}
.intro__text {
  color: #c6cde6;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
}
.intro__quote {
  margin: 0;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 4px solid #d62828;
  border-radius: 18px;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 17px;
  color: #fff;
}
.intro__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 26px 14px;
  text-align: center;
}
.stat__num {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 52px);
  color: #ff9d3c;
  line-height: 1;
}
.stat__label {
  display: block;
  font-size: 13px;
  color: #c6cde6;
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.portfolio__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.portfolio__intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
  color: #5a647a;
  font-size: 18px;
  line-height: 1.7;
}
.portfolio__filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.portfolio__filters--center {
  justify-content: center;
}
.portfolio__filter {
  border: none;
  cursor: pointer;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f0f2f8;
  color: #5a647a;
  transition: background 0.2s ease, color 0.2s ease;
}
.portfolio__filter.is-active {
  background: #d62828;
  color: #fff;
}
.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 340px));
  gap: 22px;
  justify-content: center;
}

.project {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 7/6;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  transition: transform 0.25s ease;
}
.project:hover {
  transform: translateY(-4px);
}
.project.is-hidden {
  display: none;
}
.project__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 19, 64, 0) 45%, rgba(8, 19, 64, 0.88) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.project__cat {
  color: #ff9d3c;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.project__title {
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.review {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review__stars {
  color: #f5901f;
  font-size: 16px;
  letter-spacing: 2px;
}
.review__text {
  color: #5a647a;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}
.review__author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eef1f7;
  padding-top: 16px;
}
.review__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.review__avatar--navy {
  background: #0c1c54;
}
.review__avatar--red {
  background: #d62828;
}
.review__avatar--orange {
  background: #f5901f;
}
.review__name {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 17px;
}

.featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  margin-bottom: 44px;
  background: #fff;
  transition: box-shadow 0.25s ease;
}
.featured:hover {
  box-shadow: 0 22px 50px rgba(12, 28, 84, 0.18);
}
.featured__media {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.featured__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__body {
  padding: clamp(26px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.featured__badge {
  background: #d62828;
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 6px;
}
.featured__date {
  color: #8a92a6;
  font-size: 13px;
  font-weight: 600;
}
.featured__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  margin: 0 0 14px;
}
.featured__excerpt {
  color: #5a647a;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px;
}
.featured__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d62828;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.blog__grid {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 26px;
}

.post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  transition: transform 0.25s ease;
}
.post-card:hover {
  transform: translateY(-6px);
}
.post-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.post-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(12, 28, 84, 0.92);
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 6px;
}
.post-card__body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-card__date {
  color: #8a92a6;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post-card__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.post-card__excerpt {
  color: #5a647a;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}
.post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d62828;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.article__header {
  background: linear-gradient(160deg, #0c1c54 0%, #102468 100%);
  padding: clamp(56px, 7vw, 88px) 24px;
}
.article__header-inner {
  max-width: 900px;
  margin: 0 auto;
}
.article__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.article__cat {
  background: #d62828;
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 6px;
}
.article__date {
  color: #c6cde6;
  font-size: 13px;
  font-weight: 600;
}
.article__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: clamp(30px, 4.5vw, 50px);
  line-height: 1.1;
  margin: 0;
}
.article__body {
  max-width: 820px;
  margin: 0 auto;
}
.article__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d62828;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.article__back:hover {
  color: #b91c1c;
}
.article__p {
  color: #3a4258;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 22px;
}
.article__cta {
  margin-top: 8px;
  background: #f5f7fc;
  border-left: 4px solid #d62828;
  border-radius: 18px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.article__cta-title {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 20px;
}
.article__cta-text {
  color: #5a647a;
  font-size: 15px;
}
.article__related {
  padding: 0 24px clamp(64px, 8vw, 104px);
}
.article__related-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.article__related-title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #0c1c54;
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 26px;
}
.article__related-grid {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 26px;
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .contact__inner {
    grid-template-columns: 1fr;
  }
}
.contact__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  margin: 0 0 24px;
}
.contact__btn {
  justify-content: center;
}
.contact__coords {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #f5f7fc;
  border-radius: 18px;
  padding: 18px 20px;
}
.contact__item-icon {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0c1c54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.contact__item-label {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 17px;
}
.contact__item-value {
  color: #5a647a;
  font-size: 15px;
  line-height: 1.6;
}
.contact__item-value a {
  color: #5a647a;
}
.contact__item-value a:hover {
  color: #d62828;
}
.contact__card {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  padding: clamp(24px, 3vw, 36px);
}
.contact__card-title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 24px;
  margin: 0 0 20px;
}
.contact__flash {
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.35);
  color: #1c7a32;
  border-radius: 18px;
  padding: 16px 18px;
  font-size: 15px;
  margin-bottom: 20px;
}
.contact__flash--error {
  background: rgba(214, 40, 40, 0.08);
  border-color: rgba(214, 40, 40, 0.35);
  color: #b91c1c;
}
.contact__map {
  max-width: 1200px;
  margin: 40px auto 0;
}
.contact__map-inner {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 300px;
  background: repeating-linear-gradient(45deg, #eef1f7, #eef1f7 14px, #f0f2f8 14px, #f0f2f8 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__map-card {
  text-align: center;
  background: #fff;
  border-radius: 18px;
  padding: 24px 30px;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
}
.contact__map-addr {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 18px;
  margin-bottom: 4px;
}
.contact__map-link {
  color: #d62828;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.form-field {
  display: block;
}
.form-field__label {
  display: block;
  font-weight: 600;
  color: #16203a;
  font-size: 14px;
  margin-bottom: 6px;
}
.form-field__control {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #c6cde6;
  border-radius: 18px;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 15px;
  color: #16203a;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field__control:focus {
  border-color: #0c1c54;
  box-shadow: 0 0 0 3px rgba(12, 28, 84, 0.12);
}
.form-field__control--textarea {
  resize: vertical;
  min-height: 120px;
}
.form-field__error {
  display: block;
  margin-top: 6px;
  color: #d62828;
  font-size: 13px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .quote__inner {
    grid-template-columns: 1fr;
  }
}
.quote__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  margin: 0 0 20px;
}
.quote__args {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.quote__arg {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.quote__arg-icon {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0c1c54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.quote__arg-text {
  color: #16203a;
  font-size: 16px;
  line-height: 1.5;
}
.quote__arg-text strong {
  font-family: "Oswald", system-ui, sans-serif;
  color: #0c1c54;
}
.quote__phone {
  background: #0c1c54;
  border-radius: 18px;
  padding: 24px;
  color: #fff;
  text-align: center;
}
.quote__phone-label {
  display: block;
  color: #c6cde6;
  font-size: 14px;
  margin-bottom: 4px;
}
.quote__phone-num {
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.quote__card {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(12, 28, 84, 0.13);
  padding: clamp(24px, 3vw, 36px);
}
.quote__card-title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #0c1c54;
  font-size: 24px;
  margin: 0 0 20px;
}
.quote__flash {
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.35);
  color: #1c7a32;
  border-radius: 18px;
  padding: 16px 18px;
  font-size: 15px;
  margin-bottom: 20px;
}
.quote__flash--error {
  background: rgba(214, 40, 40, 0.08);
  border-color: rgba(214, 40, 40, 0.35);
  color: #b91c1c;
}

.form__section {
  margin: 30px 0;
}
.form__container {
  background-color: #c6cde6;
  border-radius: 18px;
  padding: 60px 16px;
}
.form__title {
  color: #0c1c54;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.form__infos {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 15px;
}
.form__submit {
  display: flex;
  margin: auto;
}
.form__input {
  display: flex;
  flex-direction: column;
}
.form__input input {
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
}

.cta-band {
  padding: clamp(48px, 6vw, 72px) 24px;
  background: #d62828;
}
.cta-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cta-band__eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cta-band__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.1;
  margin: 0;
}
.cta-band__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-band__phone {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
}

.footer {
  background: #081340;
  color: #c6cde6;
  padding: clamp(64px, 8vw, 104px) 24px 0;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding-bottom: 48px;
}
.footer__brand-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
}
.footer__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin: 0 0 18px;
  letter-spacing: 0.5px;
}
.footer__phone {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald", system-ui, sans-serif;
}
.footer__mail {
  font-size: 14px;
  color: #c6cde6;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__link {
  font-size: 14px;
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: #fff;
}
.footer__hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__hours-row:last-of-type {
  border-bottom: none;
}
.footer__hours-row span:last-child {
  color: #fff;
  font-weight: 600;
}
.footer__closed {
  color: #ff6b6b !important;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
  color: #8a92a6;
}
.footer__bottom a {
  color: #c6cde6;
  text-decoration: underline;
}
.footer .logo__name {
  color: #fff;
}
.footer .logo__accent {
  color: #ff6b6b;
}
.footer .logo__tri--small {
  border-bottom-color: #fff;
}
.footer .social {
  background: rgba(255, 255, 255, 0.1);
}

.logo__footer {
  margin-bottom: 10px;
}

/*# sourceMappingURL=app-7d1043473d.output.css.map */
