.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  padding-top: 70px;
  flex-direction: column;
  background-color: var(--dl-color-pallet-green);
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 0 0 0;
  box-sizing: border-box;
}
.publications-year-group {
  position: relative;
  margin-bottom: 60px;
}

.publications-year-label {
  position: absolute;
  top: 10px;      /* Adjust as needed for vertical alignment */
  right: 0;       /* Pushes the year label to the far right */
  font-size: 2.8rem;
  font-weight: 400;
  color: #e0ddd4;
  opacity: 0.8;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  letter-spacing: 2px;
  line-height: 1;
  text-align: right;
}

.publication-bibliography {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Optional: Add margin-top to the first .bibliography item so it doesn't overlap the year */
.publications-year-group .publication-bibliography li:first-child {
  margin-top: 24px;
}

/* Responsive: Stack on small screens */
@media (max-width: 700px) {
  .header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 0 0 0;
  }
  .home-nav-bar {
    gap: 18px;
    flex-wrap: wrap;
  }
}

.home-link {
  display: contents;
}
.home-icon {
  width: var(--dl-size-size-medium);
  height: 24px;
  text-decoration: none;
}
.home-link1 {
  display: contents;
}
.home-icon02 {
  width: 70px;
  height: 24px;
  margin-right: 0px;
  text-decoration: none;
  font-size:2.5rem;
}
.home-link2 {
  display: contents;
}
.home-icon04 {
  width: var(--dl-size-size-medium);
  height: 24px;
  text-decoration: none;
}
.home-link3 {
  display: contents;
}
.home-icon06 {
  width: var(--dl-size-size-medium);
  height: 24px;
  text-decoration: none;
}
.home-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  background-color: #BCB4A3;
}
.home-hero {
  padding-top: var(--dl-space-space-fourunits);
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: var(--dl-color-pallet-green);
}
.home-max-width {
  max-width: 1032px;
}
.home-hero1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image {
  width: 100%;
  position: relative;
  max-width: 579px;
  box-sizing: border-box;
  max-height: 579px;
  object-fit: cover;
  border-color: transparent;
}
.home-container01 {
  display: flex;
  align-items: center;
  margin-right: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-info {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 1;
  border-color: transparent;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-text {
  max-width: 450px;
  margin-bottom: 0px;
}
.home-icon08 {
  width: 24px;
  height: 24px;
  margin-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-unit);
}
.home-container02 {
  display: flex;
  align-items: flex-end;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
}
.home-text01 {
  color: var(--dl-color-gray-black80);
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  margin-right: 4px;
  letter-spacing: 0.1em;
}
.home-btn-group {
  display: none;
  align-items: center;
  flex-direction: row;
}
.home-icon10 {
  width: 24px;
  height: 24px;
}

.main-icon {
  font-size: 1.7rem;

}



footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px; /* or whatever height you want */
  background: #222; /* example background */
  color: #fff;      /* example text color */
  text-align: center;
  z-index: 1000;    /* ensures it stays on top of other elements */
}

.home-icon11 {
  font-size:1.3em;
}

