/* line 7, app/assets/stylesheets/header.scss */
:root {
  --header-outer-height: 80px;
  --header-card-height:  64px;
  --header-radius:       16px;
  --header-bg:           rgba(255, 255, 255, 0.92);
  --header-shadow:       0px 2px 40px rgba(0, 78, 111, 0.08);
  --header-blur:         blur(8px);
  --header-link-color:   #001F2C;
  --header-link-bg:      #ffffff;
  --header-cta-bg:       #F9A529;
  --header-cta-color:    #ffffff;
  --header-cta-quiet-color: #001F2C;
  --header-cta-quiet-border: #CCD2D5;
  --header-font:         'Figtree', 'Primary', sans-serif;
}

/* line 30, app/assets/stylesheets/header.scss */
.header-nav a,
.header-nav a:hover,
.header-nav a:focus,
.header-mobile-drawer a,
.header-mobile-drawer a:hover,
.header-mobile-drawer a:focus {
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/header.scss */
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 16px 40px 0 !important;
  background: transparent !important;
  border-bottom: none !important;
  backdrop-filter: var(--header-blur);
  -webkit-backdrop-filter: var(--header-blur);
  min-height: var(--header-outer-height) !important;
  z-index: 1000;
}

@media (max-width: 1199px) {
  /* line 41, app/assets/stylesheets/header.scss */
  .header-nav {
    padding: 12px 16px 0 !important;
  }
}

@media (max-width: 575px) {
  /* line 41, app/assets/stylesheets/header.scss */
  .header-nav {
    padding: 8px 12px 0 !important;
  }
}

@media (max-width: 1199px) {
  /* line 65, app/assets/stylesheets/header.scss */
  #navbarMobile:not(.show) {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 71, app/assets/stylesheets/header.scss */
  #navbarMobile {
    display: none !important;
  }
}

/* line 76, app/assets/stylesheets/header.scss */
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 16px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  height: var(--header-card-height);
  background: var(--header-bg);
  box-shadow: var(--header-shadow);
  border-radius: var(--header-radius);
}

@media (max-width: 1199px) {
  /* line 76, app/assets/stylesheets/header.scss */
  .header {
    padding: 0 20px;
    height: auto;
    min-height: 56px;
    flex-wrap: wrap;
    border-radius: 12px;
  }
}

