@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #888b8d white;
}

html,
body {
  margin: 0px;
  height: 100%;
}

body {
  font-family: var(--body-copy-font-family);
  font-weight: var(--body-copy-sm-body-font-weight);
  font-size: var(--body-copy-sm-body-font-size);
  letter-spacing: var(--body-copy-sm-body-letter-spacing);
  line-height: var(--body-copy-sm-body-line-height);
  font-style: var(--body-copy-sm-body-font-style);
  color: var(--black-1000);
}

p, a, li, ol, td, th, .dt-info, label, .dt-empty, .dt-paging, .text-sm-body {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
}

p:empty {
  display: none;
}

.btn-toolbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
}

.action {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--blue-500);
  border-radius: 58px;
  border: none;
  cursor: pointer;
  color: var(--white-1000);
  font-size: 16px;
}

.action:hover {
  background-color: var(--blue-600);
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

button,
.button,
.button-secondary
 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  min-width: 64px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 12px;
  position: relative;
  border-radius: 58px;
  border: 1px solid;
  background-color: var(--blue-500);
  border-color: var(--blue-500);
  cursor: pointer;
}

.button-secondary {
  background-color: var(--white-1000);
}

.button-secondary:hover {
  background-color: var(--blue-500);
  color: var(--white-1000);
  border-color: var(--blue-500);
}

.button:hover {
  background-color: var(--blue-600);
  border-color: var(--blue-600);
  text-decoration: none;
}

.button:disabled,
.button:disabled>span,
.button:disabled:hover>span {
  background-color: var(--gray-100);
  border-color: var(--gray-100);
  color: var(--gray-400);
}

.button span,
.button-secondary span {
  width: fit-content;
  font-weight: var(--body-copy-sm-medium-font-weight);
  color: var(--white-1000);
  font-size: var(--body-copy-sm-medium-font-size);
  text-align: center;
  line-height: var(--body-copy-sm-medium-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  line-clamp: 0;
  -webkit-box-orient: vertical;
  position: relative;
  margin-top: -1.00px;
  letter-spacing: var(--body-copy-sm-medium-letter-spacing);
  font-style: var(--body-copy-sm-medium-font-style);
}

.button-secondary span {
  color: var(--blue-500);
}

.button:hover span,
.button:hover .icon-wrapper {
  color: var(--white-1000);
}

.button-secondary:hover span,
.button-secondary:hover .icon-wrapper {
  color: var(--white-1000);
}

.button .icon-wrapper {
  color: var(--white-1000);
  font-size: 16px;
}

.button-secondary .icon-wrapper {
  color: var(--blue-500);
  height: 16px;
}

button:focus-visible,
a:focus-visible,
select:focus-visible {
  outline: 2px solid var(--blue-500);
  outline-offset: 2px;
}

button,
a,
select {
  cursor: pointer;
}

a {
  text-decoration: none;
  font-weight: inherit;
}

/* Additional global styles for accessibility */
:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.frame-col {
  display: inline-flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: center;
}

.frame-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap1 {
  gap: 12px;
}

.gap2 {
  gap: 16px;
}

.gap3 {
  gap: 24px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body > div {
  position: relative;
  background-color: var(--blue-25);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "nav main";
  height: 100vh;
  overflow-x: hidden;
}

.overlap {
  grid-area: main;
  position: relative;
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
}

.banners {
  width: 100%;
  background-color: var(--blue-900);
  border-radius: 16px 0px 0px 0px;

  @media screen and (max-width: 768px) {
    width: 100vw;
  }

  @media screen and (max-width: 480px) {
    width: 100vw;
  }
}

.overlap-group {
  position: relative;
  height: 176px;
}
.home .overlap-group {
  position: relative;
  height: 304px;
}

.banner-background {
    border-top-left-radius: 16px;
    overflow: hidden;
    min-height:128px;
    background-image: linear-gradient(0deg, rgba(13, 18, 83, 0) 73%, rgb(8, 17, 68) 100%), radial-gradient(at 25% 100%, rgba(18, 18, 111, 0.5) 0%, rgba(8, 16, 62, 0) 38%), radial-gradient(circle at 40% 100%, rgb(20, 18, 121) 0%, rgba(8, 17, 65, 0) 54%), linear-gradient(90deg, rgb(11, 17, 70) 1%, rgb(12, 18, 78) 45%, rgb(8, 16, 62) 100%);
    background-size: 100% 100%, 100% 100%;
    background-position: -9% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    background-color: var(--blue-900);
    --bg-currentcolor: var(--blue-900);
    height: 100%;
}

.frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 0px 0px 96px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-navigation {
  position: relative;
}

.top-navigation-full {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  height: 5rem;

  @media screen and (max-width: 768px) {
    flex-direction: row;
    justify-content: space-between;
  }
}

.breadcrumb-layout {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 31px;
  left: 80px;

  @media screen and (max-width: 768px) {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 2px;
  position: relative;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  justify-content: center;
}

/* Support for both ol and ul breadcrumbs */
.breadcrumbs ol,
.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb-icon {
  color: var(--white-1000);
  padding: 0 10px;
  font-size: 11px;
}

.breadcrumb-link,
.breadcrumb-text {
  font-weight: var(--body-copy-xs-bold-font-weight);
  font-size: var(--body-copy-xs-body-font-size);
  letter-spacing: var(--body-copy-xs-body-letter-spacing);
  line-height: var(--body-copy-xs-body-line-height);
  white-space: nowrap;
  font-style: var(--body-copy-xs-body-font-style);
  text-decoration: none;
  color: var(--white-1000);
}

.breadcrumb-item:last-child .breadcrumb-link,
.breadcrumb-item:last-child .breadcrumb-text {
  font-weight: var(--body-copy-xs-body-font-weight);
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-link.home-icon {
  font-size: 16px;
}

/* Legacy support - keep for backward compatibility */
.breadcrumb-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.breadcrumb {
  position: relative;
  width: fit-content;
  height: 18px;
  font-weight: var(--body-copy-xs-body-font-weight);
  color: var(--white-1000);
  font-size: var(--body-copy-xs-body-font-size);
  letter-spacing: var(--body-copy-xs-body-letter-spacing);
  line-height: var(--body-copy-xs-body-line-height);
  white-space: nowrap;
  font-style: var(--body-copy-xs-body-font-style);
}

.div-wrapper {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: inherit;
}

.hr, .line {
  width: 100%;
}

/** Typography **/

h1 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-2xl-font-weight);
  font-size: var(--headings-2xl-font-size);
  letter-spacing: var(--headings-2xl-letter-spacing);
  line-height: var(--headings-2xl-line-height);
  font-style: var(--headings-2xl-font-style);
}

h2, h3, h4, h5 {
  padding-top: 16px;
  color: var(--black-1000);
  position: relative;
  flex: 1;
}

h2 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-xl-font-weight);
  font-size: var(--headings-xl-font-size);
  letter-spacing: var(--headings-xl-letter-spacing);
  line-height: var(--headings-xl-line-height);
  font-style: var(--headings-xl-font-style);
}

