.bb-site-header {
  position: sticky;
  top: 0;
  background: #002366;
  color: #ffffff;
  z-index: 999;
  overflow-x: clip;
}
.bb-site-header__inner {
  width: min(1440px, 100%);
  margin-inline: auto;
  min-height: 129px;
  padding: 1px 45px 25px;
  display: grid;
  gap: 23px;
  box-sizing: border-box;
  position: relative;
}
.bb-site-header__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  border-bottom: 0;
  margin-top: 3px;
}
.bb-site-header__lang-switcher {
  min-width: 57px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-left: 10px;
}
.bb-site-header__lang-switcher--mobile {
  display: none;
}
.bb-site-header__lang-link {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.bb-site-header__lang-link.is-active {
  opacity: 1;
}
.bb-site-header__lang-separator {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
}
.bb-site-header__social {
  display: flex;
  align-items: center;
  gap: 11px;
}
.bb-site-header__social-link {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bb-site-header__social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.bb-site-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bb-site-header__brand {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  display: inline-grid;
  justify-items: center;
  text-decoration: none;
  color: #ffffff;
  width: 141.1px;
  z-index: 3;
  background: transparent;
  padding-inline: 0;
}
.bb-site-header__brand::before, .bb-site-header__brand::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 45vw;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.bb-site-header__brand::before {
  right: 100%;
}
.bb-site-header__brand::after {
  left: 100%;
}
.bb-site-header__brand-title {
  font-family: "Cinzel", serif;
  font-size: 48px;
  line-height: 0.82;
  text-transform: uppercase;
  background: linear-gradient(90deg, #b3751e 0%, #ecc96f 45.67%, #b4761e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 4px;
}
.bb-site-header__brand-subtitle, .bb-site-header__brand-city {
  font-family: "Encode Sans", sans-serif;
  font-size: 9.712px;
  line-height: 12.14px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.bb-site-header__brand-subtitle {
  margin-bottom: 2px;
}
.bb-site-header__left, .bb-site-header__actions {
  position: relative;
  z-index: 2;
}
.bb-site-header__left {
  display: flex;
  align-items: center;
  gap: 43px;
}
.bb-site-header__menu-btn {
  min-width: 83px;
  min-height: 32px;
  padding: 8px 14.5px;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  box-sizing: border-box;
}
.bb-site-header__text-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Encode Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.bb-site-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bb-site-header__action {
  min-height: 38px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  padding: 10px 24px;
  box-sizing: border-box;
  font-weight: 400;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}
.bb-site-header__action:hover, .bb-site-header__action:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(211, 165, 76, 0.24);
  outline: none;
}
.bb-site-header__action--light {
  min-width: 167px;
  border-color: #d3a54c;
  background: #fcf6ed;
  color: #81642d;
  padding: 11px 27px;
}
.bb-site-header__action--light:hover, .bb-site-header__action--light:focus-visible {
  background: #d3a54c;
  color: #ffffff;
  border-color: #ffffff;
}
.bb-site-header__action--gold {
  min-width: 177px;
  border-color: #ffffff;
  background: #d3a54c;
  color: #ffffff;
  padding: 11px 29.5px;
}
.bb-site-header__action--gold:hover, .bb-site-header__action--gold:focus-visible {
  background: #fcf6ed;
  color: #81642d;
  border-color: #d3a54c;
}
.bb-site-header__hamburger {
  --bb-hamburger-line-width: 20px;
  --bb-hamburger-line-thickness: 2px;
  --bb-hamburger-line-offset: 6px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.bb-site-header__hamburger span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--bb-hamburger-line-width);
  height: var(--bb-hamburger-line-thickness);
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  backface-visibility: hidden;
}
.bb-site-header__hamburger span:nth-child(1) {
  transform: translate(-50%, calc(-50% - var(--bb-hamburger-line-offset)));
}
.bb-site-header__hamburger span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.bb-site-header__hamburger span:nth-child(3) {
  transform: translate(-50%, calc(-50% + var(--bb-hamburger-line-offset)));
}
.bb-site-header__hamburger--mobile {
  display: none;
}
.bb-site-header.is-open .bb-site-header__hamburger span:nth-child(1) {
  width: var(--bb-hamburger-line-width);
  transform: translate(-50%, -50%) rotate(45deg);
}
.bb-site-header.is-open .bb-site-header__hamburger span:nth-child(2) {
  opacity: 0;
}
.bb-site-header.is-open .bb-site-header__hamburger span:nth-child(3) {
  width: var(--bb-hamburger-line-width);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bb-site-header__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: 100%;
  background: #002366;
  z-index: 8;
  box-sizing: border-box;
}
.bb-site-header.is-open .bb-site-header__mobile-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px 45px 30px;
  box-sizing: border-box;
  min-height: calc(100vh - 110px);
  min-height: calc(100dvh - 110px);
  max-height: calc(100vh - 110px);
  max-height: calc(100dvh - 110px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bb-site-header.is-open .bb-site-header__mobile-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.bb-site-header__mobile-section-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.bb-site-header__mobile-link {
  min-height: 46px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  text-transform: none;
  font-family: "Cinzel", serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 10px 18px;
  box-sizing: border-box;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.bb-site-header__mobile-link--section {
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1280px) {
  .bb-site-header__left {
    gap: 23px;
  }
}
@media (max-width: 1100px) {
  .bb-site-header {
    top: 0;
  }
  .bb-site-header__inner {
    padding: 8px 16px 10px;
    min-height: 95px;
  }
  .bb-site-header__actions, .bb-site-header__left, .bb-site-header__utility {
    display: none;
  }
  .bb-site-header__main {
    min-height: 42px;
    justify-content: space-between;
  }
  .bb-site-header__brand {
    top: 50%;
    transform: translate(-50%, -50%);
    padding-inline: 0;
  }
  .bb-site-header__brand::before, .bb-site-header__brand::after {
    display: none;
  }
  .bb-site-header__hamburger {
    z-index: 2;
    --bb-hamburger-line-width: 20px;
    --bb-hamburger-line-thickness: 2px;
    --bb-hamburger-line-offset: 5px;
  }
  .bb-site-header__hamburger--desktop {
    display: none;
  }
  .bb-site-header__hamburger--mobile {
    display: inline-flex;
  }
  .bb-site-header__lang-switcher--mobile {
    display: inline-flex;
    min-width: auto;
    margin-left: 0;
    z-index: 2;
  }
  .bb-site-header__mobile-menu {
    padding-inline: 16px;
  }
  .bb-site-header__mobile-link {
    justify-content: center;
    border: 0;
  }
  .bb-site-header__mobile-link--menu {
    color: #ffffff;
    background: transparent;
    letter-spacing: 0.04em;
    text-transform: none;
  }
  .bb-site-header__mobile-link--plain {
    color: #ffffff;
    background: transparent;
    letter-spacing: 0.04em;
    justify-content: center;
    text-align: center;
    text-decoration: none;
  }
  .bb-site-header__mobile-link--plain:hover, .bb-site-header__mobile-link--menu:hover, .bb-site-header__mobile-link--menu:focus-visible, .bb-site-header__mobile-link--plain:focus-visible, .bb-site-header__mobile-link--section:hover, .bb-site-header__mobile-link--section:focus-visible {
    color: #ecc96f;
    background: rgba(236, 201, 111, 0.08);
  }
  .bb-site-header__mobile-link--light {
    border-color: #d3a54c;
    background: #fcf6ed;
    color: #81642d;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Encode Sans", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.14em;
  }
  .bb-site-header__mobile-link--gold {
    border-color: #ffffff;
    background: #d3a54c;
    color: #ffffff;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Encode Sans", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.14em;
  }
  .bb-site-header.is-open .bb-site-header__mobile-menu {
    grid-template-columns: 1fr;
    padding: 8px 16px 20px;
    min-height: calc(100vh - 75px);
    min-height: calc(100dvh - 75px);
    max-height: calc(100vh - 75px);
    max-height: calc(100dvh - 75px);
  }
}
@media (max-width: 560px) {
  .bb-site-header__inner {
    min-height: 94px;
  }
  .bb-site-header__brand-title {
    font-size: 40px;
  }
}
.bb-site-header__brand-logo {
  width: 141.1px;
  max-width: 100%;
  max-height: 85.4px;
  height: auto;
  display: block;
}
@media (min-width: 1101px) {
  .bb-site-header__mobile-link--static {
    display: none;
  }
}

body.admin-bar .bb-site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .bb-site-header {
    top: 46px;
  }
}
@media (max-width: 1100px) {
  body.admin-bar .bb-site-header {
    top: 0;
  }
}

/* Keep only the custom header language picker. Hide TranslatePress floating picker. */
#trp-floater-ls,
.trp-floating-language-switcher,
.trp-floating-switcher,
nav.trp-language-switcher.trp-switcher-position-bottom {
  display: none !important;
}

html.bb-pdf-popup-open,
body.bb-pdf-popup-open {
  overflow: hidden !important;
}

@media (max-width: 767.98px) {
  .bb-site-header__brand-logo {
    width: 100px;
    max-height: 60px;
  }
  .bb-site-header__inner {
    min-height: 75px;
  }
}
.bb-site-footer {
  background: #002366;
  color: #ffffff;
}
.bb-site-footer__container {
  width: min(1440px, 100%);
  min-height: 371px;
  margin-inline: auto;
  padding: 40px 140px 79px;
  box-sizing: border-box;
  display: grid;
  align-content: start;
  gap: 60px;
}
.bb-site-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 188px;
}
.bb-site-footer__brand {
  width: 235px;
  display: grid;
  justify-items: center;
  text-decoration: none;
  color: #ffffff;
  flex: 0 0 auto;
}
.bb-site-footer__brand-logo {
  width: 235px;
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 141.55px;
}
.bb-site-footer__brand-title {
  font-family: "Cinzel", serif;
  font-size: 48px;
  line-height: 0.82;
  text-transform: uppercase;
  background: linear-gradient(90deg, #b3751e 0%, #ecc96f 45.67%, #b4761e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 6px;
  text-align: center;
}
.bb-site-footer__brand-subtitle, .bb-site-footer__brand-city {
  font-family: "Encode Sans", sans-serif;
  font-size: 16.159px;
  line-height: 20.2px;
  letter-spacing: 2.262px;
  text-transform: uppercase;
  text-align: center;
}
.bb-site-footer__meta {
  width: 460px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 182px 246px;
  align-items: flex-start;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 0;
}
.bb-site-footer__col {
  /*min-height: 142px;*/
}
.bb-site-footer__label {
  margin: 0 0 16px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7);
}
.bb-site-footer__text {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: white;
}
.bb-site-footer__text a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: white;
}
.bb-site-footer__social {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  width: auto;
  justify-self: start;
  grid-column: 2/3;
}
.bb-site-footer__social-link {
  width: 26px;
  height: 26px;
  color: #f3ebe0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.bb-site-footer__social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.bb-site-footer__bottom {
  border-top: 1px solid rgb(255, 255, 255);
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.bb-site-footer__bottom-text {
  margin: 0;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.bb-site-footer__bottom-text a {
  text-decoration: none;
  color: white;
}
@media (max-width: 1280px) {
  .bb-site-footer__container {
    min-height: 0;
    padding: 32px 48px 64px;
    gap: 44px;
  }
  .bb-site-footer__top {
    gap: 72px;
  }
  .bb-site-footer__meta {
    width: min(453px, 100%);
    grid-template-columns: minmax(160px, 1fr) minmax(190px, 239px);
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .bb-site-footer__label, .bb-site-footer__text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media (max-width: 920px) {
  .bb-site-footer__container {
    padding: 28px 16px 56px;
    gap: 32px;
  }
  .bb-site-footer__top {
    flex-direction: column;
    gap: 28px;
  }
  .bb-site-footer__meta {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .bb-site-footer__col {
    min-height: 0;
  }
  .bb-site-footer__social {
    justify-content: center;
    grid-column: 1/-1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .bb-site-footer__brand {
    width: min(235px, 100%);
    margin-inline: auto;
  }
  .bb-site-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}
@media (max-width: 560px) {
  .bb-site-footer__text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
  .bb-site-footer__label {
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
  .bb-site-footer__bottom-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.2px;
  }
}

.bb-default-page {
  background: linear-gradient(180deg, #002366 0, #002366 280px, #fcf6ed 280px, #fcf6ed 100%);
  min-height: 60vh;
}
.bb-default-page__hero {
  padding: 52px 20px 40px;
}
.bb-default-page__hero-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  text-align: center;
}
.bb-default-page__title {
  margin: 0;
  color: #fcf6ed;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bb-default-page__content-wrap {
  width: min(1160px, 100% - 2rem);
  margin: 0 auto;
  padding: 0 0 72px;
}
.bb-default-page__content {
  background: #fff;
  border: 1px solid rgba(0, 35, 102, 0.14);
  box-shadow: 0 14px 40px rgba(0, 35, 102, 0.08);
  padding: clamp(24px, 3.4vw, 52px);
  color: #002366;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.bb-default-page__content h2,
.bb-default-page__content h3,
.bb-default-page__content h4,
.bb-default-page__content h5,
.bb-default-page__content h6 {
  color: #002366;
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.5em;
}
.bb-default-page__content p:first-child {
  margin-top: 0;
}
.bb-default-page__content a {
  color: #002366;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.bb-default-page__content ul,
.bb-default-page__content ol {
  padding-left: 1.25rem;
}
.bb-default-page__content blockquote {
  border-left: 3px solid #d2a84f;
  margin: 1.6rem 0;
  padding: 0.2rem 0 0.2rem 1rem;
  color: #18386b;
}
@media (max-width: 767px) {
  .bb-default-page {
    background: linear-gradient(180deg, #002366 0, #002366 220px, #fcf6ed 220px, #fcf6ed 100%);
  }
  .bb-default-page__hero {
    padding: 36px 16px 28px;
  }
  .bb-default-page__content-wrap {
    width: min(1160px, 100% - 1rem);
    padding-bottom: 52px;
  }
}

.bb-404-page {
  display: grid;
  place-items: center;
  padding: 48px 16px 72px;
}
.bb-404-page__hero {
  width: min(780px, 100%);
  background: #fff;
  border: 1px solid rgba(0, 35, 102, 0.14);
  box-shadow: 0 14px 40px rgba(0, 35, 102, 0.08);
}
.bb-404-page__hero-inner {
  padding: clamp(28px, 6vw, 56px);
  text-align: center;
}
.bb-404-page__code {
  margin: 0;
  color: #d2a84f;
  font-family: "Encode Sans", sans-serif;
  font-size: clamp(2rem, 4.6875vw, 3.75rem);
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.bb-404-page__title {
  margin: 14px 0 0;
  color: #002366;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 2.34375vw, 1.875rem);
  line-height: 1.08;
  text-transform: uppercase;
}
.bb-404-page__description {
  margin: 16px auto 0;
  max-width: 560px;
  color: #224476;
  font-family: "Encode Sans", sans-serif;
  font-size: clamp(15px, 2.2vw, 18px);
  line-height: 1.7;
}
.bb-404-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-height: 46px;
  padding: 12px 28px;
  border: 1px solid #d3a54c;
  background: #d3a54c;
  color: #fff;
  text-decoration: none;
  font-family: "Encode Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.bb-404-page__cta:hover, .bb-404-page__cta:focus-visible {
  background: #fcf6ed;
  color: #81642d;
  border-color: #d3a54c;
}/*# sourceMappingURL=styles.css.map */