

.introduction {
  display: flex;
  height: 100%;
}
.logointro {
  width: 25%;
  height: auto;
}
.introduction p {
  flex: 1;
  height: auto;
}
.line-left.anim {
  flex: 0;
  display: block;
  margin: 0 2rem 0 0;
  width: 2px;
  position: relative;
  top: 0;
  height: auto;
  z-index: 1;
  width: 2px;
  background: var(--color-line-radial);
}
.line-left.anim span {
  height: 1px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
/* START POINTS LINES*/
/*END POINTS LINES*/
.line:before {
  background-color: var(--color-line-start);
  z-index: 1;
}
.line:after {
  background-color: var(--color-line-end);
}
.line-left-start-circle:before {
  content: "";
  display: block;
  position: relative;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  left: -0.6rem;
  top: -0.7rem;
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: center;
}
.line-left-start-circle.anim:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.line-left-end-circle:after {
  content: "";
  display: block;
  position: relative;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  left: -0.6rem;
  bottom: -0.7rem;
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.6s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: center;
}
.line-left-end-circle.anim:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.line-left-end-rhombus:after {
  content: "";
  display: block;
  position: relative;
  height: 1.4rem;
  width: 1.4rem;
  left: -0.6rem;
  bottom: -0.7rem;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.6s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -moz-transform: rotate(45deg) translateZ(0);
  -ms-transform: rotate(45deg) translateZ(0);
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
  transform-origin: center;
}
.line-left-end-rhombus.anim:after {
  opacity: 1;
  visibility: visible;
}
.line-left-end-square:after {
  content: "";
  display: block;
  position: relative;
  height: 1.4rem;
  width: 1.4rem;
  left: -0.6rem;
  bottom: -0.7rem;
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.6s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -moz-transform: scale(0) translateZ(0);
  -ms-transform: scale(0) translateZ(0);
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  transform-origin: center;
}
.line-left-end-square.anim:after {
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:main-introduction] [95.1942] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 158 */