/* line 106, app/assets/stylesheets/header.scss */
body.search-results-page .header-nav {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* line 111, app/assets/stylesheets/header.scss */
body.search-results-page .header {
  max-width: none;
}

@media (max-width: 1199px) {
  /* line 118, app/assets/stylesheets/header.scss */
  .header {
    padding: 8px 16px;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    border-radius: 16px;
    flex-wrap: nowrap;
    flex: none;
    order: 0;
    flex-grow: 1;
  }
  /* line 135, app/assets/stylesheets/header.scss */
  .header > .header-brand {
    margin-right: auto;
    flex-shrink: 0;
    order: 0;
  }
  /* line 141, app/assets/stylesheets/header.scss */
  .header-brand img {
    width: 80px;
    height: 16px;
    object-fit: contain;
  }
  /* line 147, app/assets/stylesheets/header.scss */
  .header-brand img.header-brand__logo--ar {
    width: auto;
    max-width: 80px;
  }
  /* line 152, app/assets/stylesheets/header.scss */
  .header-links,
.header-main-nav {
    display: none;
  }
  /* line 157, app/assets/stylesheets/header.scss */
  .header > .header-language {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: none;
    order: 1;
  }
  /* line 167, app/assets/stylesheets/header.scss */
  .locale-text {
    display: none !important;
  }
  /* line 171, app/assets/stylesheets/header.scss */
  .locale-flag {
    width: 24px;
    height: 24px;
  }
  /* line 176, app/assets/stylesheets/header.scss */
  .header-language .locale-dropdown-toggle.header-menu__toggle::after {
    display: none !important;
    content: none !important;
  }
  /* line 181, app/assets/stylesheets/header.scss */
  .header > .header-account {
    display: flex;
    align-items: center;
    flex: none;
    order: 2;
  }
  /* line 189, app/assets/stylesheets/header.scss */
  .header > .header-account:not(.header-menu) {
    display: none !important;
  }
  /* line 193, app/assets/stylesheets/header.scss */
  .user-avatar-circle {
    width: 26px;
    height: 26px;
  }
  /* line 198, app/assets/stylesheets/header.scss */
  .user-initials {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 203, app/assets/stylesheets/header.scss */
  .nav-user,
.nav-user-name,
.nav-user-address {
    display: none !important;
  }
  /* line 209, app/assets/stylesheets/header.scss */
  .header > .header-menu-toggler {
    order: 3;
    flex: none;
    margin-left: 0;
  }
  /* line 215, app/assets/stylesheets/header.scss */
  .header-post-language-link {
    display: none !important;
  }
  /* line 219, app/assets/stylesheets/header.scss */
  .header .header-account #account-dropdown.account-dropdown-toggle {
    padding: 4px 16px 4px 4px;
    width: auto;
    min-width: 66px;
    height: 34px;
    min-height: 0;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 229, app/assets/stylesheets/header.scss */
  .header .header-account #account-dropdown.account-dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 0;
    flex: none;
    order: 2;
    border-top: 0.3em solid #006D9B;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  /* line 245, app/assets/stylesheets/header.scss */
  .header .header-brand img {
    width: 120px;
    height: 24px;
  }
  /* line 250, app/assets/stylesheets/header.scss */
  .header .header-brand img.header-brand__logo--ar {
    width: 120px;
    max-width: 120px;
    height: 24px;
  }
  /* line 256, app/assets/stylesheets/header.scss */
  .header > .header-resources-link.header-post-language-link {
    display: inline-flex !important;
    align-items: center;
    flex: none;
    order: 2;
    width: auto;
    height: auto;
    padding: 8px 16px;
  }
  /* line 266, app/assets/stylesheets/header.scss */
  .header > .header-account {
    order: 3;
  }
  /* line 270, app/assets/stylesheets/header.scss */
  .header > .header-menu-toggler {
    order: 4;
  }
  /* line 274, app/assets/stylesheets/header.scss */
  .header-management-link-desktop,
.header-internal-tools {
    display: none !important;
  }
}

/* line 281, app/assets/stylesheets/header.scss */
.header-brand {
  flex: none;
  padding: 0;
  margin: 0;
  order: 0;
}

/* line 287, app/assets/stylesheets/header.scss */
.header-brand img {
  width: 160px;
  height: 32px;
  display: block;
  object-fit: contain;
}

/* line 294, app/assets/stylesheets/header.scss */
.header-brand img.header-brand__logo--ar {
  width: auto;
  max-width: 160px;
}

@media (max-width: 600px) {
  /* line 301, app/assets/stylesheets/header.scss */
  .header .header-brand img {
    width: 80px;
    height: 16px;
  }
  /* line 306, app/assets/stylesheets/header.scss */
  .header .header-brand img.header-brand__logo--ar {
    width: auto;
    max-width: 80px;
    height: 16px;
  }
}

/* line 314, app/assets/stylesheets/header.scss */
.header-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  height: 36px;
  flex: 1;
  order: 1;
  overflow: visible;
}

@media (max-width: 1199px) {
  /* line 314, app/assets/stylesheets/header.scss */
  .header-links {
    display: none !important;
  }
}

/* line 330, app/assets/stylesheets/header.scss */
.header-language {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  height: 24px;
  flex: none;
  order: 3;
  position: relative;
}

/* line 343, app/assets/stylesheets/header.scss */
.header-post-language-link {
  flex: none;
  display: none;
}

/* line 348, app/assets/stylesheets/header.scss */
.header-resources-link {
  order: 4;
}

/* line 352, app/assets/stylesheets/header.scss */
.header-management-link-desktop {
  order: 5;
}

/* line 356, app/assets/stylesheets/header.scss */
.header-internal-tools {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
  order: 6;
}

/* line 365, app/assets/stylesheets/header.scss */
.header-taskaty-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f7fcff;
  text-decoration: none;
}

/* line 375, app/assets/stylesheets/header.scss */
.header-taskaty-link:hover, .header-taskaty-link:focus {
  background: #e6f5fc;
  text-decoration: none;
}

/* line 381, app/assets/stylesheets/header.scss */
.header-taskaty-link img {
  display: block;
}

/* line 387, app/assets/stylesheets/header.scss */
.header-account {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
  order: 7;
}

/* line 396, app/assets/stylesheets/header.scss */
.header-nav-link.port-pulse-link {
  padding: 10px 16px;
  gap: 8px;
  height: 40px;
  color: #006D9B !important;
}

