@media screen and (min-width: 768px) {
  .about__wrap {
    padding-top: 1px;
  }
}

@media screen and (min-width: 768px) {
  .about__hero {
    margin-top: -3rem;
  }
}

.about__intro {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 2rem;
  flex: 0 1 30em;
  min-width: 15rem;
}
@media screen and (max-width: 500px) {
  .about__intro {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 501px) {
  .about__intro-wrap {
    display: flex;
  }
}

.about__intro-awards {
  flex: 0 1 6rem;
  min-width: 5rem;
  padding: 0.5rem 0.25rem;
  box-shadow: 0 1rem 2rem 0 rgba(23, 18, 58, 0.1);
  margin-top: -3rem;
  position: relative;
  background-color: white;
  align-self: start;
  border-radius: 0.2rem;
}
@media screen and (max-width: 500px) {
  .about__intro-awards {
    display: flex;
    justify-content: space-around;
  }
}

.about__intro-awards figure {
  margin: 0;
  padding: 0.5rem;
}
@media screen and (max-width: 500px) {
  .about__intro-awards figure {
    flex: 1;
  }
}

.about__intro-awards img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.about__h2 {
  font-weight: 200;
  font-size: 35px;
  line-height: 1.3;
}
.about__h2::before {
  display: block;
  content: "";
  height: 0.2rem;
  width: 80%;
  min-width: 5em;
  background-color: #00E8F9;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .about__h2 {
    margin-top: 1em;
  }
}

.about__h2.scrollfx::before {
  transform-origin: left;
  transition: all 1s ease;
  transform: scaleX(0);
}

.about__h2.scrollfx.sfx-active::before {
  transform: none;
}

.about__h3 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}
.about__h3::after {
  display: block;
  content: "";
  height: 0.2rem;
  width: 80%;
  min-width: 5em;
  background-color: #00E8F9;
  margin-top: 0.5em;
}

.about__h3.scrollfx::after {
  transform-origin: left;
  transition: all 1s ease;
  transform: scaleX(0);
}

.about__h3.scrollfx.sfx-active::after {
  transform: none;
}

