:root {
  --sakpase-royal: #003399;
  --sakpase-navy: #000066;
  --sakpase-red: #B41E25;
  --sakpase-white: #FFFFFF;
  --sakpase-ink: #010824;
}

body,
.section-dark,
.bg-dark {
  background-color: var(--sakpase-ink);
}

.bg-dark-2 {
  background-color: var(--sakpase-navy);
}

.bg-color {
  background-color: var(--sakpase-royal);
}

.bg-color-2 {
  background-color: var(--sakpase-red);
}

.id-color {
  color: var(--sakpase-red);
}

a,
footer a:hover {
  color: var(--sakpase-white);
}

.btn-main {
  background: var(--sakpase-red);
  background-color: var(--sakpase-red);
  border-color: var(--sakpase-red);
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
input[type=button].btn-main {
  background: var(--sakpase-red) !important;
  background-color: var(--sakpase-red) !important;
}

.btn-main.btn-line {
  background: transparent;
  background-color: transparent;
  border-color: rgba(255, 255, 255, .56);
}

a.btn-main.btn-line,
a.btn-main.btn-line:active,
a.btn-main.btn-line:focus,
a.btn-main.btn-line:visited {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, .56);
}

.btn-main:hover,
.hover-bg-color:hover {
  background: var(--sakpase-royal);
  background-color: var(--sakpase-royal);
  border-color: var(--sakpase-royal);
}

a.btn-main:hover {
  background: var(--sakpase-royal) !important;
  background-color: var(--sakpase-royal) !important;
}

header.transparent,
header.smaller {
  background: rgba(0, 0, 102, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  min-height: 68px;
  backdrop-filter: blur(14px);
}

header .container,
header .de-flex {
  min-height: 68px;
}

header .de-flex {
  align-items: center;
  gap: 22px;
}

header .de-flex>.de-flex-col {
  min-width: 0;
}

header .de-flex>.de-flex-col:nth-child(2) {
  flex: 1 1 auto;
}

.header-col-mid {
  flex: 1 1 auto;
}

.sakpase-logo-link {
  align-items: center;
  background: var(--sakpase-white);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
  display: inline-flex;
  max-width: 178px;
  padding: 3px 9px;
}

.sakpase-logo {
  display: block;
  height: 60px;
  max-width: 178px;
  object-fit: contain;
  width: auto;
}

header.smaller .sakpase-logo {
  height: 52px;
}

.header-col-mid #mainmenu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
}

#mainmenu>li {
  margin-right: 18px;
}

#mainmenu a {
  padding-bottom: 22px;
  padding-top: 22px;
}

#mainmenu >li>a {
  font-size: 14px;
  padding-right: 0;
}

.menu_side_area {
  min-width: 28px;
}

.sakpase-brand-tile {
  align-items: center;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 255, 255, .35);
  color: rgba(255, 255, 255, .78);
  display: flex;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  text-align: center;
}

.sakpase-badge {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 8px 10px 0;
  padding: 8px 14px;
}

.sakpase-panel {
  border: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, rgba(0, 51, 153, .50), rgba(0, 0, 102, .74));
}

.sakpase-identity-card {
  background: #fffaf0;
  border: 1px solid rgba(0, 0, 102, .12);
  box-sizing: border-box;
  box-shadow: 0 24px 70px rgba(1, 8, 36, .26);
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  padding: clamp(34px, 10vw, 42px);
  width: min(100%, 460px);
}

.sakpase-identity-card .sakpase-about-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sakpase-identity-card .sakpase-identity-text {
  color: var(--sakpase-navy) !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 22px;
  -webkit-text-fill-color: var(--sakpase-navy);
}

.sakpase-hero-note {
  color: rgba(255, 255, 255, .82);
  font-size: 24px;
}

.sakpase-hero-title {
  color: var(--sakpase-white);
  font-size: clamp(56px, 7.4vw, 96px);
  font-weight: 800;
}