/* line 402, app/assets/stylesheets/header.scss */
.header-nav-link.port-pulse-link:hover, .header-nav-link.port-pulse-link:focus {
  color: #006D9B !important;
  background: rgba(0, 109, 155, 0.08);
}

/* line 409, app/assets/stylesheets/header.scss */
.port-pulse-link__label {
  flex: none;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #006D9B;
}

/* line 416, app/assets/stylesheets/header.scss */
.port-pulse-link__dot {
  position: relative;
  flex: none;
  width: 12px;
  height: 12px;
}

/* line 422, app/assets/stylesheets/header.scss */
.port-pulse-link__dot::before, .port-pulse-link__dot::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background: #006D9B;
}

/* line 434, app/assets/stylesheets/header.scss */
.port-pulse-link__dot::after {
  animation: pp-dot-pulse 2s ease-in-out infinite;
}

@keyframes pp-dot-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes pp-dot-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 109, 155, 0.6);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 109, 155, 0);
  }
}

/* line 461, app/assets/stylesheets/header.scss */
.collapse-logo {
  display: none;
  margin-top: 32px;
}

/* line 467, app/assets/stylesheets/header.scss */
.header-menu-toggler {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  position: relative;
  background: transparent;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 481, app/assets/stylesheets/header.scss */
.header-menu-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* line 486, app/assets/stylesheets/header.scss */
.header-menu-toggler .header-menu-toggler__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 0;
  background: none !important;
  background-image: none !important;
}

/* line 499, app/assets/stylesheets/header.scss */
.header-menu-toggler .header-menu-toggler__icon .header-menu-toggler__icon-img {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  /* line 467, app/assets/stylesheets/header.scss */
  .header-menu-toggler {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 467, app/assets/stylesheets/header.scss */
  .header-menu-toggler {
    display: none;
  }
}

/* line 516, app/assets/stylesheets/header.scss */
.header-menu-toggler__close {
  display: none;
}

/* line 521, app/assets/stylesheets/header.scss */
.nav-wrapper {
  justify-content: flex-start;
  order: 1;
  flex: 1;
}

@media (max-width: 1199px) {
  /* line 521, app/assets/stylesheets/header.scss */
  .nav-wrapper {
    width: 100%;
    padding: 8px 0 16px;
  }
}

/* line 533, app/assets/stylesheets/header.scss */
.header-main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0;
  margin: 0;
  list-style: none;
  gap: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 533, app/assets/stylesheets/header.scss */
  .header-main-nav {
    display: none !important;
  }
}

/* line 548, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item {
  flex: none;
}

/* line 552, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(1) {
  order: 0;
}

/* line 554, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(1) .header-nav-link {
  width: auto;
}

/* line 559, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(2) {
  order: 1;
}

/* line 561, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(2) .header-nav-link {
  width: auto;
}

/* line 566, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(3) {
  order: 2;
}

/* line 568, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(3) .header-nav-link {
  width: auto;
}

/* line 573, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(4) {
  order: 3;
}

/* line 575, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(4) .header-nav-link {
  width: auto;
}

/* line 582, app/assets/stylesheets/header.scss */
.nav-spacer {
  flex: 1;
  list-style: none;
  order: 5;
}

@media (max-width: 1199px) {
  /* line 582, app/assets/stylesheets/header.scss */
  .nav-spacer {
    display: none;
  }
}

/* line 593, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link,
.header-nav .header-nav-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  background: transparent;
  border-radius: 32px;
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C !important;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s ease;
  height: 36px;
  flex: none;
}

/* line 616, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link:hover, .header-nav a.header-nav-link:focus,
.header-nav .header-nav-link:hover,
.header-nav .header-nav-link:focus {
  background: rgba(249, 165, 41, 0.1);
  color: #001F2C !important;
  text-decoration: none;
}

/* line 623, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link:focus-visible,
.header-nav .header-nav-link:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 628, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link img,
.header-nav .header-nav-link img {
  width: 16px;
  height: 16px;
  display: none;
}

@media (max-width: 1199px) {
  /* line 635, app/assets/stylesheets/header.scss */
  .header-nav a.header-nav-link #navbarMobile .header-nav-link,