.about__txt-group {
  padding: 3rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about__txt-group {
    padding: 1.5rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .my-container .about__txt-group {
    padding: 0;
  }
}

.about__txt-group--1 {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .about__txt-group--1 {
    flex: 1 1 24rem;
  }
}

.about__section {
  padding-top: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .about__section {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
  }
}

.about__section--mission {
  padding-bottom: 0;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .about__experience .about__txt-group {
    transform: translateY(50%);
    padding-right: 20%;
  }
}

.about__usp-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .about__usp-wrap {
    display: block;
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about__usp-wrap {
    padding: 0;
  }
}

.about__usp {
  display: flex;
  align-items: flex-start;
  flex: 0 1 50%;
  padding-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .about__usp:nth-child(1) {
    transform: translateX(-3rem);
  }
  .about__usp:nth-child(2) {
    transform: translate(3rem, 5rem);
  }
  .about__usp:nth-child(3) {
    transform: translate(0, -3rem);
  }
}
@media screen and (max-width: 1023px) {
  .about__usp {
    padding: 0rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .about__usp {
    display: block;
    padding-top: 0;
    padding: 0 2rem;
  }
}

.about__usp:nth-child(2) figure {
  order: 2;
}

.about__usp figure {
  flex: 0 0 14rem;
}
@media screen and (max-width: 1023px) {
  .about__usp figure {
    flex: 0 0 33%;
  }
}
@media screen and (max-width: 7667px) {
  .about__usp figure {
    max-width: 12rem;
  }
}

.about__usp-content {
  padding-top: 5rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 1023px) {
  .about__usp-content {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about__usp-content {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .about__usp-content {
    padding-top: 0;
  }
}

.about__section-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #271F61;
}
@media screen and (max-width: 1023px) {
  .about__section-title {
    text-align: center;
  }
}

.about__team-cards {
  padding-top: 4rem;
  display: grid;
  column-gap: 15%;
  row-gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  padding-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .about__team-cards {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .about__team-cards {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    padding-right: 0;
    column-gap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .about__team-card:nth-child(3n-1) {
    transform: translateY(20%);
  }
  .about__team-card:nth-child(3n) {
    transform: translateY(40%);
  }
}
@media screen and (max-width: 1023px) {
  .about__team-card:nth-child(even) {
    transform: translateY(20%);
  }
}

.about__team-card figure {
  box-shadow: 0 1rem 2rem 0 rgba(23, 18, 58, 0.1);
}

.about__team-member-title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
}
.about__team-member-title::before {
  display: block;
  content: "";
  height: 0.2rem;
  min-width: 5em;
  background-color: #00E8F9;
  margin-bottom: 0.5em;
}

.about__team-member-title.scrollfx::before {
  transform-origin: left;
  transition: all 1s ease;
  transform: scaleX(0);
}

.about__team-member-title.scrollfx.sfx-active::before {
  transform: none;
}

.about__team-member-title span {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding-top: 0.25em;
  letter-spacing: 0.075em;
}

.about__story {
  --num-col:45%;
  --txt-col:calc(100% - var(--num-col));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .about__story {
    padding-left: 1rem;
    padding-right: 1rem;
    --num-col:47%;
  }
}
@media screen and (max-width: 600px) {
  .about__story {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    --num-col:100%;
    --txt-col:100%;
  }
}

.story__landmark {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media screen and (max-width: 600px) {
  .story__landmark {
    display: block;
    position: relative;
  }
}

.story__year {
  font-size: 6rem;
  font-weight: 200;
  flex: 0 0 var(--num-col);
  line-height: 0.95;
  position: relative;
  text-align: right;
  padding-right: 0.25em;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .story__year {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 600px) {
  .story__year {
    text-align: left !important;
  }
}

.story__title {
  font-weight: 600;
  font-size: 1.4rem;
  flex: 0 0 var(--txt-col);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.story__title::after {
  display: block;
  content: "";
  height: 0.2rem;
  width: 40%;
  min-width: 5em;
  background-color: #00E8F9;
  margin-top: 0.5em;
}
@media screen and (max-width: 600px) {
  .story__title::after {
    margin-top: 0.25em;
  }
}

.story__title.scrollfx::after {
  transform-origin: left;
  transition: all 1s ease;
  transform: scaleX(0);
}

.story__title.scrollfx.sfx-active::after {
  transform: none;
}

.story__deco {
  flex: 0 0 var(--num-col);
  font-size: 14rem;
  line-height: 0.3;
  font-weight: 700;
  color: #00E8F9;
  opacity: 0.3;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .story__deco {
    font-size: 12rem;
  }
}
@media screen and (max-width: 600px) {
  .story__deco {
    position: absolute;
    right: 0;
    top: 0.25em;
    z-index: -1;
    font-size: 16rem;
  }
}

@media screen and (max-width: 600px) {
  .story__deco.sfx-active {
    opacity: 0.25 !important;
  }
}

.story__text {
  flex: 0 0 var(--txt-col);
  font-size: 0.9rem;
  margin-top: 0.5em;
}

.story__landmark:nth-child(even) .story__title {
  order: 1;
}

.story__landmark:nth-child(even) .story__year {
  order: 2;
  text-align: left;
}

.story__landmark:nth-child(even) .story__text {
  order: 3;
}

.story__landmark:nth-child(even) .story__deco {
  order: 4;
  text-align: right;
}

.join-us {
  background-color: #F5F5F5;
  padding-top: 0.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .join-us {
    margin-top: 0;
    padding-bottom: 0.5rem;
  }
}

.join-us__fig {
  margin-top: -4rem;
}

.join-us__title {
  background-color: #F5F5F5;
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  min-width: 60%;
  margin-top: -4rem;
  padding: 2rem 2rem 0;
  font-weight: 600;
  font-size: 1.4rem;
  flex: 0 0 var(--txt-col);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.join-us__title::after {
  display: block;
  content: "";
  height: 0.2rem;
  width: 40%;
  min-width: 5em;
  background-color: #00E8F9;
  margin-top: 0.5em;
}

.join-us__title.scrollfx::after {
  transform-origin: left;
  transition: all 1s ease;
  transform: scaleX(0);
}

.join-us__title.scrollfx.sfx-active::after {
  transform: none;
}

.join-us__text {
  padding: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .join-us__text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 501px) {
  .join-us .btn {
    margin-left: 2rem;
  }
}

.about__credentials {
  padding-top: 8rem;
  background-color: #F5F5F5;
  padding-bottom: 4rem;
}
@media screen and (max-width: 500px) {
  .about__credentials {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 501px) {
  .about__credentials .my-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.about__symbol {
  max-width: 12rem;
  margin-bottom: 3rem;
}

.about__credentials-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 2rem;
  letter-spacing: 0.05em;
}

.about__credentials-item {
  text-transform: uppercase;
  padding-left: 1.2rem;
  position: relative;
}
.about__credentials-item::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 3px solid #00E8F9;
}

.about__credentials-item.scrollfx::before {
  transform-origin: top;
  transition: all 1s ease;
  transform: scaleY(0);
}

.about__credentials-item.scrollfx.sfx-active::before {
  transform: none;
}

.page__content-title--single-col.scrollfx::before {
  transform-origin: left;
  transition: all 1s ease;
  transform: scaleX(0);
}

.page__content-title--single-col.scrollfx.sfx-active::before {
  transform: none;
}

.about__credentials-item dt {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}

.has-shapes {
  position: relative;
}

.has-shapes__content {
  position: relative;
}

.shape {
  position: absolute;
}

.about__section--mission .shape {
  position: absolute;
  left: -5rem;
  bottom: -10rem;
}

.about__experience .shape {
  position: absolute;
  right: 5rem;
  top: 7rem;
}
@media screen and (max-width: 1023px) {
  .about__experience .shape {
    right: -5rem;
  }
}

.about__team .shape--u {
  height: 60%;
  left: -20%;
  top: 18%;
}
@media screen and (max-width: 1023px) {
  .about__team .shape--u {
    height: 30%;
    left: -40%;
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .about__team .shape--u {
    left: -45%;
    opacity: 0.5;
  }
}

.about__team .shape--4 {
  height: 40%;
  right: -5%;
  bottom: 0%;
}
@media screen and (max-width: 1023px) {
  .about__team .shape--4 {
    height: 30%;
    right: -30%;
  }
}
@media screen and (max-width: 767px) {
  .about__team .shape--4 {
    right: -55%;
    opacity: 0.5;
  }
}

.about__story .shape--v {
  height: 70vh;
  right: -35vh;
  top: 20%;
}
@media screen and (max-width: 1200px) {
  .about__story .shape--v {
    right: -40vh;
  }
}
@media screen and (max-width: 1023px) {
  .about__story .shape--v {
    display: none;
  }
}

.about__story .shape--u {
  height: 20%;
  left: -10%;
  bottom: 20%;
}
@media screen and (max-width: 1200px) {
  .about__story .shape--u {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1023px) {
  .about__story .shape--u {
    display: none;
  }
}

.lines {
  position: relative;
}
.lines::before, .lines::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-bottom: 0;
  top: 0;
  z-index: 0;
}
.lines::before {
  left: 23%;
}
.lines::after {
  right: 23%;
}
.lines > * {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=about.css.map */