.sakpase-about-logo {
  height: auto;
  max-width: 360px;
  width: 100%;
}

.sakpase-footer-logo {
  display: block;
  height: auto;
  max-width: 178px;
  width: 100%;
}

.sakpase-footer {
  background: var(--sakpase-ink);
  padding: 64px 0 0;
}

.sakpase-footer .sakpase-footer-grid {
  align-items: flex-start;
}

.sakpase-footer-logo-link {
  display: inline-block;
  line-height: 0;
}

.sakpase-footer h3 {
  color: var(--sakpase-white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sakpase-footer p,
.sakpase-footer .subfooter {
  color: rgba(255, 255, 255, .76);
}

.sakpase-footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.sakpase-footer a:hover {
  color: var(--sakpase-white);
}

.sakpase-footer ul li + li {
  margin-top: 7px;
}

.sakpase-footer-tagline {
  color: rgba(255, 255, 255, .84);
  font-weight: 600;
}

.sakpase-footer-site a {
  color: var(--sakpase-white);
  font-weight: 700;
}

.sakpase-social-list a,
.sakpase-social-item {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.sakpase-social-item {
  color: rgba(255, 255, 255, .78);
}

.sakpase-social-list i {
  color: var(--sakpase-white);
  font-size: 16px;
  text-align: center;
  width: 18px;
}

.sakpase-footer .subfooter {
  margin-top: 44px;
}

.sakpase-event-strip {
  padding: 22px 28px;
}

.sakpase-event-strip h2 {
  font-size: 26px;
}

.sakpase-event-strip h3,
.sakpase-event-strip h4 {
  font-size: 19px;
}

.sakpase-event-tags {
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
}

.jarallax-img[class*="sakpase-img-"] {
  object-fit: cover !important;
}

.sakpase-img-hero-street {
  filter: saturate(1.03) brightness(.95);
  object-position: 52% center !important;
}

.sakpase-img-foire-hero {
  filter: saturate(1.02) brightness(.94);
  object-position: center center !important;
}

.sakpase-img-contact-street {
  filter: saturate(1.03) brightness(.93);
  object-position: 52% center !important;
}

.sakpase-img-drums {
  filter: saturate(1.02) brightness(.9);
  object-position: 45% center !important;
}

.sakpase-img-transmission {
  filter: saturate(1.03) brightness(.9);
  object-position: 36% center !important;
}

.sakpase-img-cuisine {
  filter: saturate(1.02) brightness(.9);
  object-position: 48% center !important;
}

.sakpase-img-hero-ottawa {
  filter: saturate(1.03) brightness(.92);
  object-position: 55% center !important;
}

.sakpase-img-foire-ottawa {
  filter: saturate(1.04) brightness(.93);
  object-position: 52% center !important;
}

.sakpase-img-podcast-ottawa {
  filter: saturate(1.03) brightness(.92);
  object-position: 53% center !important;
}

.sakpase-img-montreal {
  filter: saturate(1.04) brightness(.9);
  object-position: 52% center !important;
}

.sakpase-img-gastronomy-canada {
  filter: saturate(1.04) brightness(.9);
  object-position: 50% 58% !important;
}

.sakpase-event-feature-card {
  background: rgba(0, 0, 102, .58);
  min-height: 440px;
}

.sakpase-event-feature-card .sakpase-card-bg {
  display: block;
  filter: saturate(1.03) brightness(.88);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
}

.sakpase-event-feature-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 102, .30), rgba(1, 8, 36, .86));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.subtitle:before,
.subtitle:after {
  content: none !important;
  display: none !important;
}

#section-hero .sw-overlay {
  opacity: .66 !important;
}

#section-hero .sakpase-img-hero-street ~ .sw-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 102, .82), rgba(1, 8, 36, .58));
}

#section-hero .sakpase-img-foire-hero ~ .sw-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 102, .78), rgba(1, 8, 36, .60));
}