.header-nav a.header-nav-link .header-mobile-nav .header-nav-link,
.header-nav .header-nav-link #navbarMobile .header-nav-link,
.header-nav .header-nav-link .header-mobile-nav .header-nav-link {
    font-size: 14px;
    padding: 10px 16px !important;
    background: transparent;
    width: 100%;
    border-radius: 10px;
  }
}

/* line 647, app/assets/stylesheets/header.scss */
.nav-btn {
  list-style: none;
}

@media (max-width: 1199px) {
  /* line 647, app/assets/stylesheets/header.scss */
  .nav-btn {
    width: 100%;
  }
}

/* line 658, app/assets/stylesheets/header.scss */
.header-account .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--header-cta-quiet-border);
  border-radius: 32px;
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--header-cta-quiet-color);
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

/* line 678, app/assets/stylesheets/header.scss */
.header-account .header-cta:hover, .header-account .header-cta:focus {
  background: #F3F3F3;
  border-color: #B3BCC0;
  color: var(--header-cta-quiet-color);
  text-decoration: none;
}

/* line 686, app/assets/stylesheets/header.scss */
.header-account .header-cta:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 691, app/assets/stylesheets/header.scss */
.header-account .header-cta--primary {
  background: var(--header-cta-bg);
  border-color: var(--header-cta-bg);
  color: var(--header-cta-color);
  box-shadow: 0 2px 12px rgba(249, 165, 41, 0.28);
}

/* line 697, app/assets/stylesheets/header.scss */
.header-account .header-cta--primary:hover, .header-account .header-cta--primary:focus {
  background: #E09525;
  border-color: #E09525;
  color: var(--header-cta-color);
  box-shadow: 0 4px 16px rgba(249, 165, 41, 0.36);
}

/* line 705, app/assets/stylesheets/header.scss */
.header-account .header-cta--primary:focus-visible {
  outline-color: #7D5315;
}

/* line 712, app/assets/stylesheets/header.scss */
.header-menu {
  position: relative;
  direction: ltr;
  flex: none;
}

/* line 717, app/assets/stylesheets/header.scss */
.header-menu .header-menu__toggle::after {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
  border-top-color: var(--header-link-color);
}

/* line 728, app/assets/stylesheets/header.scss */
.header-nav .header-menu:not(.show) > .header-menu__panel {
  display: none;
}

/* line 732, app/assets/stylesheets/header.scss */
.header-nav .header-menu.show > .header-menu__panel {
  display: block;
}

@media (min-width: 1200px) {
  /* line 739, app/assets/stylesheets/header.scss */
  .header-links .header-menu.show {
    z-index: 1002;
  }
  /* line 743, app/assets/stylesheets/header.scss */
  .header-nav .header-menu > .header-menu__panel:not(.stmega) {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1002;
    min-width: 200px;
  }
  /* line 751, app/assets/stylesheets/header.scss */
  .header-links .header-menu.show > .stmega {
    animation: stmega-enter-desktop 120ms ease-out;
  }
}

/* line 756, app/assets/stylesheets/header.scss */
.company-menu,
.resources-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0;
  border-radius: 24px;
  border: none;
  box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
  background: #ffffff;
}

/* line 767, app/assets/stylesheets/header.scss */
.company-menu .header-menu__link,
.resources-menu .header-menu__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  gap: 8px;
  height: 36px;
  border-radius: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #001F2C;
  background: transparent;
  transition: background 0.12s ease;
}

/* line 784, app/assets/stylesheets/header.scss */
.company-menu .header-menu__link:hover, .company-menu .header-menu__link:focus,
.resources-menu .header-menu__link:hover,
.resources-menu .header-menu__link:focus {
  background: #FFFBF5;
  color: #001F2C;
}

/* line 792, app/assets/stylesheets/header.scss */
.company-menu {
  min-width: 125px;
}

/* line 796, app/assets/stylesheets/header.scss */
.resources-menu {
  min-width: 130px;
}

/* line 800, app/assets/stylesheets/header.scss */
.locale-menu {
  border-radius: 14px;
  border: none;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  top: calc(100% + 6px);
  padding: 8px;
  background: #ffffff;
}

/* line 808, app/assets/stylesheets/header.scss */
.locale-menu .header-menu__link {
  padding: 10px 16px;
  border-radius: 8px;
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--header-link-color);
  transition: background 0.12s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 821, app/assets/stylesheets/header.scss */
