*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: #232323;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

main {
  flex-grow: 1;
  height: 100%;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-weight: 900;
  line-height: 1.2;
}

p {
  margin: 0 0 2rem;
}

a {
  color: #2f5fcc;
  text-decoration: none;
  background: transparent;
}

a:hover {
  color: #244ca8;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

button,
input,
textarea {
  margin: 0;
  font: inherit;
}

button {
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: vertical;
}

strong,
b {
  font-weight: 900;
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > * {
  padding-right: 0;
  padding-left: 0;
}

.col {
  flex: 1 0 0%;
}

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

.offset-6 {
  margin-left: 50%;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.flex-column {
  flex-direction: column !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #232323 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5, .my-5 {
  margin-top: 2.25rem !important;
}

.mr-5, .mx-5 {
  margin-right: 2.25rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 2.25rem !important;
}

.ml-5, .mx-5 {
  margin-left: 2.25rem !important;
}

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

.pt-5, .py-5 {
  padding-top: 2.25rem !important;
}

.pr-5, .px-5 {
  padding-right: 2.25rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 2.25rem !important;
}

.pl-5, .px-5 {
  padding-left: 2.25rem !important;
}

.m-6 {
  margin: 3.75rem !important;
}

.mt-6, .my-6 {
  margin-top: 3.75rem !important;
}

.mr-6, .mx-6 {
  margin-right: 3.75rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 3.75rem !important;
}

.ml-6, .mx-6 {
  margin-left: 3.75rem !important;
}

.p-6 {
  padding: 3.75rem !important;
}

.pt-6, .py-6 {
  padding-top: 3.75rem !important;
}

.pr-6, .px-6 {
  padding-right: 3.75rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 3.75rem !important;
}

.pl-6, .px-6 {
  padding-left: 3.75rem !important;
}

.m-7 {
  margin: 4.75rem !important;
}

.mt-7, .my-7 {
  margin-top: 4.75rem !important;
}

.mr-7, .mx-7 {
  margin-right: 4.75rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 4.75rem !important;
}

.ml-7, .mx-7 {
  margin-left: 4.75rem !important;
}

.p-7 {
  padding: 4.75rem !important;
}

.pt-7, .py-7 {
  padding-top: 4.75rem !important;
}

.pr-7, .px-7 {
  padding-right: 4.75rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 4.75rem !important;
}

.pl-7, .px-7 {
  padding-left: 4.75rem !important;
}

.m-8 {
  margin: 6.25rem !important;
}

.mt-8, .my-8 {
  margin-top: 6.25rem !important;
}

.mr-8, .mx-8 {
  margin-right: 6.25rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 6.25rem !important;
}

.ml-8, .mx-8 {
  margin-left: 6.25rem !important;
}

.p-8 {
  padding: 6.25rem !important;
}

.pt-8, .py-8 {
  padding-top: 6.25rem !important;
}

.pr-8, .px-8 {
  padding-right: 6.25rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 6.25rem !important;
}

.pl-8, .px-8 {
  padding-left: 6.25rem !important;
}

.m-9 {
  margin: 7.75rem !important;
}

.mt-9, .my-9 {
  margin-top: 7.75rem !important;
}

.mr-9, .mx-9 {
  margin-right: 7.75rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 7.75rem !important;
}

.ml-9, .mx-9 {
  margin-left: 7.75rem !important;
}

.p-9 {
  padding: 7.75rem !important;
}

.pt-9, .py-9 {
  padding-top: 7.75rem !important;
}

.pr-9, .px-9 {
  padding-right: 7.75rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 7.75rem !important;
}

.pl-9, .px-9 {
  padding-left: 7.75rem !important;
}

.m-10 {
  margin: 9.5rem !important;
}

.mt-10, .my-10 {
  margin-top: 9.5rem !important;
}

.mr-10, .mx-10 {
  margin-right: 9.5rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 9.5rem !important;
}

.ml-10, .mx-10 {
  margin-left: 9.5rem !important;
}

.p-10 {
  padding: 9.5rem !important;
}

.pt-10, .py-10 {
  padding-top: 9.5rem !important;
}

.pr-10, .px-10 {
  padding-right: 9.5rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 9.5rem !important;
}

.pl-10, .px-10 {
  padding-left: 9.5rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.mt-11, .my-11 {
  margin-top: 11rem !important;
}

.mr-11, .mx-11 {
  margin-right: 11rem !important;
}

.mb-11, .my-11 {
  margin-bottom: 11rem !important;
}

.ml-11, .mx-11 {
  margin-left: 11rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.pt-11, .py-11 {
  padding-top: 11rem !important;
}

.pr-11, .px-11 {
  padding-right: 11rem !important;
}

.pb-11, .py-11 {
  padding-bottom: 11rem !important;
}

.pl-11, .px-11 {
  padding-left: 11rem !important;
}

.m-12 {
  margin: 12.5rem !important;
}

.mt-12, .my-12 {
  margin-top: 12.5rem !important;
}

.mr-12, .mx-12 {
  margin-right: 12.5rem !important;
}

.mb-12, .my-12 {
  margin-bottom: 12.5rem !important;
}

.ml-12, .mx-12 {
  margin-left: 12.5rem !important;
}

.p-12 {
  padding: 12.5rem !important;
}

.pt-12, .py-12 {
  padding-top: 12.5rem !important;
}

.pr-12, .px-12 {
  padding-right: 12.5rem !important;
}

.pb-12, .py-12 {
  padding-bottom: 12.5rem !important;
}

.pl-12, .px-12 {
  padding-left: 12.5rem !important;
}

.m-13 {
  margin: 14.5rem !important;
}

.mt-13, .my-13 {
  margin-top: 14.5rem !important;
}

.mr-13, .mx-13 {
  margin-right: 14.5rem !important;
}

.mb-13, .my-13 {
  margin-bottom: 14.5rem !important;
}

.ml-13, .mx-13 {
  margin-left: 14.5rem !important;
}

.p-13 {
  padding: 14.5rem !important;
}

.pt-13, .py-13 {
  padding-top: 14.5rem !important;
}

.pr-13, .px-13 {
  padding-right: 14.5rem !important;
}

.pb-13, .py-13 {
  padding-bottom: 14.5rem !important;
}

.pl-13, .px-13 {
  padding-left: 14.5rem !important;
}

.m-14 {
  margin: 16rem !important;
}

.mt-14, .my-14 {
  margin-top: 16rem !important;
}

.mr-14, .mx-14 {
  margin-right: 16rem !important;
}

.mb-14, .my-14 {
  margin-bottom: 16rem !important;
}

.ml-14, .mx-14 {
  margin-left: 16rem !important;
}

.p-14 {
  padding: 16rem !important;
}

.pt-14, .py-14 {
  padding-top: 16rem !important;
}

.pr-14, .px-14 {
  padding-right: 16rem !important;
}

.pb-14, .py-14 {
  padding-bottom: 16rem !important;
}

.pl-14, .px-14 {
  padding-left: 16rem !important;
}

.m-15 {
  margin: 19rem !important;
}

.mt-15, .my-15 {
  margin-top: 19rem !important;
}

.mr-15, .mx-15 {
  margin-right: 19rem !important;
}

.mb-15, .my-15 {
  margin-bottom: 19rem !important;
}

.ml-15, .mx-15 {
  margin-left: 19rem !important;
}

.p-15 {
  padding: 19rem !important;
}

.pt-15, .py-15 {
  padding-top: 19rem !important;
}

.pr-15, .px-15 {
  padding-right: 19rem !important;
}

.pb-15, .py-15 {
  padding-bottom: 19rem !important;
}

.pl-15, .px-15 {
  padding-left: 19rem !important;
}

.mt-n6 {
  margin-top: -3.75rem !important;
}

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

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .px-md-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-n7 {
    margin-top: -4.75rem !important;
  }
  .ml-lg-n9 {
    margin-left: -7.75rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-7 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 9.5rem !important;
  }
  .p-lg-6 {
    padding: 3.75rem !important;
  }
  .py-lg-15 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
}
.display-1 {
  font-size: clamp(3.5rem, 8vw, 7.25rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-title {
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

.hero-title--long {
  max-width: 64rem;
  font-size: clamp(2.75rem, 5.4vw, 5.25rem);
  line-height: 1.04;
}

.display-3 {
  font-size: clamp(2.75rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

.h3 {
  font-size: 1.75rem;
}

.h4 {
  font-size: 1.35rem;
}

.lead {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.65;
}

.drop-caps > p:first-child::first-letter {
  float: left;
  padding-right: 0.4rem;
  font-size: 4.25rem;
  font-weight: 900;
  line-height: 0.9;
}

.bg-white {
  background-color: #fff !important;
}

.bg-primary {
  background-color: #232323 !important;
}

.bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

[data-parallax-hero] {
  background-position: center center;
}

@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  [data-parallax-hero] {
    will-change: background-position;
  }
}
.bg-cover {
  background-size: cover;
}

.overlay {
  position: absolute;
  inset: 0;
}

.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.overlay > * {
  position: relative;
  z-index: 1;
}

.overlay-primary::before {
  background-color: #232323;
}

.overlay-50::before {
  opacity: 0.5;
}

.shadow {
  box-shadow: 0 1rem 2.5rem rgba(25, 45, 86, 0.12) !important;
}

.lift {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lift:hover {
  box-shadow: 0 0.8125rem 1rem rgba(35, 35, 35, 0.15) !important;
  transform: translateY(-2px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.btn:hover {
  text-decoration: none;
}

.btn-light {
  background: #f9f9f9;
  color: #232323;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 3rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid #dee2e6;
  background: #fff;
  background-clip: padding-box;
  color: #232323;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-control:focus {
  outline: 0;
}

.card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.card-img-top {
  width: 100%;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 1rem;
}

.site-header {
  top: 0;
  right: 0;
  left: 0;
}

.site-header > .container-fluid {
  display: flex;
  align-items: center;
}

.navbar-brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.navbar-brand:hover {
  text-decoration: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  min-width: 0;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-link {
  position: relative;
  display: block;
  padding: 0.5rem 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: -3px;
  left: 1.25rem;
  height: 3px;
  background: var(--nav-item-accent, var(--nav-default-accent, #192d56));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-item.active > .nav-link {
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before,
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-item.active > .nav-link::before {
  opacity: 1;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  z-index: 1000;
  min-width: 13rem;
  margin: 0;
  padding: 0.875rem 0;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(25, 45, 86, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 12px, 0);
  transform-origin: top center;
  transition: opacity 0.18s ease, transform 0.22s ease, visibility 0.18s ease;
}

.dropdown:hover > .dropdown-menu,
.dropdown:focus-within > .dropdown-menu,
.dropdown.is-open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--nav-item-accent, var(--nav-default-accent, #192d56));
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 2.5rem;
  clear: both;
  color: #232323;
  font-size: 1rem;
  line-height: 1.5;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #212529;
  background: #f5f4f2;
  text-decoration: none;
  outline: 0;
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    align-items: flex-start;
  }
}
.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.square {
  position: relative;
  min-height: 0;
}

.square::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.square-inner {
  position: absolute;
  inset: 0;
}

/**
 * Define you custome style here.
 * It will be merged with the default style.
 */
:root {
  --brand-red: #d94a4a;
  --brand-blue: #2f5fcc;
  --brand-yellow: #e7b73a;
  --nav-default-accent: rgba(255, 255, 255, .94);
  --site-section-accent: #192d56;
  --site-section-accent-soft: rgba(25, 45, 86, .12);
  --site-section-accent-glow: rgba(25, 45, 86, .28);
}

.site-theme-bernu-maja {
  --site-section-accent: var(--brand-yellow);
  --site-section-accent-soft: rgba(231, 183, 58, .22);
  --site-section-accent-glow: rgba(231, 183, 58, .42);
}

.site-theme-school {
  --site-section-accent: var(--brand-blue);
  --site-section-accent-soft: rgba(47, 95, 204, .18);
  --site-section-accent-glow: rgba(47, 95, 204, .38);
}

.site-theme-courses {
  --site-section-accent: var(--brand-red);
  --site-section-accent-soft: rgba(217, 74, 74, .18);
  --site-section-accent-glow: rgba(217, 74, 74, .36);
}

.site-header .nav-link {
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .site-header .navbar-brand img {
    width: 62px !important;
  }
  .site-header .navbar-nav .nav-link {
    padding-right: 0.72rem;
    padding-left: 0.72rem;
    font-size: 0.9375rem;
  }
  .site-header .navbar-nav .nav-link::before {
    right: 0.72rem;
    left: 0.72rem;
  }
}
.mobile-menu-toggle {
  position: relative;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.12);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(-0.625rem);
  transition: opacity 0.12s ease, visibility 0.12s ease, box-shadow 0.14s ease;
}

.mobile-menu-toggle:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.28), 0 0.65rem 1.5rem rgba(0, 0, 0, 0.12);
}

.mobile-menu-toggle__bars {
  display: grid;
  gap: 0.25rem;
  width: 1.25rem;
}

.mobile-menu-toggle__bars span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1300;
  pointer-events: none;
  visibility: hidden;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 18, 28, 0.5);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.mobile-menu__panel {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0 1.25rem 4rem rgba(12, 18, 28, 0.28);
  transform: translate3d(0, 0.75rem, 0) scale(0.98);
  transform-origin: top center;
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 0 0 auto;
  padding: 1rem;
  border-bottom: 1px solid #e7e2da;
}

.mobile-menu__identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.mobile-menu__identity img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.mobile-menu__identity p {
  margin: 0;
  color: #1c1917;
  font-size: 1rem;
  font-weight: 700;
}

.mobile-menu__close {
  position: relative;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e7e2da;
  border-radius: 999px;
  background: #fff;
}

.mobile-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: #1c1917;
}

.mobile-menu__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu__nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.5rem 1rem 1.25rem;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__section {
  --mobile-section-accent: var(--site-section-accent);
  padding: 1rem 0;
  border-bottom: 1px solid #e7e2da;
}

.mobile-menu__section--bernu-maja {
  --mobile-section-accent: var(--brand-yellow);
}

.mobile-menu__section--school {
  --mobile-section-accent: var(--brand-blue);
}

.mobile-menu__section--courses {
  --mobile-section-accent: var(--brand-red);
}

.mobile-menu__section-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  color: #a8a29e;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mobile-menu__section-title::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--mobile-section-accent);
}

.mobile-menu__links {
  display: grid;
  gap: 0.2rem;
}

.mobile-menu__link,
.mobile-menu__direct {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.8rem;
  border-radius: 0.625rem;
  color: #1c1917;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.14s ease, color 0.14s ease;
}

.mobile-menu__link {
  color: #57534e;
  font-size: 0.9375rem;
  font-weight: 550;
}

.mobile-menu__link:hover,
.mobile-menu__direct:hover,
.mobile-menu__link:focus,
.mobile-menu__direct:focus {
  background: #f5f4f2;
  color: #1c1917;
  text-decoration: none;
  outline: 0;
}

.mobile-menu__link.is-active,
.mobile-menu__direct.is-active {
  background: var(--site-section-accent-soft);
  color: #1c1917;
}

.mobile-menu__section--bernu-maja .mobile-menu__link.is-active {
  background: rgba(231, 183, 58, 0.22);
}

.mobile-menu__section--school .mobile-menu__link.is-active {
  background: rgba(47, 95, 204, 0.12);
}

.mobile-menu__section--courses .mobile-menu__link.is-active {
  background: rgba(217, 74, 74, 0.12);
}

.mobile-menu__direct {
  margin: 0.25rem 0;
}

.mobile-menu__actions {
  padding-top: 0.75rem;
}

html.mobile-menu-open,
html.mobile-menu-open body {
  overflow: hidden;
}

html.mobile-menu-open .mobile-menu {
  pointer-events: auto;
  visibility: visible;
}

html.mobile-menu-open .mobile-menu-toggle {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

html.mobile-menu-open .mobile-menu__backdrop {
  opacity: 1;
}

html.mobile-menu-open .mobile-menu__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .mobile-menu__panel {
    left: auto;
    width: calc(100vw - 1.5rem);
    max-width: 26rem;
    transform: translate3d(1rem, 0, 0);
    transform-origin: center right;
  }
  html.mobile-menu-open .mobile-menu__panel {
    transform: translate3d(0, 0, 0);
  }
}
.nav-item--bernu-maja {
  --nav-item-accent: var(--brand-yellow);
}

.nav-item--school {
  --nav-item-accent: var(--brand-blue);
}

.nav-item--courses {
  --nav-item-accent: var(--brand-red);
}

.navbar-dark .navbar-nav .nav-link {
  color: #f9f9f9;
}

.navbar-dark .navbar-nav .nav-item--bernu-maja > .nav-link,
.navbar-dark .navbar-nav .nav-item--school > .nav-link,
.navbar-dark .navbar-nav .nav-item--courses > .nav-link {
  color: #f9f9f9;
}

.navbar-nav .nav-item--bernu-maja > .nav-link::before,
.navbar-nav .nav-item--school > .nav-link::before,
.navbar-nav .nav-item--courses > .nav-link::before {
  background-color: var(--nav-item-accent);
}

.site-theme-bernu-maja .navbar-nav .nav-item--bernu-maja > .nav-link::before,
.site-theme-school .navbar-nav .nav-item--school > .nav-link::before,
.site-theme-courses .navbar-nav .nav-item--courses > .nav-link::before {
  opacity: 1;
}

.navbar-nav .nav-item--bernu-maja > .dropdown-menu::before,
.navbar-nav .nav-item--school > .dropdown-menu::before,
.navbar-nav .nav-item--courses > .dropdown-menu::before {
  background-color: var(--nav-item-accent);
}

.site-theme-bernu-maja .dropdown-item.active,
.site-theme-bernu-maja .dropdown-item:active,
.site-theme-school .dropdown-item.active,
.site-theme-school .dropdown-item:active,
.site-theme-courses .dropdown-item.active,
.site-theme-courses .dropdown-item:active {
  background: var(--site-section-accent-soft);
  color: #212529;
}

@media (max-width: 991.98px) {
  .site-theme-bernu-maja .navbar-collapse,
  .site-theme-school .navbar-collapse,
  .site-theme-courses .navbar-collapse {
    border-top-color: var(--site-section-accent);
  }
}
.google_map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-page__eyebrow,
.contact-tile__label,
.contact-form__label {
  color: #a8a29e;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-page__eyebrow {
  margin: 0 0 0.75rem;
}

.contact-page__intro {
  max-width: 32rem;
  margin-bottom: 2rem;
  color: #57534e;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form__row {
  display: grid;
  gap: 1rem;
}

.contact-form__label {
  display: block;
  margin-bottom: 0.35rem;
}

.contact-form .form-control {
  min-height: 3rem;
  border-color: #e7e2da;
  border-radius: 0.5rem;
  color: #1c1917;
}

.contact-form textarea.form-control {
  min-height: 9rem;
}

.contact-form .form-control:focus {
  border-color: var(--site-section-accent);
  box-shadow: 0 0 0 0.2rem var(--site-section-accent-soft);
}

.contact-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid var(--site-section-accent);
  border-radius: 0.75rem;
  background: var(--site-section-accent);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  transition: box-shadow 0.14s ease;
}

.contact-form__button:hover,
.contact-form__button:focus {
  box-shadow: 0 4px 14px -4px var(--site-section-accent-glow);
}

.contact-map {
  min-height: 22rem;
  height: 100%;
  overflow: hidden;
  background: #f5f4f2;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 22rem;
  height: 100%;
  border: 0;
}

.contact-tiles {
  margin-top: -1.75rem;
  position: relative;
  z-index: 5;
}

.contact-tile {
  height: 100%;
  min-height: 9.5rem;
  padding: 1.75rem;
  border-radius: 0.5rem;
  border-top: 4px solid var(--site-section-accent);
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(25, 45, 86, 0.08);
}

.contact-tile--red {
  border-top-color: var(--brand-red);
}

.contact-tile--blue {
  border-top-color: var(--brand-blue);
}

.contact-tile--yellow {
  border-top-color: var(--brand-yellow);
}

.contact-tile p {
  margin: 0;
}

.contact-tile__value {
  color: #57534e;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.55;
}

.contact-tile__label {
  margin-bottom: 0.75rem !important;
}

.contact-tile a {
  color: #1c1917;
  text-decoration: none;
}

.contact-tile a:hover {
  color: var(--site-section-accent);
  text-decoration: none;
}

@media (min-width: 768px) {
  .contact-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.brand-stripe {
  display: flex;
  width: 100%;
  height: 4px;
}

.brand-stripe span {
  flex: 1;
}

.brand-stripe__red {
  background: var(--brand-red);
}

.brand-stripe__blue {
  background: var(--brand-blue);
}

.brand-stripe__yellow {
  background: var(--brand-yellow);
}

.brand-stripe--single span {
  background: var(--site-section-accent);
}

.hero-band {
  position: relative;
}

.hero-band__stripe {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.hero-overlap {
  position: relative;
  z-index: 4;
}

.home-hero {
  display: flex;
  align-items: center;
  min-height: 66vh;
  padding-top: 7.5rem;
  padding-bottom: 4.75rem;
  background-image: linear-gradient(90deg, rgba(12, 18, 28, 0.74), rgba(12, 18, 28, 0.34) 48%, rgba(12, 18, 28, 0.18)), linear-gradient(180deg, rgba(12, 18, 28, 0.62), rgba(12, 18, 28, 0.22) 42%, rgba(12, 18, 28, 0.52)), url("../images/macibu-vietas.jpg");
  background-position: center;
  background-size: cover;
}

.home-hero__inner {
  width: 100%;
}

.home-hero__copy {
  max-width: 38rem;
  margin-left: clamp(0rem, 8vw, 7.5rem);
  color: #fff;
}

.home-hero__quote {
  margin: 0;
}

.home-hero__quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.25vw, 2.85rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 0.35rem 1.45rem rgba(0, 0, 0, 0.26);
}

.home-hero__quote footer {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  font-weight: 600;
}

.home-pathways {
  margin-top: -3.5rem;
}

.home-pathways__panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 1.35rem 3rem rgba(25, 45, 86, 0.12);
}

.home-path-card {
  --path-accent: var(--site-section-accent);
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eee9e2;
  border-bottom: 4px solid var(--path-accent);
  color: #1c1917;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.home-path-card:hover,
.home-path-card:focus {
  border-color: #e7e2da;
  box-shadow: 0 0.85rem 1.65rem rgba(25, 45, 86, 0.1);
  color: #1c1917;
  text-decoration: none;
  transform: translateY(-2px);
}

.home-path-card:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--site-section-accent-soft), 0 0.85rem 1.65rem rgba(25, 45, 86, 0.1);
}

.home-path-card--yellow {
  --path-accent: var(--brand-yellow);
}

.home-path-card--blue {
  --path-accent: var(--brand-blue);
}

.home-path-card--red {
  --path-accent: var(--brand-red);
}

.home-path-card__image {
  width: 100%;
  height: 10.25rem;
  object-fit: cover;
}

.home-path-card__body {
  display: grid;
  align-content: space-between;
  min-height: 8rem;
  padding: 1.35rem 1.25rem 1.25rem;
}

.home-path-card__title {
  color: #1c1917;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-path-card__meta {
  margin-top: 0.85rem;
  color: #57534e;
  font-size: 1rem;
  line-height: 1.4;
}

.home-path-card__meta span {
  color: var(--path-accent);
  font-weight: 800;
}

.home-discovery {
  padding-top: 3.75rem;
  padding-bottom: 1rem;
}

.home-discovery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
  max-width: 64rem;
  margin: 0 auto;
}

.home-discovery__item {
  border-top: 1px solid #e7e2da;
  padding-top: 1.5rem;
}

.home-discovery__eyebrow {
  margin: 0 0 0.65rem;
  color: #a8a29e;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-discovery__item h2 {
  margin: 0;
  color: #192d56;
  font-size: 1.6rem;
  line-height: 1.2;
}

.home-discovery__item p:not(.home-discovery__eyebrow) {
  margin: 1rem 0 0;
  color: #57534e;
  line-height: 1.65;
}

.home-discovery__item a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.15rem;
  border-bottom: 2px solid #192d56;
  color: #192d56;
  font-weight: 700;
  text-decoration: none;
}

.home-discovery__item a:hover,
.home-discovery__item a:focus {
  color: var(--brand-blue);
  text-decoration: none;
}

.home-quiet-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e7e2da;
}

.home-quiet-links a {
  color: #57534e;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.home-quiet-links a:hover,
.home-quiet-links a:focus {
  color: #192d56;
  text-decoration: none;
}

.missing-page-hero {
  display: flex;
  align-items: center;
  min-height: 62vh;
  padding-top: 7.5rem;
  padding-bottom: 5.5rem;
  background-image: linear-gradient(90deg, rgba(12, 18, 28, 0.78), rgba(12, 18, 28, 0.38) 52%, rgba(12, 18, 28, 0.2)), linear-gradient(180deg, rgba(12, 18, 28, 0.66), rgba(12, 18, 28, 0.2) 45%, rgba(12, 18, 28, 0.58)), url("../images/macibu-vietas.jpg");
  background-position: center;
  background-size: cover;
}

.missing-page-hero__inner {
  width: 100%;
}

.missing-page-hero__copy {
  max-width: 36rem;
  margin-left: clamp(0rem, 8vw, 7.5rem);
  color: #fff;
}

.missing-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.7rem;
  border-left: 4px solid var(--brand-red);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.missing-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.92;
  text-shadow: 0 0.35rem 1.45rem rgba(0, 0, 0, 0.28);
}

.missing-page-hero__copy > p:not(.missing-page-hero__eyebrow) {
  max-width: 32rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  line-height: 1.65;
}

.missing-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.missing-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.125rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease, transform 0.14s ease;
}

.missing-page-button:hover,
.missing-page-button:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.missing-page-button--primary {
  background: #fff;
  color: #192d56;
}

.missing-page-button--primary:hover,
.missing-page-button--primary:focus {
  background: #f7f5f1;
  color: #192d56;
}

.missing-page-button--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.missing-page-button--secondary:hover,
.missing-page-button--secondary:focus {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.missing-page-shortcuts {
  padding-top: 3.5rem;
}

.missing-page-shortcuts__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e7e2da;
}

.missing-page-shortcuts__nav a {
  color: #57534e;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.missing-page-shortcuts__nav a:hover,
.missing-page-shortcuts__nav a:focus {
  color: #192d56;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .home-hero {
    min-height: 64vh;
    padding-top: 7rem;
  }
  .home-hero__copy {
    margin-left: 0;
    max-width: 36rem;
  }
  .missing-page-hero__copy {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .home-pathways__panel {
    gap: 1rem;
    padding: 1rem;
  }
  .home-path-card__image {
    height: 8.5rem;
  }
  .home-path-card__body {
    min-height: 8.75rem;
    padding: 1.1rem;
  }
  .home-discovery__grid {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .hero-overlap {
    margin-top: 0 !important;
  }
  .hero-band + .hero-overlap > .container.bg-white {
    max-width: none;
  }
  .home-hero {
    min-height: 35rem;
    padding-top: 7rem;
    padding-bottom: 6rem;
    background-position: center;
  }
  .home-hero__quote p {
    font-size: clamp(1.35rem, 6.25vw, 1.85rem);
  }
  .home-pathways {
    margin-top: -2.5rem;
  }
  .home-pathways__panel,
  .home-discovery__grid {
    grid-template-columns: 1fr;
  }
  .home-path-card__image {
    height: 12rem;
  }
  .home-path-card__body {
    min-height: auto;
  }
  .home-discovery {
    padding-top: 3rem;
  }
  .missing-page-hero {
    min-height: 34rem;
    padding-top: 7rem;
    padding-bottom: 5.75rem;
  }
  .missing-page-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.75rem);
  }
  .missing-page-hero__copy > p:not(.missing-page-hero__eyebrow) {
    font-size: 1rem;
  }
  .missing-page-button {
    width: 100%;
  }
  .missing-page-shortcuts {
    padding-top: 3rem;
  }
}
@media (max-width: 575.98px) {
  .home-hero {
    min-height: 34rem;
    padding-bottom: 5.25rem;
  }
  .home-pathways__panel {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    padding: 0.75rem;
  }
  .home-path-card__image {
    height: 10.5rem;
  }
}
.related-pages {
  margin-bottom: 3.75rem;
}

.related-pages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.related-pages__grid--count-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: calc(33.333333% - 1rem);
  margin-right: auto;
  margin-left: auto;
}

.related-pages__grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: calc(66.666667% - 0.5rem);
  margin-right: auto;
  margin-left: auto;
}