#section-hero .sakpase-img-hero-ottawa ~ .sw-overlay,
#section-hero .sakpase-img-foire-ottawa ~ .sw-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 102, .82), rgba(1, 8, 36, .58));
}

#section-hero .abs-centered .wow,
#section-hero .bottom-10 .wow,
#section-hero .sakpase-event-strip.wow {
  opacity: 1 !important;
  visibility: visible !important;
}

#section-hero h1,
#section-hero h2,
#section-hero h3,
#section-hero h4 {
  background: none;
  color: #fff;
  text-shadow: 0 14px 38px rgba(0, 0, 0, .42);
  -webkit-text-fill-color: #fff;
}

#section-hero .subtitle,
#section-hero .lead,
#section-hero .sakpase-hero-note {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 10px 28px rgba(0, 0, 0, .45);
}

#section-hero .subtitle {
  max-width: 100%;
  white-space: normal;
}

#section-hero .sakpase-hero-kicker {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  width: 100%;
}

#section-hero .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

#section-hero .sakpase-hero-note {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

#section-hero .sm-hide {
  background: rgba(0, 0, 102, .66);
}

#section-hero .abs-centered {
  top: 48%;
}

@media (max-width: 991px) {
  #section-hero h1.text-start.fs-72 {
    font-size: 56px !important;
    line-height: 1.08;
  }
}

@media (max-width: 575px) {
  #section-hero h1.text-start.fs-72 {
    font-size: 40px !important;
  }
}

.gradient-edge-top.color,
.gradient-edge-bottom.color {
  background: linear-gradient(180deg, rgba(0, 51, 153, .42), rgba(0, 0, 102, 0));
}

.radial-gradient-color {
  background: radial-gradient(circle, rgba(180, 30, 37, .22) 0%, rgba(0, 51, 153, .12) 38%, rgba(0, 0, 102, 0) 72%);
}

.sw-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 102, .74), rgba(1, 8, 36, .62));
}

@media (max-width: 767px) {
  .sakpase-footer {
    padding-top: 42px;
  }

  .sakpase-footer-logo {
    max-width: 148px;
  }

  .sakpase-footer h3 {
    margin-bottom: 10px;
  }

  .sakpase-footer .subfooter {
    margin-top: 30px;
  }

  header.transparent,
  header.smaller,
  header .container,
  header .de-flex {
    min-height: 64px;
  }

  .sakpase-hero-note {
    font-size: 18px;
  }

  #section-hero .subtitle {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
  }

  #section-hero .abs-centered {
    top: 50%;
    width: 88%;
  }

  .sakpase-logo {
    height: 46px;
    max-width: 144px;
  }

  .sakpase-hero-title {
    font-size: clamp(42px, 14vw, 64px);
    line-height: .95;
  }

  #section-hero .lead {
    font-size: 19px;
    line-height: 1.45;
    max-width: 320px;
  }

  #section-hero .sakpase-hero-note {
    max-width: 320px;
  }

  #section-hero .btn-main {
    display: block;
    margin: 10px auto;
    max-width: 280px;
  }

  .sakpase-img-hero-street {
    object-position: 50% center !important;
  }

  .sakpase-img-foire-hero {
    object-position: center center !important;
  }

  .sakpase-img-contact-street {
    object-position: 50% center !important;
  }

  .sakpase-img-drums {
    object-position: 44% center !important;
  }

  .sakpase-img-transmission {
    object-position: 20% center !important;
  }

  .sakpase-img-cuisine {
    object-position: 44% center !important;
  }

  .sakpase-img-hero-ottawa {
    object-position: 56% center !important;
  }

  .sakpase-img-foire-ottawa {
    object-position: 51% center !important;
  }

  .sakpase-img-podcast-ottawa {
    object-position: 56% center !important;
  }

  .sakpase-img-montreal {
    object-position: 49% center !important;
  }

  .sakpase-img-gastronomy-canada {
    object-position: 50% 64% !important;
  }

  .sakpase-event-feature-card {
    min-height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sakpase-footer-logo {
    max-width: 160px;
  }

  header .de-flex {
    gap: 14px;
  }

  .sakpase-logo {
    height: 46px;
    max-width: 150px;
  }

  #mainmenu>li {
    margin-right: 12px;
  }

  #mainmenu >li>a {
    font-size: 13px;
  }

  .sakpase-hero-title {
    font-size: clamp(48px, 6.6vw, 68px);
  }

  .sakpase-event-strip h2 {
    font-size: 22px;
  }

  .sakpase-event-strip h3,
  .sakpase-event-strip h4 {
    font-size: 17px;
  }

  .sakpase-img-hero-street {
    object-position: 51% center !important;
  }

  .sakpase-img-contact-street {
    object-position: 51% center !important;
  }

  .sakpase-img-transmission {
    object-position: 34% center !important;
  }

  .sakpase-img-hero-ottawa {
    object-position: 56% center !important;
  }

  .sakpase-img-foire-ottawa {
    object-position: 52% center !important;
  }

  .sakpase-img-podcast-ottawa {
    object-position: 55% center !important;
  }

  .sakpase-img-montreal {
    object-position: 51% center !important;
  }

  .sakpase-img-gastronomy-canada {
    object-position: 50% 60% !important;
  }

  .sakpase-event-feature-card {
    min-height: 400px;
  }
}