.locale-menu .header-menu__link:hover, .locale-menu .header-menu__link:focus {
  background: rgba(249, 165, 41, 0.08);
  color: var(--header-link-color);
}

/* line 828, app/assets/stylesheets/header.scss */
.locale-menu button.header-menu__link {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: inherit;
}

/* line 838, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0;
  border-radius: 24px;
  border: none;
  box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
  background: #ffffff;
  min-width: 207px;
  gap: 0;
}

/* line 850, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0;
}

/* line 858, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .header-menu__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  gap: 8px;
  height: 36px;
  margin: 0;
  border-radius: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #001F2C;
  background: transparent;
  transition: background 0.12s ease;
  text-decoration: none;
}

/* line 877, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .header-menu__link:hover, .header-nav .header-menu__panel.user-menu .header-menu__link:focus {
  background: #FFFBF5;
  color: #001F2C;
}

/* line 884, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__icon {
  width: 16px;
  height: 16px;
  flex: none;
  display: block;
}

/* line 891, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__link--logout {
  color: #EB2525;
}

/* line 894, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__link--logout:hover, .header-nav .header-menu__panel.user-menu .user-menu__link--logout:focus {
  color: #EB2525;
  background: #FFFBF5;
}

@media (min-width: 1200px) {
  /* line 904, app/assets/stylesheets/header.scss */
  .header-nav .header-account.header-menu > .header-menu__panel.user-menu {
    left: unset;
    right: unset;
    inset-inline-end: 0;
    inset-inline-start: auto;
  }
}

@media (max-width: 1199px) {
  /* line 914, app/assets/stylesheets/header.scss */
  .header > .header-language .header-menu__panel.locale-menu {
    background: #ffffff;
    box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
    padding: 8px;
    border-radius: 14px;
  }
  /* line 921, app/assets/stylesheets/header.scss */
  .header > .header-account .header-menu__panel.user-menu {
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
    padding: 16px 0;
    border-radius: 24px;
  }
  /* line 929, app/assets/stylesheets/header.scss */
  .header > .header-account.header-menu {
    position: relative;
  }
  /* line 933, app/assets/stylesheets/header.scss */
  .header > .header-account.header-menu > .header-menu__panel.user-menu {
    position: absolute;
    top: calc(100% + 6px);
    inset-inline-end: 0;
    inset-inline-start: auto;
    z-index: 1003;
    min-width: 200px;
  }
  /* line 942, app/assets/stylesheets/header.scss */
  .header > .header-language.header-menu {
    position: relative;
  }
  /* line 946, app/assets/stylesheets/header.scss */
  .header > .header-language.header-menu > .header-menu__panel.locale-menu {
    position: absolute;
    top: calc(100% + 6px);
    inset-inline-end: 0;
    inset-inline-start: auto;
    z-index: 1003;
    min-width: 200px;
  }
}

/* line 957, app/assets/stylesheets/header.scss */
.ar-flag,
.en-flag {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 963, app/assets/stylesheets/header.scss */
.ar-flag .locale-flag,
.en-flag .locale-flag {
  flex: none;
}

@media (min-width: 1200px) {
  /* line 971, app/assets/stylesheets/header.scss */
  #account-dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 16px 4px 8px;
    gap: 8px;
    height: 48px;
    background: #E6F5FC !important;
    border-radius: 40px;
    order: 4;
    flex: none;
  }
  /* line 983, app/assets/stylesheets/header.scss */
  #account-dropdown::after {
    width: 12px;
    height: 12px;
    border-top-color: #006D9B;
  }
}

/* line 992, app/assets/stylesheets/header.scss */
.user-avatar-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 30px;
  height: 30px;
  background: #006D9B;
  border-radius: 50%;
  flex: none;
  order: 0;
}

/* line 1006, app/assets/stylesheets/header.scss */
.user-initials {
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

/* line 1019, app/assets/stylesheets/header.scss */
.nav-user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: auto;
  max-width: 125px;
  height: 38px;
  flex: none;
  order: 1;
}

