/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15vh;
  gap: 48px;
}

.story__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.story__header-title {
  opacity: 0;
  font-family: 'Oswald', sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
}

.story__header-title>span>svg {
  width: 1.75rem;
}

.story__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.story__about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  text-transform: uppercase;
}

.story__intro {
  width: 100%;
}

.story__benefit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.story__benefit-title {
  margin: auto;
  font-family: 'Oswald', sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  gap: 4px;
  line-height: 1.1;

  >span {
    margin: 0 4px;
    line-height: 1;
  }
}

.story__benefit-image {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;

  >svg {
    width: 100%;
  }
}

.story__benefit-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.story__benefit-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.story__benefit-text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.story__benefit-text__container h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.story__benefit-text__container p {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.story__benefit-description>.story__benefit-title {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  gap: 4px;
}

.story__about-content>.story__about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.story__about-title {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  gap: 4px;
}

.story__about-description {
  font-family: 'Sofia Sans', sans-serif;
  color: #8E8E8E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .5px;
}

.story-about__content,
.story-benefit__container {
  padding: 0px 12px;
}

.story__about-svg,
.story-benefit__content-image {
  width: 50%;
  max-width: 70%;
  margin: auto;
}

.story__about-svg>span {
  height: 100%;
}

.story__about-svg>span>svg {
  height: auto;
  width: 70%;
}

.story-benefit__content-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story__about-item,
.story-benefit__content-description {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.story-about__content-description,
.story-benefit__content-text {
  font-family: 'Sofia Sans', sans-serif;
  color: #8E8E8E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .5px;
}

.story-benefit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

.story__benefit-number {
  font-family: 'Oswald', sans-serif;
  color: #8E8E8E;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.story-benefit__title {
  font-family: 'Oswald', sans-serif;
  font-size: calc(1em + 3vw);
  font-weight: 900;
  text-align: center;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.story-benefit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.story-benefit__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@-webkit-keyframes roll {
  0% {
    font-size: inherit;
    opacity: 0;
  }

  8% {
    opacity: 0;
  }

  10% {
    font-size: inherit;
    opacity: 1;
  }

  20% {
    font-size: inherit;
    opacity: 1;
  }

  21% {
    font-size: inherit;
    opacity: 0;
  }


  100% {
    font-size: inherit;
    opacity: 0;
  }
}

@keyframes roll {
  0% {
    font-size: inherit;
    opacity: 0;
  }

  8% {
    opacity: 0;
  }

  10% {
    font-size: inherit;
    opacity: 1;
  }

  20% {
    font-size: inherit;
    opacity: 1;
  }

  21% {
    font-size: inherit;
    opacity: 0;
  }


  100% {
    font-size: inherit;
    opacity: 0;
  }
}

@-webkit-keyframes roll1 {
  0% {
    font-size: inherit;
    opacity: 0;
  }

  8% {
    opacity: 0;
  }

  10% {
    font-size: inherit;
    opacity: 1;
  }

  20% {
    font-size: inherit;
    opacity: 1;
  }

  21% {
    font-size: inherit;
    opacity: 0;
  }


  80% {
    font-size: inherit;
    opacity: 0;
  }
}

@keyframes roll1 {
  0% {
    font-size: inherit;
    opacity: 0;
  }

  8% {
    opacity: 0;
  }

  10% {
    font-size: inherit;
    opacity: 1;
  }

  20% {
    font-size: inherit;
    opacity: 1;
  }

  21% {
    font-size: inherit;
    opacity: 0;
  }


  80% {
    font-size: inherit;
    opacity: 0;
  }
}

@-webkit-keyframes roll2 {
  0% {
    font-size: inherit;
    opacity: 0;
  }

  8% {
    opacity: 0;
  }

  10% {
    font-size: inherit;
    opacity: 1;
  }

  20% {
    font-size: inherit;
    opacity: 1;
  }

  30% {
    font-size: inherit;
    opacity: 1;
  }

  32% {
    font-size: inherit;
    opacity: 0;
  }

  40% {
    font-size: inherit;
    opacity: 0;
  }
}

@keyframes roll2 {
  0% {
    font-size: inherit;
    opacity: 0;
  }

  8% {
    opacity: 0;
  }

  10% {
    font-size: inherit;
    opacity: 1;
  }

  20% {
    font-size: inherit;
    opacity: 1;
  }

  30% {
    font-size: inherit;
    opacity: 1;
  }

  32% {
    font-size: inherit;
    opacity: 0;
  }

  40% {
    font-size: inherit;
    opacity: 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .story__about-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    text-transform: uppercase;
  }

  .story__benefit-text {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .story__header-title {
    font-size: 2.8rem;
  }

  .story__header-title>span>svg {
    width: 2.4rem;
  }

  .story__about-content>.story__about-item,
  .story__benefit-text__container {
    gap: 16px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .story__header-title {
    font-size: 3rem;
  }

  .story__header-title>span>svg {
    width: 2.6rem;
  }
}

@media only screen and (min-width: 1400px) {
  .story__header-title {
    font-size: 3rem;
  }

  .story__header-title>span>svg {
    width: 2.6rem;
  }
}

.story__heaeder {
  -webkit-animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.story__header-title {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.story__header-title:nth-child(1) {
  -webkit-animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(2) {
  -webkit-animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(3) {
  -webkit-animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(4) {
  -webkit-animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(5) {
  -webkit-animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(6) {
  -webkit-animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(7) {
  -webkit-animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(8) {
  -webkit-animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(9) {
  -webkit-animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(10) {
  -webkit-animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(11) {
  -webkit-animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(12) {
  -webkit-animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(13) {
  -webkit-animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(14) {
  -webkit-animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(15) {
  -webkit-animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(16) {
  -webkit-animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(17) {
  -webkit-animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.story__header-title:nth-child(18) {
  -webkit-animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}