@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
section {
  overflow-x: hidden;
}

.story-sect {
  height: 100vh;
  position: relative;
}
.story-sect .thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.story-sect .thumb:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.story-sect .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-sect .flex-column-gap-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1.25rem;
  z-index: 2;
  color: #E6E6E6;
  text-align: center;
}

.story-content-sect {
  padding: 7.5rem 0;
  position: relative;
}
.story-content-sect .heading-68 {
  max-width: 21.875rem;
  text-align: left;
  flex-shrink: 0;
}
.story-content-sect .story-content-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  color: #E6E6E6;
}
.story-content-sect .story-content-wrap .story-content-box {
  width: 55%;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.story-content-sect .story-content-wrap .story-content-box p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #BCBCBC;
}
.story-content-sect .story-content-wrap .story-content-box h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.84px;
}
.story-content-sect .story-content-wrap .story-content-box ol {
  list-style: decimal;
  padding-left: 1.25rem;
}
.story-content-sect .story-content-wrap .story-content-box ol li {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(230, 230, 230, 0.07);
  position: relative;
}
.story-content-sect .story-content-wrap .story-content-box ol li:before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1px;
  background-color: rgba(230, 230, 230, 0.07);
  bottom: -1px;
  left: -1.25rem;
}
.story-content-sect .story-content-wrap .story-content-box ol li:last-child {
  border-bottom: 0px;
}
.story-content-sect .story-content-wrap .story-content-box ol li:last-child:before {
  display: none;
}
.story-content-sect.vision .thumb, .story-content-sect.positioning .thumb {
  position: absolute;
  inset: 0;
}
.story-content-sect.vision .thumb:before, .story-content-sect.positioning .thumb:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.story-content-sect.vision .thumb img, .story-content-sect.positioning .thumb img {
  width: 100%;
  object-fit: cover;
}
.story-content-sect .accordion-item {
  border-bottom: 1px solid rgba(230, 230, 230, 0.07);
}
.story-content-sect .accordion-item .accordion-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  cursor: pointer;
  padding: 1.75rem 0;
}
.story-content-sect .accordion-item .accordion-heading .accordion-text {
  font-size: 1.25rem;
  color: #E6E6E6;
}
.story-content-sect .accordion-item .icon-exp-col {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  flex-shrink: 0;
}
.story-content-sect .accordion-item .icon-exp-col .icon-minus {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.story-content-sect .accordion-item .accordion-body {
  flex-direction: column;
  gap: 0.75rem;
  transition: all 0.3s;
}
.story-content-sect .accordion-item:last-child {
  border-bottom: 0px;
}
.story-content-sect .accordion-item.open {
  padding-bottom: 1.25rem;
}
.story-content-sect .accordion-item.open .icon-exp-col .icon-minus {
  opacity: 1;
}
.story-content-sect .accordion-item.open .icon-exp-col .icon-plus {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .story-content-sect {
    padding: 5rem 0;
  }
  .story-content-sect .heading-68 {
    max-width: 100%;
  }
  .story-content-sect .story-content-wrap {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    color: #E6E6E6;
    gap: 2.5rem;
  }
  .story-content-sect .story-content-wrap .story-content-box {
    width: 100%;
    padding-top: 0;
    gap: 1.25rem;
  }
  .story-content-sect .story-content-wrap .story-content-box p {
    font-size: 0.875rem;
    letter-spacing: unset;
  }
  .story-content-sect .story-content-wrap .story-content-box h3 {
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.6px;
  }
  .story-content-sect.vision .thumb img, .story-content-sect.positioning .thumb img {
    height: 100%;
    object-position: 25%;
  }
  .story-content-sect .accordion-item .accordion-heading .accordion-text {
    font-size: 1rem;
  }
  .story-content-sect .accordion-item.open {
    padding-bottom: 1.25rem;
  }
}
/*# sourceMappingURL=tpl-aboutus.css.map */