/* line 1034, app/assets/stylesheets/header.scss */
.nav-user-name {
  display: block;
  padding: 0;
  width: 100%;
  height: 20px;
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #006D9B;
  flex: none;
  order: 0;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1053, app/assets/stylesheets/header.scss */
.nav-user-address {
  display: block;
  padding: 0;
  width: 100%;
  height: 18px;
  margin-top: 0;
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #667980;
  flex: none;
  order: 1;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1075, app/assets/stylesheets/header.scss */
.header-expanded .header-menu-toggler__icon {
  display: none;
}

/* line 1079, app/assets/stylesheets/header.scss */
.header-expanded .header-menu-toggler__close {
  display: block !important;
  line-height: 0;
}

/* line 1083, app/assets/stylesheets/header.scss */
.header-expanded .header-menu-toggler__close img {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%);
  opacity: 0.85;
}

/* line 1094, app/assets/stylesheets/header.scss */
.collapse-logo {
  display: none;
  margin-top: 32px;
}

/* line 1099, app/assets/stylesheets/header.scss */
.app-nav-divider {
  height: 18px;
  width: 1px;
  align-self: center;
  background-color: rgba(0, 31, 44, 0.15);
  flex: none;
}

@media (max-width: 1199px) {
  /* line 1099, app/assets/stylesheets/header.scss */
  .app-nav-divider {
    display: none;
  }
}

/* line 1111, app/assets/stylesheets/header.scss */
.locale-flag {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 2px;
  flex: none;
  order: 1;
}

/* line 1121, app/assets/stylesheets/header.scss */
.locale-dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  height: 24px;
  background: transparent !important;
  text-decoration: none;
  cursor: pointer;
}

/* line 1132, app/assets/stylesheets/header.scss */
.locale-dropdown-toggle:hover {
  background: transparent !important;
  text-decoration: none;
}

/* line 1138, app/assets/stylesheets/header.scss */
.locale-text {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 1143, app/assets/stylesheets/header.scss */
  .header-management-link-desktop {
    display: inline-flex;
  }
  /* line 1147, app/assets/stylesheets/header.scss */
  .header-internal-tools {
    display: flex;
  }
  /* line 1151, app/assets/stylesheets/header.scss */
  .header-resources-link {
    display: none !important;
  }
}

/* line 1158, app/assets/stylesheets/header.scss */
.account-dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  flex: none;
  background: #E6F5FC;
  border-radius: 40px;
}

/* line 1168, app/assets/stylesheets/header.scss */
.account-dropdown-toggle:hover {
  background: #E6F5FC;
  text-decoration: none;
}

@media (min-width: 1200px) {
  /* line 1175, app/assets/stylesheets/header.scss */
  .account-dropdown-toggle {
    padding: 4px 16px 4px 8px;
    gap: 8px;
    height: 48px;
  }
  /* line 1180, app/assets/stylesheets/header.scss */
  .account-dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 0;
    vertical-align: middle;
    border-top: 0.3em solid #006D9B;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    flex: none;
    order: 2;
  }
}

/* line 1203, app/assets/stylesheets/header.scss */
body.has-site-header {
  padding-top: var(--header-outer-height);
}

@media (max-width: 1199px) {
  /* line 1209, app/assets/stylesheets/header.scss */
  body.header-mobile-menu-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* line 1219, app/assets/stylesheets/header.scss */
.stmega {
  box-sizing: border-box;
  width: calc(100vw - 48px);
  max-width: 900px;
  min-width: 0;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 8px 40px rgba(0, 42, 63, 0.14);
  transform-origin: top center;
  background: #ffffff;
}

@media (min-width: 1200px) {
  /* line 1219, app/assets/stylesheets/header.scss */
  .stmega {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    width: 862px;
    height: 548px;
    max-width: 862px;
    left: 16px;
    top: calc(100% + 6px);
    right: auto;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
    border-radius: 0 24px 24px 24px;
    flex: none;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 1199px) {
  /* line 1219, app/assets/stylesheets/header.scss */
  .stmega {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    float: none;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding: 16px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    border-radius: 12px !important;
  }
}

/* line 1269, app/assets/stylesheets/header.scss */
.stmega__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 830px;
}

/* line 1278, app/assets/stylesheets/header.scss */
.stmega__heading {
  width: 100%;
  max-width: 830px;
  margin: 0;
  padding: 0;
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 1290, app/assets/stylesheets/header.scss */
.stmega__grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 830px;
}

/* line 1299, app/assets/stylesheets/header.scss */
.stmega__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 1299, app/assets/stylesheets/header.scss */
  .stmega__row {
    flex-direction: column;
  }
}

/* line 1311, app/assets/stylesheets/header.scss */
.stmega__tools {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 830px;
}