.home-steps {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.home-title {
  color: var(--dl-color-gray-black);
  font-size: 3rem;
}
.home-container03 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

.home-step {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;

}
.home-container04 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: 2px;
  padding-right: 2px;
  flex-direction: row;
  justify-content: center;
}
.home-line {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container05 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon12 {
  fill: var(--dl-color-gray-500);
  width: 24px;
  height: 24px;
}

.bibliography {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bibliography li:not(:last-child) {
  margin-bottom: 28px;
}

.li {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}

.row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.col,
.col-sm-2,
.col-sm-8 {
  box-sizing: border-box;
}

.col-sm-2 {
  flex: 0 0 110px;
  max-width: 110px;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.col-sm-8 {
  flex: 1 1 0;
  max-width: 100%;
}

.preview {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  object-fit: cover;
}

.title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.author {
  font-size: 1rem;
  color: #444;
  margin-bottom: 6px;
}

.periodical {
  font-size: 0.96rem;
  color: #6a6a6a;
  margin-bottom: 12px;
}

.btn {
  display: inline-block;
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.35em 0.8em;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: none;
  cursor: default;
  transition: background 0.2s;
}

.btn[style*="#EC6964"] {
  background: #EC6964 !important;
}

.btn[style*="#985648"] {
  background: #985648 !important;
}

.btn:active,
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #eee;
}

@media (max-width: 700px) {
  .row {
    flex-direction: column;
    gap: 12px;
  }
  .col-sm-2 {
    max-width: 100%;
    flex: none;
    margin-bottom: 10px;
  }
}

.home-container06 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon14 {
  width: 24px;
  height: 24px;
}
.home-line01 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container07 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  width: 100%;
}
.home-text05 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text06 {
  color: var(--dl-color-gray-500);
  font-size: 0.75rem;
  text-align: center;
}
.home-text09 {
  color: var(--dl-color-gray-500);
  font-size: 0.75rem;
  text-align: center;
}
.home-step2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  opacity: 0;
  align-items: center;
  flex-direction: column;
}
.home-step3 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  opacity: 0;
  align-items: center;
  flex-direction: column;
}
.home-categories {
  padding-top: var(--dl-space-space-oneandhalfunits);
  background-color: #bcb4a3;
}
.home-steps1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.home-text12 {
  color: var(--dl-color-gray-black);
  font-size: 3rem;
}
.home-text13 {
  color: rgb(0, 0, 0);
  font-size: 1.15rem;
  max-width: auto;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-container-group {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.home-step4 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-container09 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: 2px;
  padding-right: 2px;
  flex-direction: row;
  justify-content: center;
}
.home-line02 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: transparent;
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-svg-container {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon16 {
  fill: var(--dl-color-gray-500);
  width: 24px;
  height: 24px;
}
.home-home-svg-container-2 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon18 {
  width: 24px;
  height: 24px;
}
.home-line {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container12 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.home-text-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text17 {
  color: var(--dl-color-gray-500);
  font-size: 0.75rem;
  text-align: center;
}
.home-text18 {
  color: #000000;
  font-size: 1.25rem;
}
.home-text-date {
  color: var(--dl-color-gray-500);
  font-size: 1.0rem;
  text-align: center;
}
.home-step {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-container13 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: 2px;
  padding-right: 2px;
  flex-direction: row;
  justify-content: center;
}
.home-line04 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container14 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon20 {
  fill: var(--dl-color-gray-500);
  width: 24px;
  height: 24px;
}
.home-container15 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon22 {
  width: 24px;
  height: 24px;
}
.home-line05 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container16 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.home-text23 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text24 {
  color: var(--dl-color-gray-500);
  font-size: 0.75rem;
  text-align: center;
}
.home-text25 {
  color: #000000;
  font-size: 1.25rem;
}
.home-text27 {
  color: var(--dl-color-gray-500);
  font-size: 0.75rem;
  text-align: center;
}
.home-step6 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-step-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: 2px;
  padding-right: 2px;
  flex-direction: row;
  justify-content: center;
}
.home-line06 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container18 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon24 {
  width: 24px;
  height: 24px;
}
.home-line07 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container-info{
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.home-text30 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text-role-container {
  color: var(--dl-color-gray-500);
  font-size: 1.25rem;
  text-align: center;
}
.home-text32 {
  color: #000000;
}
.home-text-date-parent {
  color: var(--dl-color-gray-500);
  font-size: 0.75rem;
  text-align: center;
}
.home-step7 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-container20 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: 2px;
  padding-right: 2px;
  flex-direction: row;
  justify-content: center;
}
.home-line08 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.home-line10 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.home-line12 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container21 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon26 {
  fill: var(--dl-color-gray-500);
  width: 24px;
  height: 24px;
}
.home-container22 {
  flex: 0 0 auto;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #f5f5f5ff;
}
.home-icon28 {
  width: 24px;
  height: 24px;
}
.home-line09 {
  flex: 1;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: transparent;
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container23 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.home-text37 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text38 {
  color: var(--dl-color-gray-500);
  font-size: 1.25rem;
  text-align: center;
}
.home-text39 {
  color: #000000;
}
.home-text41 {
  color: var(--dl-color-gray-500);
  font-size: 0.75rem;
  text-align: center;
}
.home-footer {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 0px;
  border-color: var(--dl-color-pallet-green);
  border-width: 1px;
  flex-direction: column;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-footer1 {
  flex: intiial;
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
}
.home-links-container {
  display: flex;
  grid-gap: var(--dl-space-space-threeunits);
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-container24 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text44 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 44px;
}
.home-text45 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text46 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text47 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text48 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text49 {
  color: var(--dl-color-gray-black50);
}
.home-container25 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-threeunits);
  padding-left: ThreeUnits;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text50 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 44px;
}
.home-text51 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text52 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text53 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text54 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text55 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text56 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text57 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text58 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text59 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
.home-container26 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text60 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 44px;
}
.home-text61 {
  color: var(--dl-color-gray-black50);
  margin-bottom: var(--dl-space-space-unit);
}
@media(max-width: 1600px) {
  .home-container {
    background-color: var(--dl-color-pallet-green);
  }
  .home-main {
    padding-bottom: 0px;
  }
  .home-text01 {
    color: var(--dl-color-gray-black80) rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .home-text02 {
    color: rgba(0, 0, 0, 0.47);
    font-size: 1.5rem;
  }
  .home-text05 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .home-text06 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
  }
  .home-text07 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text09 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
  }
  .home-categories {
    padding-top: 0px;
  }
  .home-text13 {
    color: rgb(0, 0, 0);
  }
  .home-text17 {
    color: var(--dl-color-gray-500);
  }
  .home-text18 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text24 {
    color: var(--dl-color-gray-500);
  }
  .home-text25 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text-role-container {
    color: var(--dl-color-gray-500);
  }
  .home-text32 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text38 {
    color: var(--dl-color-gray-500);
  }
  .home-text39 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text41 {
    color: var(--dl-color-gray-500);
  }
  .home-text42 {
    font-size: 0.75rem;
  }
  .home-footer {
    border-color: var(--dl-color-pallet-green);
    background-color: var(--dl-color-pallet-green);
  }
  .home-footer1 {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: 109px;
    justify-content: center;
  }
  .home-links-container {
    align-items: flex-start;
    justify-content: center;
  }
  .home-container24 {
    align-items: center;
    margin-left: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-threeunits);
  }
  .home-container25 {
    align-items: center;
    margin-left: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-threeunits);
    padding-right: 0px;
  }
  .home-text50 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
  }
  .home-container26 {
    align-items: center;
    margin-left: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-threeunits);
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-start;
  }
}
@media(max-width: 1200px) {
  .home-text09 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
  }
  .home-text10 {
    font-size: 1rem;
  }
  .home-text17 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
  }
  .home-text18 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text20 {
    color: var(--dl-color-gray-500);
    font-size: 1rem;
  }
  .home-text27 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
  }
  .home-text28 {
    font-size: 1rem;
  }
  .home-text-date-parent {
    color: var(--dl-color-gray-500);
  }
  .home-text35 {
    font-size: 1rem;
  }
  .home-text41 {
    color: var(--dl-color-gray-500);
  }
  .home-text42 {
    font-size: 1rem;
  }
  .home-container24 {
    align-items: center;
  }
  .home-container25 {
    align-items: center;
  }
  .home-container26 {
    align-items: center;
  }
}
@media(max-width: 991px) {
  .home-hero1 {
    flex-direction: column;
  }
  .home-container01 {
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
  }
  .home-text {
    text-align: center;
  }
  .home-title {
    text-align: center;
  }
  .home-text12 {
    text-align: center;
  }
  .home-text13 {
    text-align: center;
  }
  .home-footer1 {
    flex-direction: column-reverse;
  }
  .home-links-container {
    align-self: center;
    margin-bottom: var(--dl-space-space-threeunits);
  }
}

