p {
  font-size: 1.25rem;
  line-height: 1.5em;
}

html, body {
  overflow-x: hidden !important;
}

.section_01 {
  height: 99vh;
  position: relative;
}
.section_01 .hero {
  display: flex;
  height: 100%;
  align-items: center;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5em;
}
.section_01 .fade_in {
  -webkit-animation: fade_in ease 1.5s forwards;
          animation: fade_in ease 1.5s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_01 .hero-content {
  position: absolute;
  top: 55%;
  font-size: 1em;
  text-align: left;
  line-height: 1.25em;
  left: 75%;
  transform: translate(-75%, -55%);
  pointer-events: none;
}
.section_01 h1 {
  color: white;
  font-size: 1.5em;
  line-height: 1.3em;
  z-index: 10;
  margin-bottom: 32px;
}
.section_01 h1 span {
  display: inline-block;
}
.section_01 #container-p5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.section_01 .highlight {
  color: #1087df;
  opacity: 0;
}
@media only screen and (max-width: 770px) {
  .section_01 .hero-content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
@media only screen and (max-width: 400px) {
  .section_01 .hero-content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-size: 1em;
  }
}

.section_1 {
  background: #16161A;
  padding: 8% 5%;
  color: #ffffff;
  pointer-events: none;
}
.section_1 h2 {
  font-size: 4em;
  line-height: 1.2em;
}
.section_1 p {
  margin-top: 5%;
}

.section_2 {
  text-align: center;
  padding: 5% 1%;
}
.section_2 h2 {
  font-size: 4em;
  margin-bottom: 2%;
  line-height: 1.2em;
}
.section_2 img {
  margin-top: 20% !important;
}

.section_3 {
  text-align: center;
  padding: 3% 0%;
}
.section_3 h2 {
  font-size: 3.5em;
  margin-bottom: 5%;
  line-height: 1.2em;
}
.section_3 .card {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  align-items: center;
  border: transparent;
}

.section_5 .card {
  padding: 6% 10%;
  text-align: center;
  border: none;
  color: #ffffff;
  background-color: #242629;
  border-radius: 2.5em;
  background-image: url(join_style.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 450px;
}
.section_5 .card h3 {
  font-size: 3.5em;
  line-height: 1.2em;
}
.section_5 .card .card-text {
  padding-top: 3%;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.section_5 .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 0 0 0 2.5em;
  border-bottom: 80px solid #1fa8a3;
  border-right: 80px solid #242629;
  width: 0;
}

.h_198 {
  height: 198px;
}

.h_258 {
  height: 258px;
}

.h_84 {
  height: 84px;
}/*# sourceMappingURL=technologies.css.map */