.related-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.related-card__image {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}

.related-card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 6.75rem;
}

.related-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  line-height: 1.25;
}

.related-card__title a {
  display: block;
}

@media (max-width: 767.98px) {
  .related-pages {
    position: relative;
    margin-bottom: 3rem;
    overflow: hidden;
  }
  .related-pages::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.25rem;
    z-index: 2;
    width: 3rem;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%);
  }
  .related-pages__grid {
    display: flex;
    gap: 1rem;
    max-width: none;
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 0 1rem 1.25rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--site-section-accent) rgba(25, 45, 86, 0.08);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .related-pages__grid::-webkit-scrollbar {
    height: 0.375rem;
  }
  .related-pages__grid::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(25, 45, 86, 0.08);
  }
  .related-pages__grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--site-section-accent);
  }
  .related-pages__grid::after {
    content: "";
    flex: 0 0 0.0625rem;
  }
  .related-card {
    flex: 0 0 78vw;
    min-width: 0;
    max-width: 20rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .related-card__image {
    height: 12rem;
  }
}
.group-content {
  min-width: 0;
}

.group-sidebar {
  margin-top: 2rem;
}

.group-sidebar__inner {
  display: grid;
  gap: 1.75rem;
}

.group-sidebar__label {
  margin: 0 0 0.75rem;
  padding-left: 0.875rem;
  color: #a8a29e;
  font-size: 0.65625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.group-sidebar__nav {
  display: grid;
  gap: 0.1rem;
}

.group-sidebar__link {
  display: block;
  padding: 0.55rem 0.875rem;
  border-left: 2px solid transparent;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #57534e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease;
}

.group-sidebar__link:hover {
  border-left-color: #d6d3d1;
  background: #f5f4f2;
  color: #1c1917;
  text-decoration: none;
}

.group-sidebar__link.is-active {
  background: var(--site-section-accent-soft);
  border-left-color: var(--site-section-accent);
  color: #1c1917;
  font-weight: 600;
}

.group-sidebar__rule {
  height: 1px;
  background: #e7e2da;
}

.group-sidebar__text {
  margin: 0 0 1rem;
  padding-left: 0.875rem;
  color: #6d655d;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.group-sidebar__actions {
  display: grid;
  gap: 0.5rem;
  padding-left: 0.875rem;
}

.group-sidebar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease, box-shadow 0.14s ease;
}