h3 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-lg-500-font-weight);
  font-size: var(--headings-lg-500-font-size);
  letter-spacing: var(--headings-lg-500-letter-spacing);
  line-height: var(--headings-lg-500-line-height);
  font-style: var(--headings-lg-500-font-style);
}

h4 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-md-550-font-weight);
  font-size: var(--headings-md-550-font-size);
  letter-spacing: var(--headings-md-550-letter-spacing);
  line-height: var(--headings-md-550-line-height);
  font-style: var(--headings-md-550-font-style);
}

h5 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-md-450-font-weight);
  font-size: var(--headings-md-450-font-size);
  letter-spacing: var(--headings-md-450-letter-spacing);
  line-height: var(--headings-md-450-line-height);
  font-style: var(--headings-md-450-font-style);
}

strong {
  position: relative;
  align-self: stretch;
  font-weight: var(--body-copy-md-bold-font-weight);
  color: var(--gray-800);
  letter-spacing: var(--body-copy-md-bold-letter-spacing);
  line-height: var(--body-copy-md-bold-line-height);
  font-style: var(--body-copy-md-bold-font-style);
}

a, .link {
  color: var(--blue-500);
}

a:hover, .link:hover {
  text-decoration: underline;
}

.text-md-550 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-md-550-font-weight);
  color: #171717;
  font-size: var(--headings-md-550-font-size);
  letter-spacing: var(--headings-md-550-letter-spacing);
  line-height: var(--headings-md-550-line-height);
  font-style: var(--headings-md-550-font-style);
}

.footer-page {
  width: 100%;
  height: 76px;
  bottom: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  @media screen and (max-width: 768px) {
    width: 100%;
    left: 0;
  }

  @media screen and (max-width: 480px) {
    width: 100%;
    left: 0;
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 27px;

  @media screen and (max-width: 480px) {
    margin-bottom: 0;
  }
}

.footer-page a {
  position: relative;
  color: var(--blue-1000);
  font-size: 10px;
  text-decoration: underline;
}

.footer-page p {
  margin: 26px;
  color: var(--blue-1000);
  font-size: 10px;

  @media screen and (max-width: 480px) {
    margin-bottom: 0;
  }
}

html body .collapsed {
  display: none;
}

/* cookie popover */
.cky-consent-container {
  height: auto;
  box-shadow: var(--sm-dropshadow-primary);
  display: block;
}