/* line 1320, app/assets/stylesheets/header.scss */
.stmega__tools-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 1320, app/assets/stylesheets/header.scss */
  .stmega__tools-row {
    grid-template-columns: 1fr;
  }
}

/* line 1331, app/assets/stylesheets/header.scss */
.stmega__rule {
  width: 100%;
  max-width: 830px;
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px dashed #E6E9EA;
}

@media (max-width: 1199px) {
  /* line 1331, app/assets/stylesheets/header.scss */
  .stmega__rule {
    max-width: 100%;
  }
}

/* line 1344, app/assets/stylesheets/header.scss */
.stmega__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 8px;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  border-radius: 16px;
  text-decoration: none !important;
  color: #001F2C !important;
  background: #ffffff;
  border: none;
  box-shadow: none;
  transition: background 0.15s ease;
}

/* line 1362, app/assets/stylesheets/header.scss */
.stmega__card:hover, .stmega__card:focus {
  background: #FFFBF5;
  color: #001F2C !important;
}

/* line 1368, app/assets/stylesheets/header.scss */
.stmega__card:focus-visible {
  outline: 2px solid #F9A529;
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  /* line 1344, app/assets/stylesheets/header.scss */
  .stmega__card {
    flex: none;
    width: 100%;
  }
}

/* line 1379, app/assets/stylesheets/header.scss */
.stmega__tools-row .stmega__card {
  flex: none;
}

/* line 1383, app/assets/stylesheets/header.scss */
.stmega__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 4px;
  background: #E6F5FC;
}

/* line 1395, app/assets/stylesheets/header.scss */
.stmega__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

/* line 1403, app/assets/stylesheets/header.scss */
.stmega__pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #006D9B;
  box-shadow: 0 0 0 0 rgba(0, 109, 155, 0.6);
  animation: pp-dot-glow 2s ease-in-out infinite;
  flex: none;
}

/* line 1413, app/assets/stylesheets/header.scss */
.stmega__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 1422, app/assets/stylesheets/header.scss */
.stmega__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 1430, app/assets/stylesheets/header.scss */
.stmega__title {
  display: block;
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  margin: 0;
}

/* line 1440, app/assets/stylesheets/header.scss */
.stmega__desc {
  margin: 0;
  font-family: var(--header-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
}

/* line 1449, app/assets/stylesheets/header.scss */
.stmega__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 8px 0;
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #F9A529;
}