@media (max-width: 991px) {
  header.header-mobile {
    background: rgba(0, 0, 102, .94);
  }

  header:not(.menu-open) #mainmenu {
    display: none !important;
  }

  header.menu-open #mainmenu {
    display: block !important;
  }

  header.header-mobile:not(.menu-open) #mainmenu {
    display: none !important;
  }

  header.header-mobile.menu-open #mainmenu {
    display: block !important;
  }

  header.header-mobile #mainmenu {
    top: 64px;
  }

  header.header-mobile #mainmenu a.menu-item {
    padding-bottom: 11px;
    padding-top: 11px;
  }

  #section-hero .abs-centered {
    top: 50%;
    width: 92%;
  }

  #section-hero .subtitle {
    display: block;
    line-height: 1.35;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
  }

  #section-hero .sakpase-hero-kicker {
    max-width: 260px;
  }

  .sakpase-hero-title {
    font-size: clamp(42px, 10vw, 58px);
    line-height: .95;
  }

  #section-hero .lead {
    font-size: 17px;
    line-height: 1.45;
    max-width: 280px;
  }

  #section-hero .sakpase-hero-note {
    font-size: 18px;
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sakpase-hero-title {
    font-size: clamp(46px, 6.4vw, 52px);
    white-space: normal;
  }

  #section-hero h1.text-start.fs-72 {
    font-size: 50px !important;
    line-height: 1.12;
  }
}

/* Public header navigation */
header.sakpase-site-header {
  --sakpase-header-height: 112px;
  --sakpase-header-logo-height: 68px;
  --sakpase-header-logo-width: 90px;
  background-color: rgba(1, 8, 36, 0);
  background-image: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  left: 0;
  min-height: var(--sakpase-header-height);
  position: absolute;
  top: 0;
  transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease;
  width: 100%;
}

header.sakpase-site-header.sakpase-scrolled,
header.sakpase-site-header.smaller {
  background-color: rgba(1, 8, 36, .94);
  border-bottom-color: rgba(255, 255, 255, .12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  min-height: var(--sakpase-header-height);
  position: fixed;
  top: 0;
}

@supports ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))) {
  header.sakpase-site-header.sakpase-scrolled,
  header.sakpase-site-header.smaller {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
}

header.sakpase-site-header .container,
header.sakpase-site-header .de-flex {
  min-height: 0;
}

header.sakpase-site-header .sakpase-header-shell {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  min-height: var(--sakpase-header-height);
  padding: 7px 0 6px;
  position: relative;
}

header.sakpase-site-header .de-flex>.de-flex-col,
header.sakpase-site-header .header-col-mid {
  flex: 0 1 auto;
  min-width: 0;
}

header.sakpase-site-header .sakpase-header-logo-col,
header.sakpase-site-header .sakpase-header-menu-col {
  width: 100%;
}

header.sakpase-site-header #logo {
  display: flex;
  height: auto;
  justify-content: center;
  line-height: 0;
  width: 100%;
}

