.ad-ourstory__section {
  position: relative;
  overflow: hidden;
}
.ad-ourstory__section .container > .row:not(:last-child) {
  margin-bottom: 6.25rem;
}
.ad-ourstory__section .container > .row:nth-child(even) {
  flex-direction: row-reverse;
}
.ad-ourstory__section .container > .row:nth-child(odd) .ad-ourstory__figure {
  padding-left: calc(var(--container-w) / 12 + 1rem);
  padding-right: calc(var(--container-w) / 12 + 2rem);
}
.ad-ourstory__section .container > .row:nth-child(even) .ad-ourstory__figure {
  padding-right: calc(var(--container-w) / 12 + 1rem);
  padding-left: calc(var(--container-w) / 12 + 2rem);
}
.ad-ourstory__section .container > .row:nth-child(odd) .ad-ourstory__content {
  padding-left: calc(var(--container-w) / 12 + 1rem);
}
.ad-ourstory__section .container > .row:nth-child(even) .ad-ourstory__content {
  padding-right: calc(var(--container-w) / 12 + 1rem);
}
.ad-ourstory__section .ad-ourstory__block {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius218);
}
.ad-ourstory__section .ad-ourstory__block:before {
  content: "";
  float: left;
  padding-top: 89%;
}
.ad-ourstory__section .ad-ourstory__block:after {
  content: "";
  clear: both;
  display: table;
}
.ad-ourstory__section .ad-ourstory__block img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ad-ourstory__section:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: var(--border-height);
  border: 1px solid var(--trietory-color);
}
.ad-ourstory__section .ad-ourstory__figure {
  position: relative;
}
.ad-ourstory__section .container > .row:nth-child(odd) .ad-ourstory__figure:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border: 1px solid var(--trietory-color);
  transition: 1s all ease;
}
.ad-ourstory__section .container > .row:nth-child(even) .ad-ourstory__figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border: 1px solid var(--trietory-color);
  transition: 1s all ease;
}

.ad-external__inner {
  padding: 3.75rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.ad-external__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(30, 22, 15, 0.95);
  z-index: -1;
}
.ad-external__inner.ad-meet__team:before {
  background-color: rgba(30, 22, 15, 0.5);
}

.ad-ourstory__figure.line-animate:after, .ad-ourstory__figure.line-animate:before {
  width: calc(var(--container-w) / 12 + 2rem) !important;
}

.ad-ourstory__section.line-animate:before {
  height: 100%;
}

@media (max-width: 767px) {
  .ad-ourstory__figure {
    margin-bottom: 2.5rem;
  }
  .ad-ourstory__section:before {
    display: none;
  }
  .container > .row:nth-child(odd) .ad-ourstory__figure:after, .container > .row:nth-child(even) .ad-ourstory__figure:before {
    display: none;
  }
  .ad-ourstory__section .container > .row:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .ad-external__inner {
    min-height: 717px;
    padding: 5rem;
  }
}
@media (min-width: 1680px) {
  .ad-external__content {
    max-width: 500px;
  }
}/*# sourceMappingURL=about.css.map */