.cv-title {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111;
}

.cv-title i {
  font-size: 2rem;
  color: #111;
}

.cv-description {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}

.cv-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.cv-download-button {
  padding: 10px 18px;
  background-color: #111;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.cv-download-button i {
  margin-right: 8px;
}

.cv-download-button:hover {
  background-color: #333;
}

@media(max-width: 767px) {
  .home-social-bar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-main {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-hero {
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-hero1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-steps {
    padding-left: var(--dl-space-space-oneunits);
    padding-right: var(--dl-space-space-oneunits);
  }
  .home-container03 {
    align-items: flex-start;
    padding-left: var(--dl-space-space-fiveunits);
    flex-direction: column;
  }
  .home-step {
    width: 100%;
    height: auto;
    opacity: 0;
    flex-direction: row;
    justify-content: center;
  }
  .home-step1 {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
  }
  .home-container04 {
    width: var(--dl-size-size-small);
    height: auto;
    align-self: stretch;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 2px;
    justify-content: space-between;
  }
  .home-line {
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-line01 {
    border-color: var(--dl-color-gray-900);
    border-style: dashed;
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-container07 {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
  }
  .home-text05 {
    margin-top: var(--dl-space-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text06 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-text07 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text09 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-text10 {
    font-size: 1rem;
  }
  .home-step2 {
    width: 100%;
    height: auto;
    opacity: 0;
    flex-direction: row;
    justify-content: center;
  }
  .home-step3 {
    width: 100%;
    height: auto;
    opacity: 0;
    flex-direction: row;
    justify-content: center;
  }
  .home-steps1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container-group {
    align-items: flex-start;
    padding-left: var(--dl-space-space-fiveunits);
    flex-direction: column;
  }
  .home-step4 {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
  }
  .home-container09 {
    width: var(--dl-size-size-small);
    height: auto;
    align-self: stretch;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 2px;
    justify-content: space-between;
  }
  .home-line {
    border-color: var(--dl-color-gray-900);
    border-style: dashed;
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-container12 {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
  }
  .home-text-title {
    margin-top: var(--dl-space-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text17 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-text18 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text20 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-step {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
  }
  .home-container13 {
    width: var(--dl-size-size-small);
    height: auto;
    align-self: stretch;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 2px;
    justify-content: space-between;
  }
  .home-line04 {
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-line05 {
    border-color: var(--dl-color-gray-900);
    border-style: dashed;
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-container16 {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
  }
  .home-text23 {
    margin-top: var(--dl-space-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text24 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-text25 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text27 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-text28 {
    font-size: 1rem;
  }
  .home-step6 {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
  }
  .home-step-container {
    width: var(--dl-size-size-small);
    height: auto;
    align-self: stretch;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 2px;
    justify-content: space-between;
  }
  .home-line06 {
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-line07 {
    border-color: var(--dl-color-gray-900);
    border-style: dashed;
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-container-info {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
  }
  .home-text30 {
    margin-top: var(--dl-space-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text-role-container {
    color: var(--dl-color-gray-500);
    font-size: 1.25rem;
    text-align: left;
  }
  .home-text32 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text-date-parent {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-text35 {
    font-size: 1rem;
  }
  .home-step7 {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
  }
  .home-container20 {
    width: var(--dl-size-size-small);
    height: auto;
    align-self: stretch;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 2px;
    justify-content: space-between;
  }
  .home-line08 {
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-line09 {
    border-color: transparent;
    border-style: dashed;
    border-top-width: 0px;
    border-left-width: 2px;
  }

  .home-line10 {
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-line11 {
    border-color: transparent;
    border-style: dashed;
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-line12 {
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-line13 {
    border-color: transparent;
    border-style: dashed;
    border-top-width: 0px;
    border-left-width: 2px;
  }
  .home-container23 {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
  }
  .home-text37 {
    margin-top: var(--dl-space-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text38 {
    color: var(--dl-color-gray-500);
    font-size: 1.25rem;
    text-align: left;
  }
  .home-text39 {
    color: #000000;
    font-size: 1.25rem;
  }
  .home-text41 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
    text-align: left;
  }
  .home-text42 {
    font-size: 1rem;
  }
  .home-footer1 {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-links-container {
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .home-container24 {
    align-self: center;
    justify-content: center;
  }
  .home-container25 {
    align-self: center;
    padding-right: 0px;
  }
}
@media(max-width: 479px) {
  .home-container {
    padding-top: 55px;
  }
  .home-social-bar {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-hero1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container01 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-btn-group {
    flex-direction: column;
  }
  .home-steps {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container03 {
    padding-left: 0px;
  }
  .home-step {
    opacity: 0;
  }
  .home-container07 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text05 {
    text-align: left;
    margin-left: 0px;
    margin-right: var(--dl-space-space-twounits);
  }
  .home-step2 {
    opacity: 0;
  }
  .home-step3 {
    display: none;
    border-color: #787878;
  }
  .home-steps1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container-group {
    padding-left: 0px;
  }
  .home-container12 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text-title {
    text-align: left;
    margin-left: 0px;
    margin-right: var(--dl-space-space-twounits);
  }
  .home-container16 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text23 {
    text-align: left;
    margin-left: 0px;
    margin-right: var(--dl-space-space-twounits);
  }
  .home-container-info {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text30 {
    text-align: left;
    margin-left: 0px;
    margin-right: var(--dl-space-space-twounits);
  }
  .home-container23 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text37 {
    text-align: left;
    margin-left: 0px;
    margin-right: var(--dl-space-space-twounits);
  }
  .home-footer1 {
    padding: var(--dl-space-space-unit);
  }
  .home-links-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-container24 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text44 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text45 {
    color: var(--dl-color-gray-black50);
  }
  .home-text46 {
    color: var(--dl-color-gray-black50);
  }
  .home-text47 {
    color: var(--dl-color-gray-black50);
  }
  .home-text48 {
    color: var(--dl-color-gray-black50);
  }
  .home-text49 {
    color: var(--dl-color-gray-black50);
  }
  .home-container25 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text50 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text51 {
    color: var(--dl-color-gray-black50);
  }
  .home-text52 {
    color: var(--dl-color-gray-black50);
  }
  .home-text53 {
    color: var(--dl-color-gray-black50);
  }
  .home-text54 {
    color: var(--dl-color-gray-black50);
  }
  .home-text55 {
    color: var(--dl-color-gray-black50);
  }
  .home-text56 {
    color: var(--dl-color-gray-black50);
  }
  .home-text57 {
    color: var(--dl-color-gray-black50);
  }
  .home-text58 {
    color: var(--dl-color-gray-black50);
  }
  .home-text59 {
    color: var(--dl-color-gray-black50);
  }
  .home-text60 {
    line-height: 14px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text61 {
    color: var(--dl-color-gray-black50);
    text-align: center;
  }
}

.timeline-section {
  padding: 40px 20px;
  background: #d0c7b5;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1c1c1c;
}

.timeline-section {
  background: #d0c7b5;
  padding: 40px 20px;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1c1c1c;
}

.timeline-horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: start;
  border-top: 3px dashed #444;
  padding-top: 20px;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-content {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 260px;
  text-align: center;
  position: relative;
}

.timeline-icon {
  margin-bottom: 12px;
  font-size: 20px;
  color: white;
  background: #444;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.timeline-content h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.timeline-content h3 {
  font-size: 0.95rem;
  font-weight: normal;
  color: #555;
  margin: 8px 0 4px;
}

.timeline-content p {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
}