@charset "UTF-8";
:export {
  primaryMidnight500: #1A1A1A;
  primaryWhite100: #FAF6EF;
  primaryGray500: #003366;
  primaryAmber400: #E6C47C;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/**
 * Use opacity + slight upward motion on load (opacity: 0 → 1; translateY(10px → 0))
 */
/**
 * Creates a short underline animation (width: 0 → 40px)
 * Adds a subtle gold motion cue under headings
 */
/*
 * Adds a subtle underline animation on hover for editorial links
 * Inspired by underline motif from “Technology” heading
 */
.breadcrumb-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}

.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 153, 40, 0.8);
  z-index: 0;
}

.breadcrumb-cmp {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: visible;
  width: 100%;
  max-width: none;
  overflow: visible;
}
@media (max-width: 480px) {
  .breadcrumb-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .breadcrumb-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .breadcrumb-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .breadcrumb-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.breadcrumb-title {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  margin: 0;
  z-index: 1;
  text-align: center;
}
@media (max-width: 480px) {
  .breadcrumb-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .breadcrumb-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .breadcrumb-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .breadcrumb-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}

.breadcrumb-cmp__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb-cmp__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100vw;
  background: rgba(255, 255, 255, 0.3137254902);
  z-index: -1;
}

.breadcrumb-cmp__nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}

.breadcrumb-cmp__link {
  color: #ffd9a6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-cmp__link:hover {
  text-decoration: none;
  color: #ffc266;
}

.breadcrumb-cmp__separator {
  margin: 0 8px;
  color: #ffffff;
}

.breadcrumb-cmp__current {
  color: #ffffff;
}

.breadcrumb-cmp__share {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.breadcrumb-cmp__share svg {
  margin-left: 8px;
  fill: #ffffff;
  width: 16px;
  height: 16px;
}

.breadcrumb-cmp__share span {
  font-size: 16px;
}

@media (max-width: 480px) {
  .breadcrumb-title {
    width: 75%;
    top: 50%;
  }
  .breadcrumb-cmp__separator:has(+ .breadcrumb-cmp__current) {
    display: none;
  }
  .breadcrumb-cmp__nav > .breadcrumb-cmp__current {
    display: none;
  }
}
/*# sourceMappingURL=breadcrumb.min.css.map */
