main {
  height: 90vh;
  position: relative;
}
.indicator_wrapper {
  position: absolute;
  bottom: 40px;

  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.indicator_wrapper > * + * {
  margin-left: 10px;
}
.indicator_wrapper span {
  width: 40px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 99px;
  display: block;
  cursor: pointer;
}
.indicator_wrapper span.active {
  background: rgba(255, 255, 255, 1);
}
.arrows_area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 98%;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrows_area > * + * {
  /* margin-left: 1rem; */
}
.arrows_area > div {
  cursor: pointer;
}
.arrows_area svg {
  width: 40px;
  color: #fff;
  pointer-events: none;
}
.splide1 .splide__list {
  position: relative;
}
.splide1 .splide__list .splide__slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.splide1 .splide__list .splide__slide {
  opacity: 0;
  transition: 1s ease all;
}
.splide1 .splide__list .splide__slide.active {
  opacity: 1;
  z-index: 99;
}
.splide1 .card_wrapper {
  height: 90vh;
  position: relative;
}

.splide1 .card_wrapper video {
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
  width: 100%;
}
.splide1 .card_wrapper .presentation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  width: 100%;
}
.splide1 .card_wrapper .presentation h1 {
  font-size: 5em;
  font-family: "MullerExtrabold";
  text-transform: uppercase;
}
.splide1 .card_wrapper .presentation > p {
  color: #fff;
  text-shadow: 0 0 50px #021a32;
  font-size: 2.8em;
  width: 600px;
  font-family: "MullerReg";
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.splide1 .card_wrapper .presentation a {
  color: #021a32;
  background-color: #c1d82f;
  border-color: #c1d82f;
  padding: 15px 40px;
  padding-bottom: 13px;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.33333;
  border-radius: 8px;
  font-family: "MullerMedium", sans-serif;
}
.splide1 .splide__pagination__page {
  height: 40px;
  border-radius: 5px;
  width: 5px;
  transform: scale(1) !important;
  opacity: 1 !important;
}
.splide1 .splide__pagination__page.is-active {
  background-color: #c1d82f;
}

.who_we_are {
  padding: 8rem 0rem;
}
.who_we_are > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
.who_we_are > div img {
  width: 100%;
}
.who_we_are > div h2,
.company h2,
.story_area h2,
.cards_wrapper_area > div > h2,
.cards_wrapper_area .cards_wrapper h2 {
  font-family: "MullerReg";
  font-size: 20px;
  color: #0095d3;
}
.who_we_are > div h1,
.company h1,
.story_area h1,
.cards_wrapper_area > div > h1,
.cards_wrapper_area .cards_wrapper h1 {
  font-size: 50px;
  font-family: "MullerBold";
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.who_we_are > div p,
.cards_wrapper_area .cards_wrapper p {
  font-family: "MullerReg";
  line-height: 25px;
  font-size: 17px;
  margin-bottom: 1rem;
}
.who_we_are > div a {
  background-color: #c1d82f;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  color: #021a32;
  font-family: "MullerReg";
  margin-top: 2rem;
  display: inline-block;
}
.who_we_are .img_wrapper {
  position: relative;
}

.who_we_are > div img {
  width: 100%;
  border-radius: 10px;
  /* position: absolute;
  width: 450px;
  right: -120px;
  bottom: -300px; */
}
.story_area p b {
  font-family: "MullerBold";
}
.company {
  padding: 5rem 0rem;
  /* background-color: #ebebeb7a; */
}
.logos_wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}

.logos_wrapper img {
  width: 100%;
}
.company .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.company p {
  font-family: "MullerReg";
  line-height: 25px;
  font-size: 18px;
  width: 70%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.company a {
  color: #021a32;
  font-family: "MullerBold";
  font-size: 20px;
}

.story_area {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 5rem 0rem;
}
.story_area .img_wrapper img {
  width: 100%;
}
.story_area .img_wrapper img:first-child {
  height: 100%;
}
.story_area .img_wrapper {
  position: relative;
}
.story_area .img_wrapper::before {
  content: "";
  position: absolute;
  background-image: url("https://www.teksystems.com/areas/teksystems/images/mask-white.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0px;
  top: -2px;
  z-index: 2;

  width: 550px;
}
.story_area h1 {
  font-size: 35px;
  margin-bottom: 1rem;
}
.story_area p {
  font-family: "MullerReg";
  line-height: 25px;
  font-size: 17px;
  margin-bottom: 1rem;
}
.story_area a {
  background-color: #c1d82f;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  color: #021a32;
  font-family: "MullerReg";
  margin-top: 2rem;
  display: inline-block;
  text-transform: uppercase;
}
.story_area.left .img_wrapper::before {
  background-image: url("https://www.teksystems.com/areas/teksystems/images/mask-white.png");
  right: unset;
  left: 0px;
  transform: rotate(180deg);
}
.story_area.left .content_area {
  padding-left: 5rem;
}

.cards_wrapper_area {
  padding: 6rem 0rem;
}
.cards_wrapper_area .cards_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.cards_wrapper_area .cards_wrapper img {
  width: 100%;
  border-radius: 10px;
}

.cards_wrapper_area .cards_wrapper h2 {
  font-size: 17px;
  margin-top: 1rem;
}
.cards_wrapper_area .cards_wrapper h1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.cards_wrapper_area .cards_wrapper p {
  height: 100px;
}
.cards_wrapper_area .cards_wrapper a {
  background-color: #c1d82f;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  color: #021a32;
  font-family: "MullerReg";
  margin-top: 2rem;
  display: inline-block;
}

.explore {
  padding: 5rem 0rem;
  background-color: #ebebeb7a;
}
.explore > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.explore > div h1 {
  font-size: 2.9em;
  width: 60%;
  line-height: 60px;
  font-family: "Mullerbold";
}
.explore > div a {
  background-color: #c1d82f;
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  color: #021a32;
  font-family: "Mullerbold";
  margin-top: 2rem;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
}

/* about_works */
.about_works {
  padding: 4rem 0rem;
  background: url("https://images.unsplash.com/photo-1576267423445-b2e0074d68a4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.about_works::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
.about_works .content {
  background-color: #0275ca;
  color: #fff;
  padding: 5rem 5rem;
  width: 70%;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 9;
  border-bottom-right-radius: 10px;
}
.about_works .content h2 {
  font-family: "MullerMedium", sans-serif;
  font-size: 20px;
}
.about_works .content h1 {
  font-size: 3em;
  font-family: "MullerExtrabold";
  margin-top: 10px;
  margin-bottom: 2rem;
}
.about_works .content h1 span {
  font-family: Arial, Helvetica, sans-serif;
}
.about_works .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 2rem !important;
}
.about_works .content ul li {
  font-family: "MullerReg";
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  display: flex;
  align-items: flex-start;
}
.about_works .content ul li svg {
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .who_we_are > div,
  .story_area {
    grid-template-columns: 1fr;
  }
  .splide1 .card_wrapper .presentation h1 {
    font-size: 3.5rem;
  }
  .splide1 .card_wrapper .presentation > p {
    font-size: 1.5rem;
  }
  .story_area .img_wrapper {
    display: none;
  }
  .story_area .content_area {
    padding: 2rem !important;
  }
  .about_works .content {
    width: 100%;
    padding: 2rem;
  }

  .explore > div h1 {
    font-size: 2rem;
    line-height: unset;
    text-align: center;
  }
  .explore > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  .who_we_are > div h1,
  .company h1,
  .story_area h1,
  .cards_wrapper_area > div > h1,
  .cards_wrapper_area .cards_wrapper h1,
  .about_works .content h1 {
    font-size: 25px;
  }
  .who_we_are > div p,
  .cards_wrapper_area .cards_wrapper p,
  .about_works .content ul li {
    font-size: 15px;
  }
  .about_works .content ul li {
    line-height: unset;
    font-size: 13px;
  }
  .story_area:not(.left) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 650px) {
  .splide1 .card_wrapper .presentation h1 {
    font-size: 30px;
  }
  .splide1 .card_wrapper .presentation > p {
    width: 100%;
    font-size: 15px;
  }
  .splide1 .card_wrapper .presentation a {
    font-size: 13px;
    padding: 10px 10px;
  }
  .splide1 .card_wrapper .presentation {
    padding: 0rem 2rem;
  }
  .about_works .content {
    padding: 2rem 1rem;
  }
  .company p {
    width: 100%;
  }
  .explore > div h1 {
    width: 100%;
    font-size: 20px;
  }
  .explore > div a {
    font-size: 13px;
    padding: 10px;
  }
  .logos_wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .story_area p {
    font-size: 15px;
  }
}