.group-sidebar__button:hover {
  text-decoration: none;
}

.group-sidebar__button--primary {
  border: 1px solid var(--site-section-accent);
  background: var(--site-section-accent);
  color: #fff;
  box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.12);
}

.group-sidebar__button--primary:hover {
  background: var(--site-section-accent);
  border-color: var(--site-section-accent);
  box-shadow: 0 4px 14px -4px var(--site-section-accent-glow);
  color: #fff;
}

.site-theme-bernu-maja .group-sidebar__button--primary,
.site-theme-bernu-maja .group-sidebar__button--primary:hover {
  color: #1c1917;
}

.group-sidebar__button--secondary {
  border: 1px solid #e7e2da;
  background: #fff;
  color: #57534e;
}

.group-sidebar__button--secondary:hover {
  border-color: #d6d3d1;
  background: #f5f4f2;
  color: #1c1917;
}

.group-sidebar__quote {
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid var(--site-section-accent);
}

.group-sidebar__quote p {
  margin: 0;
  color: #57534e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.65;
}

.group-sidebar__quote footer {
  margin-top: 0.5rem;
  color: #a8a29e;
  font-size: 0.65625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .group-sidebar {
    margin-top: 0;
  }
  .group-sidebar__inner {
    position: sticky;
    top: 6rem;
  }
}
.montessori-footer {
  background: #192d56;
  border-top: 4px solid transparent;
  border-image: linear-gradient(to right, #d94a4a 33.3%, #2f5fcc 33.3% 66.6%, #e7b73a 66.6%) 1;
  margin-top: 5rem;
}

.site-theme-bernu-maja .montessori-footer,
.site-theme-school .montessori-footer,
.site-theme-courses .montessori-footer {
  border-image: none;
  border-top-color: var(--site-section-accent);
}

.montessori-footer__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.5rem 1rem 2.5rem;
}