header.sakpase-site-header .sakpase-logo-link {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  display: inline-flex;
  justify-content: center;
  line-height: 0;
  max-width: none;
  padding: 2px 6px;
  transition: background-color .24s ease, box-shadow .24s ease;
}

header.sakpase-site-header.sakpase-scrolled .sakpase-logo-link,
header.sakpase-site-header.smaller .sakpase-logo-link {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}

header.sakpase-site-header .sakpase-logo-frame {
  display: block;
  height: var(--sakpase-header-logo-height);
  position: relative;
  width: var(--sakpase-header-logo-width);
}

header.sakpase-site-header .sakpase-logo {
  display: block;
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: contain;
  opacity: 1;
  position: absolute;
  transition: opacity .22s ease;
  width: 100%;
}

header.sakpase-site-header .sakpase-logo-white {
  opacity: 0;
}

header.sakpase-site-header.sakpase-scrolled .sakpase-logo-color,
header.sakpase-site-header.smaller .sakpase-logo-color {
  opacity: 0;
}

header.sakpase-site-header.sakpase-scrolled .sakpase-logo-white,
header.sakpase-site-header.smaller .sakpase-logo-white {
  opacity: 1;
}

header.sakpase-site-header .sakpase-public-nav,
header.sakpase-site-header .header-col-mid {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  width: 100%;
}

header.sakpase-site-header #mainmenu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: center;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: auto;
}

header.sakpase-site-header #mainmenu>li {
  display: block;
  float: none;
  margin: 0;
}

header.sakpase-site-header #mainmenu a.menu-item {
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 4px 0 6px;
  text-align: center;
  transition: color .2s ease;
}

header.sakpase-site-header #mainmenu a.menu-item:hover,
header.sakpase-site-header #mainmenu a.menu-item.active {
  color: #fff;
}

header.sakpase-site-header #mainmenu li a:before {
  bottom: 0;
  height: 2px;
}

header.sakpase-site-header .sakpase-header-toggle-col {
  display: none;
}

header.sakpase-site-header .menu_side_area {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  min-width: 0;
}

header.sakpase-site-header #menu-btn {
  align-items: center;
  color: #fff;
  display: none;
  float: none;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 40px;
}

header.sakpase-site-header #menu-btn:before {
  font-size: 21px;
}