@keyframes stmega-enter-desktop {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  /* line 1480, app/assets/stylesheets/header.scss */
  .header-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 1100;
    pointer-events: none;
  }
  /* line 1492, app/assets/stylesheets/header.scss */
  .header-mobile-drawer:not(.show) {
    display: none;
  }
  /* line 1496, app/assets/stylesheets/header.scss */
  .header-mobile-drawer.show {
    pointer-events: auto;
  }
  /* line 1500, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0, 31, 44, 0.24);
    cursor: pointer;
  }
  /* line 1512, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__panel {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    width: Min(366px, calc(100vw - 24px));
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding: 24px;
    gap: 24px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 109, 155, 0.24);
    border-radius: 24px 0 0 24px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    box-sizing: border-box;
  }
  /* line 1539, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__close {
    position: absolute;
    top: 24px;
    inset-inline-end: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
  }
  /* line 1555, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__close img {
    display: block;
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%);
    opacity: 0.85;
  }
  /* line 1564, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__views {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding-top: 44px;
    text-align: start;
  }
  /* line 1573, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__view {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }
  /* line 1580, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__view--main {
    gap: 24px;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="main"] .header-mobile-drawer__view[data-drawer-view="main"] {
    display: flex;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="solutions"] .header-mobile-drawer__view[data-drawer-view="solutions"] {
    display: flex;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="company"] .header-mobile-drawer__view[data-drawer-view="company"] {
    display: flex;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="resources"] .header-mobile-drawer__view[data-drawer-view="resources"] {
    display: flex;
  }
  /* line 1591, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__auth {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }
  /* line 1599, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 8px 20px;
    border-radius: 32px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: var(--header-cta-quiet-color);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
    background: transparent;
    border: 1px solid var(--header-cta-quiet-border);
  }
  /* line 1615, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta:hover, .header-mobile-drawer__cta:focus {
    background: #F3F3F3;
    border-color: #B3BCC0;
    color: var(--header-cta-quiet-color);
    text-decoration: none;
  }
  /* line 1623, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta--primary {
    background: var(--header-cta-bg);
    border-color: var(--header-cta-bg);
    color: var(--header-cta-color);
  }
  /* line 1628, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta--primary:hover, .header-mobile-drawer__cta--primary:focus {
    background: #E09525;
    border-color: #E09525;
    color: var(--header-cta-color);
  }
  /* line 1637, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 16px;
    gap: 16px;
    background: #E6F5FC;
    border-radius: 32px;
  }
  /* line 1648, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    padding: 8px 16px 8px 8px;
    gap: 8px;
    min-height: 60px;
    background: #F7FDFF;
    border-radius: 40px;
  }
  /* line 1660, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0 4px;
    background: #006D9B;
    border-radius: 24px;
  }
  /* line 1673, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__avatar span {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
  }
  /* line 1679, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__profile-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
  }
  /* line 1687, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__name {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    color: #006D9B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  /* line 1696, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__company {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
    color: #829095;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  /* line 1705, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    padding: 8px 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
    text-decoration: none;
    background: transparent;
    border: none;
  }
  /* line 1719, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link:hover, .header-mobile-drawer__account-link:focus {
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1725, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link--logout {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    color: #EB2525;
  }
  /* line 1729, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link--logout:hover, .header-mobile-drawer__account-link--logout:focus {
    color: #EB2525;
  }
  /* line 1736, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    width: 100%;
  }
  /* line 1745, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    border: none;
    background: transparent;
    text-align: start;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }
  /* line 1761, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab:hover, .header-mobile-drawer__tab:focus {
    text-decoration: none;
    color: inherit;
  }
  /* line 1768, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab-label {
    flex: 1;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
  }
  /* line 1775, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__chevron {
    flex: none;
    width: 16px;
    height: 16px;
    position: relative;
  }
  /* line 1781, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__chevron::after {
    content: '';
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #001F2C;
    border-inline-end: 2px solid #001F2C;
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 1794, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab--locale {
    gap: 16px;
  }
  /* line 1798, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__locale-flag {
    width: 24px;
    height: 24px;
    flex: none;
    border-radius: 50%;
    object-fit: cover;
  }
  /* line 1806, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__back {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    color: #001F2C;
  }
  /* line 1821, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__back-icon {
    width: 16px;
    height: 16px;
    position: relative;
    flex: none;
  }
  /* line 1827, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__back-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    inset-inline-start: 4px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #001F2C;
    border-inline-start: 2px solid #001F2C;
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 1840, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* line 1852, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    min-height: 42px;
    padding: 8px 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1866, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-link:hover, .header-mobile-drawer__list-link:focus {
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1873, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #E6F5FC;
    border-radius: 12px;
  }
  /* line 1884, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-icon img {
    width: 24px;
    height: 24px;
    display: block;
  }
  /* line 1891, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tools-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0;
  }
  /* line 1899, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tools-divider::after {
    content: '';
    flex: 1;
    height: 0;
    border-top: 1px dashed #E6E9EA;
  }
  /* line 1907, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tools-label {
    flex: none;
    margin: 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    color: #001F2C;
  }
  /* line 1914, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__subnav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    width: 100%;
  }
  /* line 1923, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__subnav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    padding: 8px 0;
    min-height: 42px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1936, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__subnav-link:hover, .header-mobile-drawer__subnav-link:focus {
    color: #001F2C;
    text-decoration: none;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  /* line 1946, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__panel {
    width: Min(802px, calc(100vw - 24px));
  }
}

/* line 1953, app/assets/stylesheets/header.scss */
body[data-locale='ar'] .header-mobile-drawer__panel {
  border-radius: 0 24px 24px 0;
}

/* line 1957, app/assets/stylesheets/header.scss */
.proposal-cart-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f7fcff;
  color: #006190 !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* line 1969, app/assets/stylesheets/header.scss */
.proposal-cart-badge--empty {
  display: none;
}

/* line 1973, app/assets/stylesheets/header.scss */
.proposal-cart-badge:hover {
  background: #e6f5fc;
  transform: translateY(-1px);
}

/* line 1978, app/assets/stylesheets/header.scss */
.proposal-cart-badge__icon {
  width: 23px !important;
  height: 23px !important;
}

/* line 1983, app/assets/stylesheets/header.scss */
.proposal-cart-badge__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #009cde;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}