.montessori-footer__grid {
  display: grid;
  gap: 2.5rem;
}

.montessori-footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.montessori-footer__logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
}

.montessori-footer__logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  opacity: 0.85;
}

.montessori-footer__title {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 600;
}

.montessori-footer__location {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.montessori-footer__location {
  color: rgba(255, 255, 255, 0.26);
  margin-top: 0.125rem;
}

.montessori-footer__description {
  max-width: 22rem;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.8125rem;
  line-height: 1.625;
}

.montessori-footer__description em {
  color: rgba(255, 255, 255, 0.36);
}

.montessori-footer__nav {
  min-width: 0;
}

.montessori-footer__links {
  display: grid;
  gap: 0.75rem 2rem;
}

.montessori-footer__link {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8125rem;
  text-decoration: none;
  transition: color 0.13s;
}

.montessori-footer__link:hover {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.montessori-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.montessori-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
}

.montessori-footer__mark {
  display: flex;
  align-items: center;
}

.montessori-footer__dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.montessori-footer__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 0.4;
}

.montessori-footer__dot--red {
  background: #d94a4a;
}

.montessori-footer__dot--blue {
  background: #2f5fcc;
}

.montessori-footer__dot--yellow {
  background: #e7b73a;
}

@media (min-width: 576px) {
  .montessori-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .montessori-footer__brand {
    grid-column: span 2;
  }
  .montessori-footer__nav {
    grid-column: span 2;
  }
  .montessori-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .montessori-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .montessori-footer__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .montessori-footer__grid {
    grid-template-columns: minmax(13rem, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: 2rem 2.25rem;
  }
  .montessori-footer__brand,
  .montessori-footer__nav {
    grid-column: auto;
  }
  .montessori-footer__description {
    max-width: 18rem;
  }
  .montessori-footer__links {
    gap: 0.75rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .montessori-footer__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .montessori-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .montessori-footer__brand {
    grid-column: span 2;
  }
  .montessori-footer__nav {
    grid-column: span 2;
  }
}

/*# sourceMappingURL=style.css.map */