@media (min-width: 1200px) {
  header.sakpase-site-header {
    --sakpase-header-height: 116px;
    --sakpase-header-logo-height: 72px;
    --sakpase-header-logo-width: 96px;
  }

  header.sakpase-site-header #mainmenu {
    gap: 22px;
  }

  header.sakpase-site-header #mainmenu a.menu-item {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header.sakpase-site-header {
    --sakpase-header-height: 104px;
    --sakpase-header-logo-height: 62px;
    --sakpase-header-logo-width: 82px;
  }

  header.sakpase-site-header .sakpase-header-shell {
    gap: 3px;
    padding-bottom: 6px;
    padding-top: 7px;
  }

  header.sakpase-site-header #mainmenu {
    gap: 14px;
  }

  header.sakpase-site-header #mainmenu a.menu-item {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  header.sakpase-site-header.header-mobile {
    background-color: rgba(1, 8, 36, 0);
    background-image: none;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute !important;
  }

  header.sakpase-site-header.header-mobile.sakpase-scrolled,
  header.sakpase-site-header.header-mobile.smaller {
    background-color: rgba(1, 8, 36, .94);
    position: fixed !important;
  }

  header.sakpase-site-header.header-mobile:not(.menu-open) #mainmenu,
  header.sakpase-site-header.header-mobile.menu-open #mainmenu {
    display: flex !important;
  }

  header.sakpase-site-header.header-mobile #mainmenu {
    height: auto;
    left: auto;
    margin: 0;
    overflow: visible;
    padding: 0 !important;
    position: static;
    top: auto;
    width: auto;
  }

  header.sakpase-site-header.header-mobile #mainmenu li {
    border: 0;
    display: block;
    margin: 0;
    width: auto;
  }

  header.sakpase-site-header.header-mobile #mainmenu li:last-child {
    margin-bottom: 0;
  }

  header.sakpase-site-header.header-mobile #mainmenu a.menu-item {
    padding: 4px 0 6px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  header.sakpase-site-header {
    --sakpase-header-height: 72px;
    --sakpase-header-logo-height: 52px;
    --sakpase-header-logo-width: 69px;
    background-color: rgba(1, 8, 36, 0);
    background-image: none;
    position: absolute;
  }

  header.sakpase-site-header.header-mobile,
  header.sakpase-site-header.sakpase-scrolled,
  header.sakpase-site-header.smaller {
    min-height: var(--sakpase-header-height);
  }

  header.sakpase-site-header.sakpase-scrolled,
  header.sakpase-site-header.smaller {
    background-color: rgba(1, 8, 36, .96);
    position: fixed;
  }

  header.sakpase-site-header.header-mobile {
    background-color: rgba(1, 8, 36, 0);
    background-image: none;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute !important;
  }

  header.sakpase-site-header.header-mobile.sakpase-scrolled,
  header.sakpase-site-header.header-mobile.smaller {
    background-color: rgba(1, 8, 36, .96);
    position: fixed !important;
  }

  header.sakpase-site-header .sakpase-header-shell {
    display: grid;
    gap: 0;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    min-height: var(--sakpase-header-height);
    padding: 9px 0;
  }

  header.sakpase-site-header .sakpase-header-logo-col {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: auto;
  }

  header.sakpase-site-header .sakpase-header-menu-col {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  header.sakpase-site-header:not(.menu-open) .sakpase-header-menu-col {
    display: none;
  }

  header.sakpase-site-header.menu-open .sakpase-header-menu-col {
    display: flex;
  }

  header.sakpase-site-header .sakpase-header-toggle-col {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    min-width: 44px;
    position: relative;
    z-index: 5;
  }

  header.sakpase-site-header #menu-btn {
    display: inline-flex;
  }

  header.sakpase-site-header #mainmenu {
    background: rgba(1, 8, 36, .98);
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: none !important;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin: 0;
    max-height: calc(100vh - var(--sakpase-header-height));
    overflow-y: auto;
    padding: 12px 24px 96px !important;
    position: absolute;
    right: 0;
    top: var(--sakpase-header-height);
    width: 100%;
  }

  header.sakpase-site-header.menu-open #mainmenu,
  header.sakpase-site-header.header-mobile.menu-open #mainmenu {
    display: flex !important;
  }

  header.sakpase-site-header #mainmenu>li,
  header.sakpase-site-header.header-mobile #mainmenu li {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: block;
    margin: 0;
    width: 100%;
  }

  header.sakpase-site-header #mainmenu>li:last-child,
  header.sakpase-site-header.header-mobile #mainmenu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  header.sakpase-site-header #mainmenu a.menu-item,
  header.sakpase-site-header.header-mobile #mainmenu a.menu-item {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 13px 0;
    text-align: center;
  }

  header.sakpase-site-header #mainmenu li a:before {
    content: none;
  }
}

@media (max-width: 380px) {
  header.sakpase-site-header {
    --sakpase-header-logo-height: 49px;
    --sakpase-header-logo-width: 65px;
  }
}

@media (prefers-reduced-motion: reduce) {
  header.sakpase-site-header,
  header.sakpase-site-header .sakpase-logo,
  header.sakpase-site-header .sakpase-logo-link,
  header.sakpase-site-header #mainmenu a.menu-item {
    transition: none;
  }
}
